Enhanced dockable widget class.
#include <QtxDockWidget.h>
|
class | Watcher |
| Internal class which goal is to watch parent dockable widget state changing. More...
|
|
QtxDockWidget::QtxDockWidget |
( |
const QString & |
title, |
|
|
QWidget * |
parent = 0 , |
|
|
Qt::WindowFlags |
f = 0 |
|
) |
| |
- Parameters
-
title | dockable widget title |
parent | parent widget |
f | widget flags |
References updateState().
QtxDockWidget::QtxDockWidget |
( |
const bool |
watch, |
|
|
QWidget * |
parent = 0 , |
|
|
Qt::WindowFlags |
f = 0 |
|
) |
| |
- Parameters
-
watch | if true the event filter is installed to watch wigdet state changes to update it properly |
parent | parent widget |
f | widget flags |
References myWatcher, and updateState().
QtxDockWidget::QtxDockWidget |
( |
QWidget * |
parent, |
|
|
Qt::WindowFlags |
f = 0 |
|
) |
| |
- Parameters
-
parent | parent widget |
f | widget flags |
QtxDockWidget::~QtxDockWidget |
( |
| ) |
|
|
virtual |
QSize QtxDockWidget::minimumSizeHint |
( |
| ) |
const |
|
virtual |
- Returns
- recommended dockable widget minimum size
void QtxDockWidget::resizeEvent |
( |
QResizeEvent * |
e | ) |
|
|
protectedvirtual |
void QtxDockWidget::setVisible |
( |
bool |
on | ) |
|
|
virtualslot |
QSize QtxDockWidget::sizeHint |
( |
| ) |
const |
|
virtual |
- Returns
- recommended dockable widget size
void QtxDockWidget::updateState |
( |
| ) |
|
|
private |
The documentation for this class was generated from the following files: