OpenWalnut  1.5.0dev
Public Slots | Public Member Functions | Private Attributes | List of all members
WQtModuleMetaInfo Class Reference

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...
 

Detailed Description

Text widget showing the module meta data.

Definition at line 40 of file WQtModuleMetaInfo.h.

Constructor & Destructor Documentation

◆ WQtModuleMetaInfo()

WQtModuleMetaInfo::WQtModuleMetaInfo ( WModule::SPtr  module,
QWidget *  parent = 0 
)

Default constructor.

Parameters
parentthe parent widget
modulethe 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:

◆ ~WQtModuleMetaInfo()

WQtModuleMetaInfo::~WQtModuleMetaInfo ( )
virtual

Destructor.

Definition at line 283 of file WQtModuleMetaInfo.cpp.

Member Function Documentation

◆ resetContent

void WQtModuleMetaInfo::resetContent ( )
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:

Member Data Documentation

◆ m_module

WModule::SPtr WQtModuleMetaInfo::m_module
private

The module.

Definition at line 66 of file WQtModuleMetaInfo.h.

Referenced by resetContent().

◆ m_page

QWebEnginePage* WQtModuleMetaInfo::m_page
private

The frame containing the module meta info.

Definition at line 74 of file WQtModuleMetaInfo.h.

Referenced by resetContent(), and WQtModuleMetaInfo().


The documentation for this class was generated from the following files: