Miscellaneous Classes(3)
NAME
- Miscellaneous Classes
- Classes
- class SoQt
The SoQt class takes care of Qt initialization and event dispatching.
- This is the 'application-wide' class with solely static methods
handling initialization and event processing tasks. You must use this
class in any application built on top of the SoQt library. " - class SoQtObject
- The SoQtObject class is the common superclass for all SoQt component classes.
- The purpose of making this class the superclass of all SoQt device, component and viewer classes is to be able to do run-time type checking of the SoQt objects. "
- class SoQtCursor
- The SoQtCursor class is used to set cursors for GUI components.
- The class provides both a set of pre-defined cursor shapes, aswell as
the option to use custom bitmap graphics. "
Author
- Generated automatically by Doxygen for SoQt from the source code.