Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members

Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12345678910]
oCFX::FXArcArc
oCFX::FXArray< TYPE >Array of some generic type
oCFX::FXConditionA condition allows one or more threads to synchronize to an event
oCFX::FXDateGregorian date object
oCFX::FXDCAbstract Device Context
|oCFX::FXDCPrintPostscript Printer Device Context
|\CFX::FXDCWindowWindow Device Context
oCFX::FXDirDirectory enumerator
oCFX::FXEventFOX Event
oCFX::FXExceptionGeneric catch-all exception
|oCFX::FXErrorExceptionGeneric error exception
|\CFX::FXResourceExceptionGeneric resource exception
oCFX::FXExpressionExpression
oCFX::FXExtentdExtent
oCFX::FXExtentfExtent
oCFX::FXFileAssocRegisters stuff to know about the extension
oCFX::FXFontDescFont style
oCFX::FXGradient
oCFX::FXHashA hash table for associating pointers to pointers
oCFX::FXHiliteStyleHighlight style entry
oCFX::FXIOFXIO manipulates a handle to an abstract i/o device
|oCFX::FXFileLow level file access
|oCFX::FXPipePipe i/o device
|\CFX::FXSocketSocket i/o device
oCFX::FXLight
oCFX::FXMat3dDouble-precision 3x3 matrix
oCFX::FXMat3fSingle-precision 3x3 matrix
oCFX::FXMat4dDouble-precision 4x4 matrix
oCFX::FXMat4fSingle-precision 4x4 matrix
oCFX::FXMaterial
oCFX::FXMemMapA Memory Map provides a view of a file as an array of memory; this allows the file itself to be used as backing for the data and very simplified file access results
oCFX::FXMetaClassDescribes a FOX object
oCFX::FXMutexFXMutex provides a mutex which can be used to enforce critical sections around updates of data shared by multiple threads
oCFX::FXMutexLockAn easy way to establish a correspondence between a C++ scope and a critical section is to simply declare an FXMutexLock at the beginning of the scope
oCFX::FXObjectObject is the base class for all objects in FOX; in order to receive messages from the user interface, your class must derive from Object
|oCFX::FXAccelTableThe accelerator table sends a message to a specific target object when the indicated key and modifier combination is pressed
|oCFX::FXAppApplication Object
|oCFX::FXCommandBase class for undoable commands
|oCFX::FXDataTargetA Data Target allows a valuator widget such as a Slider or Text Field to be directly connected with a variable in the program
|oCFX::FXDebugTargetA DebugTarget prints out every message it receives
|oCFX::FXDelegatorA delegator forwards messages to a delegate object
|oCFX::FXDictThe dictionary class maintains a fast-access hash table of entities indexed by a character string
|oCFX::FXDocumentAbstract base class for documents
|oCFX::FXFoldingItemTree list Item
|oCFX::FXGLObjectBasic OpenGL object
|oCFX::FXGUISignalAn FXGUISignal manages a waitable object which is used to awaken the main user-interface thread from a worker thread
|oCFX::FXHeaderItemHeader item
|oCFX::FXIconItemIcon item
|oCFX::FXIconSourceAn icon source is a class that loads an icon of any type
|oCFX::FXIdEncapsulates server side resource
|oCFX::FXListItemList item
|oCFX::FXRecentFilesThe recent files object manages a most recently used (MRU) file list by means of the standard system registry
|oCFX::FXTableItemItem in table
|oCFX::FXTextCodecAbstract base class for a stateless coder/decoder
|oCFX::FXTranslatorThe translator class translates a message to another language
|\CFX::FXTreeItemTree list Item
oCFX::FXObjectListList of pointers to objects
|\CFX::FXObjectListOf< TYPE >Specialize list to pointers to TYPE
oCFX::FXPointPoint
oCFX::FXPrinterDescribes printer
oCFX::FXPSBoundsBounding box
oCFX::FXRangedBounds
oCFX::FXRangefBounds
oCFX::FXRectangleRectangle
oCFX::FXRegionRegion
oCFX::FXRexFXRex is a regular expression class implementing a NFA matcher
oCFX::FXSegmentLine segment
oCFX::FXSemaphoreA semaphore allows for protection of a resource that can be accessed by a fixed number of simultaneous threads
oCFX::FXSizeSize
oCFX::FXSpheredSpherical bounds
oCFX::FXSpherefSpherical bounds
oCFX::FXStatStatistics about a file or directory
oCFX::FXStreamA stream is a way to serialize data and objects into a byte stream
|oCFX::FXFileStreamFile Store Definition
|\CFX::FXMemoryStreamMemory Store Definition
oCFX::FXStringFXString provides essential string manipulation capabilities
oCFX::FXTablePosPosition in table
oCFX::FXTableRangeRange of table cells
oCFX::FXTextChangeText mutation callback data passed with the SEL_INSERTED, SEL_REPLACED, and SEL_DELETED messages; both old and new text is available on behalf of the undo system as well as syntax highlighting
oCFX::FXThreadFXThread provides system-independent support for threads
oCFX::FXVec2dDouble-precision 2-element vector
oCFX::FXVec2fSingle-precision 2-element vector
oCFX::FXVec3dDouble-precision 3-element vector
oCFX::FXVec3fSingle-precision 3-element vector
oCFX::FXVec4dDouble-precision 4-element vector
|\CFX::FXQuatdDouble-precision quaternion
oCFX::FXVec4fSingle-precision 4-element vector
|\CFX::FXQuatfSingle-precision quaternion
\CFX::FXViewportOpenGL Viewer Viewport

Copyright © 1997-2005 Jeroen van der Zijp