Class SBGWindowDock#
#include <SBGWindowDock.hpp>
Inherits the following classes: QDockWidget
Public Signals#
Type | Name |
---|---|
signal void | windowDisplayed (bool) |
Public Functions#
Type | Name |
---|---|
SBGWindowDock (QWidget * widget, QString title, QWidget * parent, Qt::WindowFlags flags) |
|
SB_DECLARE_DATA (SBGWindowDock) |
|
bool | getCitableWindowFlag () const |
SBGWindowWidget * | getEmbeddedWidget () const Returns the embedded widget. |
bool | getSavableWindowFlag () const |
SBCContainerUUID | getUUID () const Returns the UUID. |
bool | isLocked () const |
void | loadDefaultSettings () Loads the default settings of the window. |
virtual void | print (unsigned int offset=0) const Prints some debugging information. |
void | saveDefaultSettings () Saves the default settings of the window. |
void | setCitableWindowFlag (bool flag) |
void | setEmbeddedWidget (SBGWindowWidget * embeddedWidget) Sets the embedded widget. |
void | setSavableWindowFlag (bool flag) |
void | setUUID (const SBCContainerUUID & uuid) Sets the UUID. |
virtual | ~SBGWindowDock () |
Protected Attributes#
Type | Name |
---|---|
SBGWindowDockData * | dataPointer |
Protected Functions#
Type | Name |
---|---|
virtual void | changeEvent (QEvent * event) |
virtual bool | event (QEvent * event) |
virtual void | hideEvent (QHideEvent * event) |
virtual void | paintEvent (QPaintEvent * event) |
virtual void | resizeEvent (QResizeEvent * event) |
virtual void | showEvent (QShowEvent * event) |
virtual void | wheelEvent (QWheelEvent * event) |
Detailed Description#
This class describes a dock window
Short name: SBWindowDock
Public Signals Documentation#
signal windowDisplayed#
Public Functions Documentation#
function SBGWindowDock#
SBGWindowDock::SBGWindowDock (
QWidget * widget,
QString title,
QWidget * parent,
Qt::WindowFlags flags
)
function SB_DECLARE_DATA#
function getCitableWindowFlag#
function getEmbeddedWidget#
Returns the embedded widget.
function getSavableWindowFlag#
function getUUID#
Returns the UUID.
function isLocked#
function loadDefaultSettings#
Loads the default settings of the window.
function print#
Prints some debugging information.
function saveDefaultSettings#
Saves the default settings of the window.
function setCitableWindowFlag#
function setEmbeddedWidget#
Sets the embedded widget.
function setSavableWindowFlag#
function setUUID#
Sets the UUID.