|
void | opened () |
|
void | closed () |
|
|
| QtCustomDockWidget (QWidget *parent=0) |
|
virtual void | closeEvent (QCloseEvent *event) |
|
virtual void | resizeEvent (QResizeEvent *event) |
|
virtual void | showEvent (QShowEvent *event) |
|
void | set_enabled (bool enabled) |
|
void QtUtils::QtCustomDockWidget::closeEvent |
( |
QCloseEvent * |
event | ) |
|
|
virtual |
CLOSEEVENT: This function is called by Qt to deliver an event that tells that the widget is being hidden.
void QtUtils::QtCustomDockWidget::resizeEvent |
( |
QResizeEvent * |
event | ) |
|
|
virtual |
RESIZEEVENT: This function is called by Qt to deliver an event that tells that the widget is being resized.
void QtUtils::QtCustomDockWidget::showEvent |
( |
QShowEvent * |
event | ) |
|
|
virtual |
SHOWEVENT: This function is called by Qt to deliver an event that tells that the widget is being resized.
The documentation for this class was generated from the following files: