|
| | SoStereoDialog (QWidget *parent=qApp->activeWindow(), SoStereoViewer *viewer=NULL, const char *name=NULL, SbBool buildInsideParent=TRUE) |
| | Constructor.
|
| |
| | ~SoStereoDialog () |
| | Destructor.
|
| |
| virtual void | update () |
| | Notify the stereo dialog that the viewer state may have changed.
|
| |
| | SoStereoDialog (SoWidget parent=NULL, SoStereoViewer *viewer=NULL, const char *name=NULL, SbBool buildInsideParent=TRUE) |
| | Constructor.
|
| |
| | ~SoStereoDialog () |
| | Destructor.
|
| |
| virtual void | update () |
| | Notify the stereo dialog that the viewer state may have changed.
|
| |
| virtual void | show () |
| | This shows the component.
|
| |
| virtual void | hide () |
| | This hides the component.
|
| |
| SbBool | isVisible () |
| | Returns TRUE if this component is mapped onto the screen.
|
| |
| virtual QWidget * | getWidget () const |
| | This returns the base widget handle for this component.
|
| |
| SbBool | isTopLevelShell () const |
| | Returns TRUE if this component is a top level shell component (has its own window).
|
| |
| QWidget * | getShellWidget () const |
| | Returns the topLevelShell widget handle (NULL if the topLevelShell hasn't been created by this component).
|
| |
| QWidget * | getParentWidget () const |
| | Returns the parent widget handle.
|
| |
| void | setSize (const SbVec2s &size) |
| | Convenience routine on the widget handle.
|
| |
| SbVec2s | getSize () |
| | Convenience routine on the widget handle.
|
| |
| virtual SbBool | setFullScreen (const SbBool enable) |
| | Switches the viewer into (or out of) fullscreen mode.
|
| |
| SbBool | isFullScreen (void) const |
| | Queries if the viewer is in fullscreen mode.
|
| |
| void | setFullScreenEnable (const SbBool enable) |
| | Enables/disables fullscreen mode.
|
| |
| SbBool | isFullScreenEnable (void) const |
| | Queries if it is possible to put the viewer in fullscreen mode.
|
| |
| SbGlContextHelper::Display | getDisplay () |
| | On UNIX, returns the X display associated with this components widget.
|
| |
| void | setTitle (const char *newTitle) |
| | Sets window title.
|
| |
| void | setTitle (const SbString &newTitle) |
| | Sets window title.
|
| |
| void | setTitle (const QString &newTitle) |
| | Sets window title.
|
| |
| const QString | getTitle () const |
| | Gets window title.
|
| |
| void | setIconTitle (const QString &newIconTitle) |
| | Included for portability only.
|
| |
| const QString | getIconTitle () const |
| | Included for portability only.
|
| |
| SbString | getWidgetName () const |
| | Returns the widget handle name.
|
| |
| SbString | getClassName () const |
| | Returns the class name.
|
| |
| void | setWindowCloseCallback (SoQtComponentCB *func, void *data=NULL) |
| | Sets which callback to call when the user closes this component (double click in the upper left corner) - by default hide() is called on this component, unless a callback is set to something other than NULL.
|
| |
| virtual void | show () |
| | This shows the component.
|
| |
| virtual void | hide () |
| | This hides the component.
|
| |
| SbBool | isVisible () |
| | Returns TRUE if this component is mapped onto the screen.
|
| |
| SoWidget | getWidget () const |
| | This returns the base widget for this component.
|
| |
| SbBool | isTopLevelShell () const |
| | Returns TRUE if this component is a top level shell component (has its own window).
|
| |
| SoWidget | getShellWidget () const |
| | Returns the shell widget (NULL if the shell hasn't been created by this component).
|
| |
| SoWidget | getParentWidget () const |
| | Returns the parent widget, be it a shell or not.
|
| |
| void | setSize (const SbVec2s &size) |
| | Convenience routine on the widget.
|
| |
| SbVec2s | getSize () |
| | Convenience routine on the widget.
|
| |
| SbBool | setFullScreen (const SbBool enable) |
| | Switches the viewer into (or out of) fullscreen mode.
|
| |
| SbBool | isFullScreen (void) const |
| | Queries if the viewer is in fullscreen mode.
|
| |
| void | setFullScreenEnable (const SbBool enable) |
| | Enables/disables fullscreen mode.
|
| |
| SbBool | isFullScreenEnable () const |
| | Queries if it is possible to put the viewer in fullscreen mode.
|
| |
| Display * | getDisplay () |
| | Returns the X display associated with this components widget.
|
| |
| SoNONUNICODE void | setTitle (const char *newTitle) |
| | Sets window title.
|
| |
| void | setTitle (const SbString &newTitle) |
| | Sets window title.
|
| |
| SbString | getTitle () const |
| | Gets window title.
|
| |
| SoNONUNICODE void | setIconTitle (const char *newIconTitle) |
| | Sets icon title.
|
| |
| void | setIconTitle (const SbString &newIconTitle) |
| | Sets icon title.
|
| |
| SbString | getIconTitle () const |
| | Gets icon title.
|
| |
| void | setWindowCloseCallback (SoXtComponentCB *func, void *data=NULL) |
| | Sets which callback to call when the user closes this component (double click in the upper left corner) - by default hide() is called on this component, unless a callback is set to something other than NULL.
|
| |
| SbString | getWidgetName () const |
| | Returns the widget name.
|
| |
| SbString | getClassName () const |
| | Returns the class name.
|
| |
Component that lets you modify stereo attributes interactively.
This component displays a dialog box for modifying stereo attributes interactively.
SEE ALSO
SoStereoViewer, SoBaseStereo, SoQtViewer
This component displays a dialog box for modifying stereo attributes interactively.
SEE ALSO
SoStereoViewer, SoBaseStereo, SoWinViewer SoXtViewer
Definition at line 54 of file SoQtStereoDialog.h.