This class describes a window.
More...
|
|
void | closed () |
| | Emitted when the window is closed by the user.
|
| |
|
void | locked (bool) |
| | Emitted when the window is locked or unlocked.
|
| |
|
void | shown (bool) |
| | Emitted when the window is shown or hidden.
|
| |
|
|
void | changeEvent (QEvent *event) |
| |
|
void | paintEvent (QPaintEvent *event) |
| |
|
void | resizeEvent (QResizeEvent *event) |
| |
|
void | wheelEvent (QWheelEvent *event) |
| |
|
void | hideEvent (QHideEvent *event) |
| |
|
void | showEvent (QShowEvent *event) |
| |
|
void | closeEvent (QCloseEvent *event) |
| |
|
|
SBGWindowData * | dataPointer |
| |
|
|
| SBGWindow (QWidget *parent, SBGWindowDialog *dialog) |
| | Constructs a SAMSON window that wraps a SAMSON dialog.
|
| |
|
| SBGWindow (QWidget *parent, SBGWindowWidget *widget) |
| | Constructs a SAMSON window that wraps a SAMSON widget.
|
| |
|
| SBGWindow (QWidget *parent, QDialog *dialog, QString name="", int format=SBGWindow::NoOptions, QPixmap logo=QPixmap(), SBUUID uuid=SBUUID("")) |
| | Constructs a SAMSON window that wraps a Qt dialog.
|
| |
|
| SBGWindow (QWidget *parent, QWidget *widget, QString name="", int format=SBGWindow::NoOptions, QPixmap logo=QPixmap(), SBUUID uuid=SBUUID("")) |
| | Constructs a SAMSON window that wraps a Qt widget.
|
| |
|
virtual | ~SBGWindow () |
| | Destructs the SAMSON window.
|
| |
|
|
SBUUID | getUUID () const |
| | Returns the UUID of the window.
|
| |
|
QPixmap | getLogo () const |
| | Returns the logo of the window.
|
| |
|
int | getFormat () const |
| | Returns the format of the window.
|
| |
|
QString | getName () const |
| | Returns the name of the window.
|
| |
|
void | setName (const QString &name) |
| | Sets the name of the window.
|
| |
|
|
int | height () const |
| | Returns the height of the window.
|
| |
|
int | width () const |
| | Returns the width of the window.
|
| |
|
QSize | size () const |
| | Returns the size of the window.
|
| |
This class describes a window in the GUI of SAMSON. SAMSON
◆ WindowOption
| Enumerator |
|---|
| NoOptions | No options window.
|
| Citable | Citable window.
|
| Lockable | Lockable window.
|
| Resizable | Resizable window.
|
| Savable | Savable window.
|