| BasicApp | Basic functions to handle the application |
| BasicLog | Basic functions for debugging, using a log file |
| BasicLog::Logger | |
| BasicObject | Base class for most Netrinjo-classes |
| BasicObject::FunctionData | |
| BasicSlot | Stores an event's slot (function pointer and name) |
| BasicThread | Basic functions to handle threads |
| FrameTimer | Handles timers, their intervals and activity |
| FrameTimer::CbInfo | |
| GuiBackground | A class for filling a rect with a color |
| GuiBorder | Draws a border at its rect boundaries |
| GuiCheck | A checkbox with a caption |
| GuiCheckableBtn | A class for buttons that can be checked |
| GuiClickableBtn | A class for buttons that respond on clicks |
| GuiCursor | A class for showing a simple mouse cursor |
| GuiDropDown | A drop down list |
| GuiDynamicButton | A base class for buttons |
| GuiElement | Base class for all graphical user interface objects |
| GuiFader | The class to use for manipulating color appearance |
| GuiFileElement | A GUI class that creates subelements as specified in a XML-file |
| GuiFileList | A class for displaying a listbox containing filenames |
| GuiFlowMenu | A class for showing a menu that (dis-)appears by flying out of/into the screen |
| GuiFlowMenuItem | A single menu item for a GuiFlowMenu |
| GuiFlowWindow | A window that can move from a position to another |
| GuiForm | A class for formulars |
| GuiFrame | A simple class, that appears different, if the cursor is above it |
| GuiFrameCounter | Prints the current framerate onto the screen |
| GuiHint | A class to display hints |
| GuiKeyControl | Displays a key that can be modified by the user |
| GuiListBox | A class for listboxes |
| GuiManager | Manages 2D graphics functions and user actions |
| GuiMenuBar | A container class for GuiMenuItems, to show menus |
| GuiMenuItem | Used to show items of menus |
| GuiMessageBox | A class for message boxes |
| GuiMovableBtn | A class for buttons that can be moved by the user |
| GuiNumScroller | A scroller with a text, containing the scroller's value |
| GuiPageControl | A class for page controls |
| GuiPictureBg | An object with a picture as background |
| GuiProgressBar | A class to display the progress of some calculation |
| GuiRadio | A radio button with text |
| GuiRadioBtn | A class for radio buttons |
| GuiRadioContainer | A container class for radio buttons |
| GuiRotator | A class to display rotating pictures |
| GuiScrollBg | A class to display a large object in a small area by using scrollbars |
| GuiScroller | A class for scrollbars |
| GuiSurface | A simple class for reducing the number of blits per frame |
| GuiText | Displays a text |
| GuiTextField | A class to display moving text |
| GuiTextInput | A field, where the user can write text into |
| GuiUpDown | A class, in which the user can enter a number |
| NetAdminReject | |
| NetAdminSpeed | |
| NetBasicAdminData | |
| NetBasicData | |
| NetBasicManager | Basic class for managing network transfers |
| NetConnectData | |
| NetConnectionList | |
| NetDisconnectData | |
| NetPeerManager | A peer to peer network managing class, derived from NetBasicManager |
| NetPeerSocket | A peer to peer network socket class, derived from NetStandardSocket |
| NetSimpleManager | A very simple class, derived from NetBasicManager |
| NetSocket | The basic network socket class |
| NetStandardSocket | The basic network socket class |
| NetThread | A class for polling network interfaces regularly |
| NetValue32Data | |
| SdlAudio | Base class for an audio resource |
| SdlFileMusic | Simple class for songs, loaded from a WAV/OGG file |
| SdlFileMusicList | A class to load and manage playlist files |
| SdlFileSound | Simple class for sounds, loaded from a wave-file |
| SdlFileSurface | A class for a graphical surface resource, loaded from a file |
| SdlFileSurfaces | Manages some graphical resources, loaded from one file |
| SdlFileSurfacesInfo | Loads initialisation data for file-surfaces from a file |
| SdlFont | Used to write text with a specific font |
| SdlFontSurfaces | Creates surfaces for SdlFont out of a ttf-file |
| SdlManager | The central class, that manages Sdl*-classes |
| SdlMusic | Base class for music (long audio data) |
| SdlMusicInfo | Base class for managing a list of music resources |
| SdlMusicList | Base class for managing a list of music resources |
| SdlSound | Base class for sounds (short audio data) |
| SdlSurface | Base class for a graphical surface resource to draw on |
| SdlSurfaceContainer | Base class for managing some graphical surface resources |
| SignalMultiplier | Forwards an event to many slots |
| ThemeManager | Handles themes (the look and feel) |
| TiXmlAttribute | |
| TiXmlBase | |
| TiXmlComment | |
| TiXmlDeclaration | |
| TiXmlDocument | |
| TiXmlElement | |
| TiXmlHandle | |
| TiXmlNode | |
| TiXmlText | |
| TiXmlUnknown | |
| UiFileTheme | A theme-class, which loads its data from a text based file |
| UiFileTranslator | Translation class, which reads the expressions from a text based file |
| UiKeyCombination | This class handles events on key cominations |
| UiManager | Manager of user interface objects |
| UiObject | Base class for all objects, that have a managed user interface |
| UiTheme | Base class for all themes, used for easy change of look and feel |
| UiTranslator | Base class for doing translation |
| WebFilePage | A class for simple publishing of a file in the web |
| WebForwardPage | A class for forwarding an URI to another URI |
| WebPage | The basic class for publishing data in the web |
| WebServer | The central class of the webserver |
| WebStatisticsPage | A class for showing game statistics |
| WebThread | Used to respond on web requests asynchronously |
| XmlApp | A class to make game development very easy and fast |