![]() |
OpenWalnut
1.5.0dev
|
Text widget showing the module meta data. More...
#include <WQtModuleMetaInfo.h>
Inheritance diagram for WQtModuleMetaInfo:
Collaboration diagram for WQtModuleMetaInfo:Public Slots | |
| void | resetContent () |
| Resets the webview and provides the module info again. More... | |
Public Member Functions | |
| WQtModuleMetaInfo (WModule::SPtr module, QWidget *parent=0) | |
| Default constructor. More... | |
| virtual | ~WQtModuleMetaInfo () |
| Destructor. More... | |
Private Attributes | |
| WModule::SPtr | m_module |
| The module. More... | |
| QWebEnginePage * | m_page |
| The frame containing the module meta info. More... | |
Text widget showing the module meta data.
Definition at line 40 of file WQtModuleMetaInfo.h.
| WQtModuleMetaInfo::WQtModuleMetaInfo | ( | WModule::SPtr | module, |
| QWidget * | parent = 0 |
||
| ) |
Default constructor.
| parent | the parent widget |
| module | the module for which to show the meta info |
Definition at line 208 of file WQtModuleMetaInfo.cpp.
References WQtGui::getMainWindow(), m_page, and resetContent().
Here is the call graph for this function:
|
virtual |
Destructor.
Definition at line 283 of file WQtModuleMetaInfo.cpp.
|
slot |
Resets the webview and provides the module info again.
Definition at line 288 of file WQtModuleMetaInfo.cpp.
References m_module, and m_page.
Referenced by WQtModuleMetaInfo().
Here is the caller graph for this function:
|
private |
|
private |
The frame containing the module meta info.
Definition at line 74 of file WQtModuleMetaInfo.h.
Referenced by resetContent(), and WQtModuleMetaInfo().