| CFX::FXDictionary::Entry | |
| CFX::FXHash::Entry | |
| CFX::FXReverseDictionary::Entry | |
| CFX::FXSettings::Entry | |
| CFX::FXStringDictionary::Entry | |
| CFX::FXVariantMap::Entry | |
| CFX::FXAccelTable::FXAccelKey | |
| CFX::FXArc | Arc |
| ▶CFX::FXArrayBase | ArrayBase manages a memory buffer |
| CFX::FXArray< EType > | Array of some generic type |
| CFX::FXArray< FXCommandPtr > | |
| CFX::FXArray< FXString > | |
| ▶CFX::FXArray< FXVariant > | |
| CFX::FXVariantArray | Array of variants |
| CFX::FXAutoPtr< EType > | Automatic pointer |
| CFX::FXAutoPtrRef< EType > | Implicitly used FXAutoPtrRef to hand FXAutoPtr through implicitly called constructors and conversion operators |
| CFX::FXAutoThreadStorageKey | Automatically generated thread-local storage key |
| CFX::FXBarrier | Barrier with changeable threshold |
| CFX::FXCallback< TYPE > | |
| CFX::FXCallback< Error() > | |
| CFX::FXCallback< Error(const FX::FXString &) > | |
| CFX::FXCallback< Error(const FX::FXString &, const FX::FXString &) > | |
| CFX::FXCallback< Error(const FX::FXString &, const FX::FXStringDictionary &) > | |
| CFX::FXCallback< RT()> | |
| CFX::FXCallback< RT(PT1)> | |
| CFX::FXCallback< RT(PT1, PT2)> | |
| CFX::FXCallback< RT(PT1, PT2, PT3)> | |
| CFX::FXCallback< RT(PT1, PT2, PT3, PT4)> | |
| CFX::FXCompletion | A completion counter allows a single thread to monitor a number of ongoing concurrent activities for completion |
| CFX::FXComplexd | Double-precision complex |
| CFX::FXComplexf | Single-precision complex |
| CFX::FXCondition | A condition allows one or more threads to synchronize to an event |
| CFX::FXCounter | |
| CFX::FXDate | Gregorian date class, which is useful for calendrical calculations |
| ▶CFX::FXDC | Abstract Device Context |
| CFX::FXDCPrint | Postscript Printer Device Context |
| CFX::FXDCWindow | Window Device Context |
| ▶CFX::FXDictionary | The dictionary class is a fast-access hash table, mapping strings to void-pointers |
| CFX::FXDictionaryOf< TYPE > | Dictionary of pointers to TYPE |
| CFX::FXDictionaryOf< FXFileAssoc > | |
| CFX::FXDictionaryOf< FXIcon > | |
| CFX::FXDir | Directory enumerator |
| ▶CFX::FXDirVisitor | Directory visitor walks across all files and directories recursively, starting from the given path |
| ▶CFX::FXGlobVisitor | Visit directory entries according to flags and matching with wild card pattern, with similar matching conditions as FXDir::listFiles() |
| CFX::FXGlobCountVisitor | Visit directory entries according to flags and matching with wild card pattern, as per FXGlobVisitor above |
| CFX::FXDisplay | Display class |
| ▶CFX::FXDLL | Wrap library module handle to allow various operations on libraries to be performed |
| CFX::FXAUTODLL | Auto DLL wraps a library module handle but also owns it; thus, the library module will automatically be unloaded when auto-dll is destroyed |
| CFX::FXEvent | FOX Event |
| CFX::FXEventLoop | Recursive event loop |
| ▶CFX::FXException | Generic catch-all exception |
| ▶CFX::FXErrorException | Generic error exception |
| CFX::FXPointerException | Invalid pointer |
| CFX::FXRangeException | Index out of range |
| CFX::FXFatalException | Fatal error exception |
| ▶CFX::FXResourceException | Generic resource exception |
| CFX::FXFontException | Font exception |
| CFX::FXImageException | Image, cursor, bitmap exception |
| CFX::FXMemoryException | Out of memory |
| CFX::FXWindowException | Window exception |
| CFX::FXThreadException | Throw this exception to terminate the calling thread gracefully, and pass the given return code back to a possible join() operation if one is in effect |
| CFX::FXExpression | Expression compiles a simple numerical expression into efficient byte-code for repeated evaluation |
| CFX::FXExtentd | Extent |
| CFX::FXExtentf | Extent |
| CFX::FXFileAssoc | Registers stuff to know about the extension |
| CFX::FXFontDesc | Font description |
| CFX::FXGradient | |
| CFX::FXhalf | Half float (16-bit float) |
| ▶CFX::FXHash | A hash table for mapping pointers to pointers |
| CFX::FXHashOf< KEYTYPE, VALUETYPE > | A hash table mapping pointers to KEYTYPE to pointers of VALUETYPE |
| CFX::FXHiliteStyle | Highlight style entry |
| ▶CFX::FXIO | FXIO is a base class for a generic i/o device |
| CFX::FXIOBuffer | IOBuffer provides a file-interface to a memory-buffer of a given size |
| ▶CFX::FXIODevice | FXIODevice manipulates a handle to operating system i/o device, such as pipes, sockets, or files |
| CFX::FXFile | Low level file access |
| CFX::FXMappedFile | Memory mapped file |
| CFX::FXPipe | Pipe i/o device |
| CFX::FXSocket | Socket i/o device |
| ▶CFX::FXLFQueue | Lock-free queue of void pointers |
| CFX::FXLFQueueOf< TYPE > | Lock-free queue of pointers to TYPE |
| CFX::FXLFQueueOf< FXRunnable > | |
| CFX::FXLight | OpenGL Light Source |
| CFX::FXLocale | Locale definitions |
| CFX::FXMarkedPtr< TYPE > | Marked pointer keeps a flag bit inside of a dynamically allocated pointer; this is possible because memory returned by an allocator is aligned to a multiple of the processor's "natural type", typically a multiple of 4-, 8-, or even 16-bytes |
| CFX::FXMat2d | Double-precision 2x2 matrix |
| CFX::FXMat2f | Single-precision 2x2 matrix |
| CFX::FXMat3d | Double-precision 3x3 matrix |
| CFX::FXMat3f | Single-precision 3x3 matrix |
| CFX::FXMat4d | Double-precision 4x4 matrix |
| CFX::FXMat4f | Single-precision 4x4 matrix |
| CFX::FXMaterial | OpenGL Material Description |
| CFX::FXMetaClass | Describes a FOX object |
| CFX::FXMutex | FXMutex provides a mutex which can be used to enforce critical sections around updates of data shared by multiple threads |
| ▶CFX::FXObject | Object is the base class for all objects in FOX; in order to receive messages from the user interface, your class must derive from Object |
| CFX::FXAccelTable | The accelerator table sends a message to a specific target object when the indicated key and modifier combination is pressed |
| CFX::FXApp | The Application object is the central point of a FOX user-interface |
| ▶CFX::FXCommand | Base class for undoable commands records |
| ▶CFX::FXCommandGroup | Group of undoable commands |
| CFX::FXUndoList | The UndoList class manages a list of undoable commands |
| CFX::FXDataTarget | A Data Target allows a widget to be directly connected with a associated variable, without any additional "glue code" |
| CFX::FXDebugTarget | A DebugTarget prints out every message it receives |
| CFX::FXDelegator | A delegator forwards messages to a delegate object |
| CFX::FXDirWatch | Watches one or more directories (on Linux, also files..) |
| CFX::FXDocument | Abstract base class for documents |
| CFX::FXFileAssociations | The FileAssociations object manages file associations between a file extension and a FileAssoc record which contains command name, mime-type, icons, and other information about a type of file |
| CFX::FXFoldingItem | Tree list Item |
| ▶CFX::FXGLObject | Basic OpenGL object |
| CFX::FXGLGroup | Group object |
| CFX::FXHeaderItem | Header item |
| CFX::FXIconCache | The Icon Cache manages a collection of icons |
| ▶CFX::FXIconItem | Icon item |
| CFX::FXFileItem | File item |
| CFX::FXIconSource | An icon source is a class that loads an icon of any type |
| ▶CFX::FXId | Encapsulates server side resource |
| CFX::FXComposeContext | Compose Context manages the state of an input method if input method support is enabled |
| ▶CFX::FXCursor | Cursor class |
| CFX::FXCURCursor | CUR Cursor class |
| CFX::FXGIFCursor | GIF Cursor class |
| ▶CFX::FXDrawable | Drawable is an abstract base class for any surface that can be drawn upon, such as a FXWindow, or FXImage |
| CFX::FXBitmap | A Bitmap is a rectangular array of pixels |
| ▶CFX::FXImage | An Image is a rectangular array of pixels |
| CFX::FXBMPImage | The BMP Image class is a convenience class for working with images in the Microsoft Bitmap (.bmp) graphics file format |
| CFX::FXDDSImage | The DDS Image class is a convenience class for working with images in the Direct Draw Surface (DDS) file format |
| CFX::FXEXEImage | Bitmap from resource in Microsoft Windows executable |
| CFX::FXGIFImage | GIF Image class |
| CFX::FXICOImage | ICO (Microsoft icon format) graphics file |
| ▶CFX::FXIcon | An Icon is an image with two additional server-side resources: a shape bitmap, which is used to mask those pixels where the background should be preserved during the drawing, and a etch bitmap, which is used to draw the icon when it is disabled |
| CFX::FXBMPIcon | The BMP Icon class is a convenience class for working with icons in the Microsoft Bitmap (.bmp) graphics file format |
| CFX::FXDDSIcon | The DDS Icon class is a convenience class for working with icons in the Direct Draw Surface (DDS) file format |
| CFX::FXEXEIcon | Icon from resource in Microsoft Windows executable |
| CFX::FXGIFIcon | GIF Icon class |
| CFX::FXICOIcon | ICO (Microsoft icon format) icon |
| CFX::FXIFFIcon | The IFF Icon provides support for the EA/Amiga Image File Format |
| CFX::FXJP2Icon | JPEG-2000 Icon class |
| CFX::FXJPGIcon | JPEG Icon class |
| CFX::FXPCXIcon | PCX icon |
| CFX::FXPNGIcon | Portable Network Graphics (PNG) Icon class |
| CFX::FXPPMIcon | Portable Pixmap icon |
| CFX::FXQOIFIcon | QOIF Icon class |
| CFX::FXRASIcon | SUN Raster Image format icon |
| CFX::FXRGBIcon | IRIS RGB icon |
| CFX::FXTGAIcon | TARGA image format icon |
| CFX::FXTIFIcon | TIFF Icon class |
| CFX::FXWEBPIcon | Google WebP Icon class |
| CFX::FXXBMIcon | X Bitmap icon |
| CFX::FXXPMIcon | X Pixmap icon |
| CFX::FXIFFImage | The IFF Image provides support for the EA/Amiga Image File Format |
| CFX::FXJP2Image | JPEG-2000 Image class |
| CFX::FXJPGImage | JPEG Image class |
| CFX::FXPCXImage | PCX graphics file |
| CFX::FXPNGImage | Portable Network Graphics (PNG) Image class |
| CFX::FXPPMImage | Portable Pixmap Image |
| CFX::FXQOIFImage | QOIF Image class |
| CFX::FXRASImage | SUN Raster Image format |
| CFX::FXRGBImage | IRIS RGB image |
| CFX::FXTGAImage | TARGA graphics file |
| CFX::FXTIFImage | TIFF Image class |
| CFX::FXWEBPImage | Google WebP Image class |
| CFX::FXXBMImage | X Bitmap image |
| CFX::FXXPMImage | X Pixmap image |
| ▶CFX::FXWindow | Window is the base class for all widgets in FOX |
| CFX::FXCalendarView | The Basic Calendar Widget |
| ▶CFX::FXCanvas | Canvas, an area drawn by another object |
| ▶CFX::FXGLCanvas | GLCanvas, an area drawn by another object |
| CFX::FXGLViewer | OpenGL viewer widget |
| ▶CFX::FXComposite | Base composite |
| CFX::FX4Splitter | The four-way splitter is a layout manager which manages four children like four panes in a window |
| CFX::FXMDIChild | The MDI child window contains the application work area in a Multiple Document Interface application |
| CFX::FXMDIClient | The MDI client window manages a number of MDI child windows in a multiple-document interface (MDI) application |
| ▶CFX::FXPacker | Packer is a layout manager which automatically places child windows inside its area against the left, right, top, or bottom side |
| CFX::FXCalendar | The Calendar Widget |
| CFX::FXColorSelector | Color selection widget |
| CFX::FXComboBox | A Combo Box provides a way to select a string from a list of strings |
| CFX::FXDirSelector | The Directory Selector widget is the reusable mega-widget component which is the core of the Directory Dialog |
| ▶CFX::FXDockBar | A dock bar widget can be docked inside a dock site widget, or floated around freely |
| ▶CFX::FXToolBar | A tool bar widget can be docked in a dock site; it automatically adjusts its orientation based on the orientation of the dock site, and adjusts the layout options accordingly |
| CFX::FXMenuBar | Menu bar |
| CFX::FXDockSite | The dock site widget is a widget where dock bars can be docked |
| CFX::FXFileSelector | File selection widget |
| CFX::FXFontSelector | Font selection widget |
| CFX::FXGroupBox | A group box widget provides a nice raised or sunken border around a group of widgets, providing a visual delineation |
| ▶CFX::FXHorizontalFrame | Horizontal frame layout manager widget is used to automatically place child-windows horizontally from left-to-right, or right-to-left, depending on the child window's layout hints |
| CFX::FXStatusBar | Status bar |
| ▶CFX::FXListBox | The List Box is a control to select one of a list of options |
| CFX::FXDriveBox | Directory Box |
| CFX::FXMatrix | The Matrix layout manager automatically arranges its child windows in rows and columns |
| CFX::FXRealSpinner | Real Spinner control |
| CFX::FXSpinner | Spinner control |
| CFX::FXSpring | The spring widgets, when properly embedded side by side in a horizontal frame or vertical frame widget, behave like a set of connected springs of various lengths (hence the name!) |
| CFX::FXSwitcher | The Switcher layout manager automatically arranges its child windows such that one of them is placed on top; all other child windows are hidden |
| ▶CFX::FXTabBar | The tab bar layout manager arranges tab items side by side, and raises the active tab item above the neighboring tab items |
| CFX::FXTabBook | The tab book layout manager arranges pairs of children; the even numbered children (0,2,4,...) are usually tab items, and are placed on the top |
| ▶CFX::FXTreeListBox | The Tree List Box behaves very much like a List Box, except that it supports a hierarchical, tree structured display of the items |
| CFX::FXDirBox | A Directory Box widget allows the user to select parts of a file path |
| ▶CFX::FXVerticalFrame | Vertical frame layout manager widget is used to automatically place child-windows vertically from top-to-bottom, or bottom-to-top, depending on the child window's layout hints |
| CFX::FXShutter | The Shutter widget provides a set of foldable sub panels |
| CFX::FXShutterItem | A Shutter Item is a panel which is embedded inside a Shutter Widget |
| CFX::FXRootWindow | Root window |
| ▶CFX::FXScrollArea | The scroll area widget manages a content area and a viewport area through which the content is viewed |
| CFX::FXBitmapView | The Bitmap View widget display a scrollable view of a monochrome bitmap image; the bitmap is not owned by the bitmap frame so it must be explicitly deleted elsewhere |
| CFX::FXConsole | The console widget is a scrolling text widget used primarily for logging purposes and "terminals" It is high-performance and features bounded but arbitrary scroll-back capability |
| CFX::FXFoldingList | A Folding List Widget resembles a Tree list except that it supports a header control to provide each item with multiple columns of text |
| ▶CFX::FXIconList | A Icon List Widget displays a list of items, each with a text and optional icon |
| CFX::FXFileList | A File List widget provides an icon rich view of the file system |
| CFX::FXImageView | The Image View widget display a scrollable view of an image |
| ▶CFX::FXList | A List Widget displays a list of items, each with a text and optional icon |
| CFX::FXColorList | A ColorList Widget displays a list of colors |
| CFX::FXRulerView | The Ruler View provides viewing of a document with rulers |
| CFX::FXScrollWindow | The ScrollWindow widget manages one single child window and scrolls it when the child is larger than the available area |
| CFX::FXTable | The Table widget displays a table of items, each with a text and optional icon |
| CFX::FXText | The text widget provides a multi-line text editing control |
| ▶CFX::FXTreeList | A Tree List Widget organizes items in a hierarchical, tree-like fashion |
| CFX::FXDirList | A Directory List widget provides a tree-structured view of the file system |
| ▶CFX::FXShell | The Shell widget is used as the base class for top level windows, i.e |
| ▶CFX::FXPopup | Popup window is used as a container for transitional controls such as menu panes and other ephemeral windows |
| ▶CFX::FXMenuPane | Popup menu pane |
| CFX::FXMDIMenu | MDI Window Menu |
| CFX::FXScrollPane | A Scroll Pane is a menu pane which provides scrolling of menu entries |
| CFX::FXToolTip | Hopefully Helpful Hint message |
| ▶CFX::FXTopWindow | Abstract base class for all top-level windows |
| ▶CFX::FXDialogBox | DialogBox window |
| CFX::FXChoiceBox | The Choice Box provides a dialog panel to select one item out of a list of choices |
| CFX::FXColorDialog | The Color dialog is a standard dialog panel used to edit colors |
| CFX::FXDirDialog | A Directory Dialog provides a way to select a directory |
| CFX::FXFileDialog | File selection dialog |
| CFX::FXFileProgressDialog | File Progress Dialog |
| CFX::FXFontDialog | Font selection dialog |
| CFX::FXInputDialog | An Input Dialog is a simple dialog which is used to obtain a text string, integer, or real number from the user |
| CFX::FXMessageBox | A Message Box is a convenience class which provides a dialog for very simple common yes/no type interactions with the user |
| CFX::FXPrintDialog | Printer selection dialog |
| CFX::FXProgressDialog | A Progress Dialog is a simple dialog which is used to keep a user informed of the progress of a lengthy operation in a program and that the program is in fact still working |
| ▶CFX::FXReplaceDialog | Search and Replace Dialog |
| CFX::FXSearchDialog | Search Dialog |
| CFX::FXWizard | A Wizard widget guides the user through a number of panels in a predefined sequence; each step must be completed before moving on to the next step |
| CFX::FXMainWindow | The Main Window is usually the central window of an application |
| CFX::FXSplashWindow | The Splash Window is a window typically shown during startup of an application |
| CFX::FXToolBarShell | A Toolbar shell is a widget floating around over the Main Window |
| CFX::FXSplitter | Splitter window is used to interactively repartition two or more subpanels |
| CFX::FXDragCorner | A drag corner widget may be placed in the bottom right corner so as to allow the window to be resized more easily |
| ▶CFX::FXFrame | The Frame widget provides borders around some contents |
| CFX::FX7Segment | Seven-segment (eg LCD/watch style) widget, useful for making indicators and timers |
| CFX::FXArrowButton | Button with an arrow; the arrow can point in any direction |
| CFX::FXBitmapFrame | The bitmap frame is a simple frame widget displaying an monochrome bitmap image; the bitmap is not owned by the bitmap frame so it must be explicitly deleted elsewhere |
| CFX::FXColorBar | A ColorBar is a widget which controls the brightness (value) of a color by means of the hue, saturation, value specification system |
| CFX::FXColorRing | A ColorRing widget provides an intuitive way to specify a color |
| CFX::FXColorWell | A color well is a widget which controls color settings |
| CFX::FXColorWheel | A ColorWheel is a widget which controls the hue and saturation values of a color |
| CFX::FXDial | The Dial widget is a valuator widget which is able to provide a cyclic value range when the DIAL_CYCLIC is passed, or a simple linear value range |
| ▶CFX::FXDockHandler | The dock handler exists as a common base class for tool bar grip and dock title |
| CFX::FXDockTitle | A dock title is used to move its container, a dock bar |
| CFX::FXToolBarGrip | A toolbar grip is used to move its container, a dock bar |
| CFX::FXGauge | Gauge widget |
| CFX::FXGradientBar | The gradient bar is a control that is used to edit color gradient, such as used in texture mapping and shape filling |
| CFX::FXHeader | Header control may be placed over a table or list to provide a resizable captions above a number of columns |
| CFX::FXImageFrame | The image frame is a simple frame widget displaying an image; the image is not owned by the image frame so it must be explicitly deleted elsewhere |
| CFX::FXKnob | The knob widget is a valuator widget which provides simple linear value range |
| ▶CFX::FXLabel | A label widget can be used to place a text and/or icon for explanation purposes |
| ▶CFX::FXButton | A button provides a push button, with optional icon and/or text label |
| CFX::FXMDIDeleteButton | MDI Delete button |
| CFX::FXMDIMaximizeButton | MDI Maximize button |
| CFX::FXMDIMinimizeButton | MDI Minimize button |
| CFX::FXMDIRestoreButton | MDI Restore button |
| CFX::FXPicker | A Picker button allows you to identify an arbitrary location on the screen |
| CFX::FXCheckButton | A Check Button is a tri-state button |
| ▶CFX::FXMenuButton | A menu button posts a popup menu when clicked |
| CFX::FXMDIWindowButton | MDI Window button |
| CFX::FXOption | Option Menu Button |
| CFX::FXOptionMenu | Option Menu |
| CFX::FXRadioButton | A radio button is a tri-state button |
| CFX::FXTabItem | A tab item is placed in a tab bar or tab book |
| ▶CFX::FXToggleButton | The toggle button provides a two-state button, which toggles between the on and the off state each time it is pressed |
| CFX::FXTriStateButton | The tri-state button provides a three-state button, which toggles between the on and the off state each time it is pressed; programmatically, it may also be switched into the MAYBE state |
| CFX::FXProgressBar | Progress bar widget |
| CFX::FXRangeSlider | The range slider widget is a valuator widget which determines a subrange of the given range |
| CFX::FXRealSlider | The real slider widget is a valuator widget which provides simple linear value range |
| CFX::FXRuler | The ruler widget is placed alongside a document to measure position and size of entities within the document, such as margins, paragraph indents, and tickmarks |
| ▶CFX::FXSeparator | A Separator widget is used to draw a horizontal or vertical divider between groups of controls |
| CFX::FXHorizontalSeparator | Horizontal separator widget |
| CFX::FXVerticalSeparator | Vertical separator widget |
| CFX::FXSlider | The slider widget is a valuator widget which provides simple linear value range |
| CFX::FXStatusLine | The status line normally shows its permanent message |
| CFX::FXTextField | A text field is a single-line text entry widget |
| CFX::FXToolBarTab | A toolbar tab is used to collapse or uncollapse a sibling widget |
| ▶CFX::FXMenuCaption | The menu caption is a widget which can be used as a caption above a number of menu commands in a menu |
| CFX::FXMenuCascade | The cascade menu widget is used to bring up a sub menu from a pull down menu |
| ▶CFX::FXMenuCommand | The menu command widget is used to invoke a command in the application from a menu |
| CFX::FXMenuCheck | The menu check widget is used to change a state in the application from a menu |
| CFX::FXMenuRadio | The menu radio widget is used to invoke a command in the application from a menu |
| CFX::FXMenuTitle | A menu title is a child of a menu bar which is responsible for popping up a pulldown menu |
| CFX::FXMenuSeparator | The menu separator is a simple decorative groove used to delineate items in a popup menu |
| CFX::FXScrollBar | The scroll bar is used when a document has a larger content than may be made visible |
| CFX::FXScrollCorner | Corner between scroll bars |
| CFX::FXFont | Font class |
| CFX::FXGLContext | GL Context |
| ▶CFX::FXVisual | Visual describes pixel format of a drawable |
| CFX::FXGLVisual | Visual describes pixel format of a drawable |
| ▶CFX::FXListItem | List item |
| CFX::FXColorItem | Color item |
| CFX::FXMessageChannel | FXMessageChannel manages a messaging channel between a worker thread and the main user-interface thread |
| CFX::FXRecentFiles | The Recent Files group manages a most recently used (MRU) file list by means of the standard system registry |
| ▶CFX::FXTableItem | Item in table |
| CFX::FXComboTableItem | Combobox Item |
| ▶CFX::FXTextCodec | Abstract base class for a stateless coder/decoder |
| CFX::FX885910Codec | ISO-8859-10 Codec |
| CFX::FX885911Codec | ISO-8859-11 Codec |
| CFX::FX885913Codec | ISO-8859-13 Codec |
| CFX::FX885914Codec | ISO-8859-14 Codec |
| CFX::FX885915Codec | ISO-8859-15 Codec |
| CFX::FX885916Codec | ISO-8859-16 Codec |
| CFX::FX88591Codec | ISO-8859-1 Codec |
| CFX::FX88592Codec | ISO-8859-2 Codec |
| CFX::FX88593Codec | ISO-8859-3 Codec |
| CFX::FX88594Codec | ISO-8859-4 Codec |
| CFX::FX88595Codec | ISO-8859-5 Codec |
| CFX::FX88596Codec | ISO-8859-6 Codec |
| CFX::FX88597Codec | ISO-8859-7 Codec |
| CFX::FX88598Codec | ISO-8859-8 Codec |
| CFX::FX88599Codec | ISO-8859-9 Codec |
| CFX::FXCP1250Codec | CP1250 Codec |
| CFX::FXCP1251Codec | CP1251 Codec |
| CFX::FXCP1252Codec | CP1252 Codec |
| CFX::FXCP1253Codec | CP1253 Codec |
| CFX::FXCP1254Codec | CP1254 Codec |
| CFX::FXCP1255Codec | CP1255 Codec |
| CFX::FXCP1256Codec | CP1256 Codec |
| CFX::FXCP1257Codec | CP1257 Codec |
| CFX::FXCP1258Codec | CP1258 Codec |
| CFX::FXCP437Codec | CP437 Codec |
| CFX::FXCP850Codec | CP8502 Codec |
| CFX::FXCP852Codec | CP852 Codec |
| CFX::FXCP855Codec | CP855 Codec |
| CFX::FXCP856Codec | CP856 Codec |
| CFX::FXCP857Codec | CP857 Codec |
| CFX::FXCP860Codec | CP860 Codec |
| CFX::FXCP861Codec | CP861 Codec |
| CFX::FXCP862Codec | CP862 Codec |
| CFX::FXCP863Codec | CP863 Codec |
| CFX::FXCP864Codec | CP864 Codec |
| CFX::FXCP865Codec | CP865 Codec |
| CFX::FXCP866Codec | CP866 Codec |
| CFX::FXCP869Codec | CP869 Codec |
| CFX::FXCP874Codec | CP874 Codec |
| CFX::FXKOI8RCodec | KOI8-R Codec |
| CFX::FXUTF16BECodec | Codec for UTF-16BE |
| CFX::FXUTF16Codec | Codec for UTF-16 |
| CFX::FXUTF16LECodec | Codec for UTF-16LE |
| CFX::FXUTF32BECodec | Codec for UTF-32BE |
| CFX::FXUTF32Codec | Codec for UTF-32 |
| CFX::FXUTF32LECodec | Codec for UTF-32LE |
| CFX::FXUTF8Codec | Codec for UTF-8 |
| CFX::FXTranslator | The translator class translates a message to another language |
| ▶CFX::FXTreeItem | Tree list Item |
| CFX::FXDirItem | Directory item |
| ▶CFX::FXObjectList | List of pointers to objects |
| CFX::FXObjectListOf< TYPE > | List to pointers to objects of TYPE |
| CFX::FXObjectListOf< FXGLObject > | |
| CFX::FXObjectListOf< FXHeaderItem > | |
| CFX::FXObjectListOf< FXIconItem > | |
| CFX::FXObjectListOf< FXListItem > | |
| ▶CFX::FXParseBuffer | FXParseBuffer manages pointers to a buffer for various file format parsers |
| ▶CFX::FXINI | Loads or saves an FXVariant to an .INI text file |
| CFX::FXINIFile | Serialize a variant to or from INI formatted file |
| ▶CFX::FXJSON | The FXJSON serializer loads or saves an FXVariant to a JSON text file |
| CFX::FXJSONFile | Serialize a variant to or from JSON formatted file |
| CFX::FXJSONString | Serialize a variant to or from JSON formatted string |
| ▶CFX::FXXML | The XML serializer loads or saves data to xml text file |
| CFX::FXXMLFile | Procesing XML file |
| CFX::FXXMLString | Serialize a variant to or from XML formatted string |
| CFX::FXPerformanceCounter< counter > | |
| CFX::FXPoint | Point |
| CFX::FXPrinter | Describes printer |
| CFX::FXProcess | Executable process |
| CFX::FXPSBounds | Bounding box |
| ▶CFX::FXPtrList | List of void pointers |
| CFX::FXPtrListOf< TYPE > | List to pointers to TYPE |
| ▶CFX::FXPtrQueue | Queue of void pointers |
| CFX::FXPtrQueueOf< TYPE > | Queue of pointers to TYPE |
| CFX::FXQuatd | Double-precision quaternion |
| CFX::FXQuatf | Single-precision quaternion |
| CFX::FXRandom | FXRandom provides a thread-safe random number generator with a period of around 1.84E19 |
| CFX::FXRanged | Bounds |
| CFX::FXRangef | Bounds |
| ▶CFX::FXReactor | FXReactor implements the reactor pattern |
| ▶CFX::FXDispatcher | A FXDispatcher watches a number of devices and signals for activity and dispatches to the proper function when activity is observed |
| CFX::FXEventDispatcher | A FXEventDispatcher extends FXDispatcher, adding graphical user interface handling and other display-related events |
| CFX::FXReadWriteLock | FXReadWriteLock allows multiple readers but only a single writer |
| CFX::FXRectangle | Rectangle |
| CFX::FXRefPtr< EType > | Pointer to shared object |
| CFX::FXRegion | Region |
| ▶CFX::FXReverseDictionary | The reverse dictionary class is a fast-access hash table, mapping void-pointers to strings |
| CFX::FXReverseDictionaryOf< TYPE > | Dictionary of pointers to TYPE |
| CFX::FXReverseMutex | The Reverse Mutex unlocks its associated FXMutex when entering the scope, and automatically relocks it upon exiting the scope |
| CFX::FXReverseSpinLock | The reverse spin lock unlocks its associated FXSpinLock when entering the scope, and automatically relocks it upon exiting the scope |
| CFX::FXRex | FXRex is a regular expression class implementing a NFA matcher |
| ▶CFX::FXRunnable | FXRunnable represents a generic runnable thing |
| CFX::FXParallelCallFunctor< Functor > | FXParallelCallFunctor is a helper for FXParallelInvoke |
| CFX::FXParallelForFunctor< Functor, Index > | FXParallelLoopFunctor is a helper for FXParallelFor |
| ▶CFX::FXThread | FXThread provides system-independent support for threads |
| CFX::FXScopedThread | FXScopedThread is a kind of thread which automatically performs a thread join to clean up the thread when going out of scope |
| CFX::FXWorker | An FXWorker is a transient thread that performs an FXRunnable task |
| CFX::FXThreadPool | A Thread Pool manages execution of tasks on a number of worker-threads |
| CFX::FXScopedMutex | Establish a correspondence between a C++ scope and a FXMutex, so that entering and leaving the scope in which the scoped lock is defined will automatically lock and unlock the associated mutex |
| CFX::FXScopedReadLock | Scoped read lock |
| CFX::FXScopedSpinLock | Establish a correspondence between a C++ scope and an FXSpinLock, so that entering and leaving the scope in which the scoped lock is defined will automatically lock and unlock the associated spin lock |
| CFX::FXScopedWriteLock | Scoped write lock |
| CFX::FXSegment | Line segment |
| CFX::FXSemaphore | A semaphore allows for protection of a resource that can be accessed by a fixed number of simultaneous threads |
| ▶CFX::FXSemaQueue | Semaphore protected queue for a single producer and a single consumer thread |
| CFX::FXSemaQueueOf< TYPE > | |
| ▶CFX::FXSettings | The Settings class manages a key-value database |
| CFX::FXRegistry | The Registry maintains a persistent settings database for an application |
| CFX::FXSize | Size |
| CFX::FXSphered | Spherical bounds |
| CFX::FXSpheref | Spherical bounds |
| CFX::FXSpinLock | FXSpinLock can be used to provide safe access to very small critical sections |
| CFX::FXStat | Statistics about a file or directory |
| ▶CFX::FXStream | A stream is a way to serialize data and objects into a byte stream |
| CFX::FXFileStream | File Store Definition |
| CFX::FXMemoryStream | Memory Store Definition |
| CFX::FXString | FXString provides essential string manipulation capabilities in FOX |
| CFX::FXStringDictionary | The dictionary class maintains a fast-access hash table of entities indexed by a character string |
| CFX::FXTablePos | Position in table |
| CFX::FXTableRange | Range of table cells |
| CFX::FXTaskGroup | An FXTaskGroup manages a number of tasks, executing on the associated FXThreadPool |
| CFX::FXTextChange | Text 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 |
| CFX::FXTextSelection | Text selection data |
| CFX::FXVariant | A Variant type can hold any kind of object, be it a boolean, integer, real, string, or even array of Variants or dictionaries of variants |
| CFX::FXVariantMap | Variant map associates strings to variants using fast hash table |
| CFX::FXVec2d | Double-precision 2-element vector |
| CFX::FXVec2f | Single-precision 2-element vector |
| CFX::FXVec3d | Double-precision 3-element vector |
| CFX::FXVec3f | Single-precision 3-element vector |
| CFX::FXVec4d | Double-precision 4-element vector |
| CFX::FXVec4f | Single-precision 4-element vector |
| CFX::FXViewport | OpenGL Viewer Viewport |
| CFX::FXWSQueue | Work-stealing queue |
| CFX::FXGauge::Indicator | |
| CFX::FXSystem::Time | System Time in parts |