NOCL  v0.1.0-2524
Modern C++ Class Library for GUI Projects
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 Nnocl
 CApplicationApplication-level control
 CBaseNon-virtual base class from which NOCL objects may inherit
 CBoxContainer for aligning and sizing components into a rectangular area
 CButtonBase class for various types of buttons
 CButtonBoxContainer for aligning and sizing buttons the same way
 CButtonHandlerEvent handler for nocl::Button events
 CContainerBase class for all GUI components that act as containers
 CEventHandlerBase class for event handling
 CExceptionException class that inherits from the standard C++ class std:exception
 CFixedFixed layout
 CFlexboxFlexbox layout engine
 CFlexItemItem used with the Flexbox layout engine
 CFrameWindowTop level frame window
 CGridContainer which arranges children using a grid of columns and rows
 CGUIComponentBase class for all GUI components
 CLabelText label
 CLayoutBlank layout
 CLogfileText log file
 CPointThe position (x and y offsets) associated with an object
 CSizeThe size (width and height) associated with an object
 CSpinButtonEntryfield with buttons to increment or decrement the value in the text field
 CTextButtonTraditional text pushbutton
 CTextEditorMulti-line text editor
 CTextFieldSingle line text editor/entryfield
 CToggleSwitchOn/off toggle switch
 CVBaseVirtual base class from which NOCL objects may inherit
 CWindowWindow with a frame