This class is the base class for an assistant GUI.
|
|
| SBGAssistant (SBDAssistant *app) |
| |
|
virtual | ~SBGWindowWidget () |
| | Destructor.
|
| |
| virtual QString | getName () const |
| | Returns the widget name (used as a title for the embedding window)
|
| |
| virtual QPixmap | getLogo () const |
| | Returns the pixmap logo.
|
| |
| virtual int | getFormat () const |
| | Returns the format.
|
| |
|
virtual QString | getCitation () const |
| | Returns the citation information.
|
| |
|
SBGWindow * | getWindow () const |
| | Returns the pointer to the embedding window, if any.
|
| |
|
SBGWindowDock * | getDockWindow () const |
| | Returns the pointer to the embedding dock window, if any.
|
| |
| virtual void | loadSettings (SBGSettings *settings) |
| | Loads settings.
|
| |
| virtual void | saveSettings (SBGSettings *settings) |
| | Saves settings.
|
| |
|
void | loadDefaultSettings () |
| | Loads default settings
|
| |
|
void | saveDefaultSettings () |
| | Saves default settings
|
| |
|
void | setLockedFlag (bool lockedFlag) |
| | Sets whether the widget is locked (on top)
|
| |
|
bool | getLockedFlag () const |
| | Returns whether the widget is locked (on top)
|
| |
|
void | highlight (const SBQuantity::second &duration=SBQuantity::second(1.0)) |
| | Highlights the widget for a moment.
|
| |
|
bool | getHighlightingFlag () const |
| | Returns the highlighting flag.
|
| |
|
void | setHighlightingFlag (bool highlightingFlag) |
| | Sets the highlighting flag.
|
| |
|
| SB_DECLARE_DATA (SBGWindowWidget) |
| |
|
|
SBDAssistant * | getAssistant () const |
| | Returns a pointer to the assistant.
|
| |
|
void | setAssistant (SBDAssistant *app) |
| | Sets the pointer to the assistant.
|
| |
|
| SB_DECLARE_DATA (SBGAssistant) |
| |
|
void | stepAdded (const QString &step) |
| |
|
void | thoughtAdded (const QString &thought) |
| |
|
|
void | stopHighlighting () |
| |
|
void | shown (bool) |
| | Emitted when the widget is shown or hidden.
|
| |
|
| SBGWindowWidget () |
| |
|
| SBGWindowWidget (SBGWindowWidgetData *dataPointer) |
| |
|
void | hideEvent (QHideEvent *event) |
| |
|
void | showEvent (QShowEvent *event) |
| |
|
void | changeEvent (QEvent *event) |
| |
|
SBGWindowWidgetData * | dataPointer |
| |
◆ getUUID()