This class describes a visual model factory.
|
|
virtual | ~SBGVisualModelFactory () |
| |
|
|
virtual SBUUID | getUUID () const |
| | Returns the widget UUID.
|
| |
|
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.
|
| |
|
|
void | shown (bool) |
| | Emitted when the widget is shown or hidden.
|
| |
|
virtual | ~SBGDataGraphNodeFactory () |
| |
|
virtual bool | hasGUI () const |
| | Returns whether the factory has a GUI.
|
| |
|
virtual SBNode * | create () |
| | Creates a node.
|
| |
|
| SB_DECLARE_DATA (SBGWindowWidget) |
| |
|
virtual | ~SBGWindowWidget () |
| | Destructor.
|
| |
|
virtual QString | getCitation () const |
| | Returns the citation information.
|
| |
|
SBGWindow * | getWindow () const |
| | Returns the pointer to the embedding SAMSON window.
|
| |
|
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)
|
| |
|
bool | getHighlightingFlag () const |
| | Returns the highlighting flag.
|
| |
|
void | setHighlightingFlag (bool highlightingFlag) |
| | Sets the highlighting flag.
|
| |
|
void | hideEvent (QHideEvent *event) |
| |
|
void | showEvent (QShowEvent *event) |
| |
|
| SBGWindowWidget () |
| |
|
| SBGWindowWidget (SBGWindowWidgetData *dataPointer) |
| | Builds a particle at position p.
|
| |
|
SBGWindowWidgetData * | dataPointer |
| |