(new in Rev4.60)
MQDockWindow class manages a docking window. It inheritsMQWidgetBase - MQWindowBase class
Please refer the inherited class about member functions declared in the inherited class.
class | |
MQDockWindow | Constructor |
~MQDockWindow | Destructor |
member functions | |
EnableDockableMenu | Create dockable menu displayed in system menu. |
static fanction | |
CreateDockWindow | Create docking window |
MQDockWindow::MQDockWindow();
MQDockWindow::MQDockWindow(int id);
MQDockWindow::MQDockWindow(MQWindowBase& parent);
It is a constructor.
virtual MQDockWindow::~MQDockWindow();
It is a destructor. It is defined as a virtual function.
void MQDockWindow::EnableDockableMenu();
It creates a dockable menu in the system menus on the title bar.
MQDockWindow *MQDockWindow::CreateDockWindow(MQWindowBase& parent);
It creates a docking window as a child of the specified parent widget.
The widget created by this function must be deleted by calling not 'delete' operator but DeleteWidget().