Base class for data from a module that needs to be "attached" to a single MdiChild window.
More...
#include <iAModuleAttachmentToChild.h>
|
| void | detach () |
| | emit this signal if you want the attachment to be removed from the current mdichild More...
|
| |
Base class for data from a module that needs to be "attached" to a single MdiChild window.
Should only be created through iAModuleInterface::CreateAttachment, as this takes care of attaching it to the MdiChild properly.
◆ iAModuleAttachmentToChild()
| iAModuleAttachmentToChild::iAModuleAttachmentToChild |
( |
MainWindow * |
mainWnd, |
|
|
MdiChild * |
child |
|
) |
| |
|
inline |
◆ ~iAModuleAttachmentToChild()
| virtual iAModuleAttachmentToChild::~iAModuleAttachmentToChild |
( |
| ) |
|
|
inlinevirtual |
◆ detach
| void iAModuleAttachmentToChild::detach |
( |
| ) |
|
|
signal |
emit this signal if you want the attachment to be removed from the current mdichild
◆ getMdiChild()
| MdiChild* iAModuleAttachmentToChild::getMdiChild |
( |
| ) |
const |
|
inline |
◆ m_child
| MdiChild* iAModuleAttachmentToChild::m_child |
|
protected |
◆ m_mainWnd
The documentation for this class was generated from the following file: