NOCL  v0.1.0-2524
Modern C++ Class Library for GUI Projects
File List
Here is a list of all files with brief descriptions:
 Application.cpp
 Application.hppApplication-level control
 Base.cpp
 Base.hppNon-virtual base class
 Box.cpp
 Box.hppContainer for aligning and sizing components into a rectangular area
 Button.cpp
 Button.hppBase class for various types of buttons
 ButtonBox.cpp
 ButtonBox.hppContainer for aligning and sizing buttons the same way
 ButtonHandler.cpp
 ButtonHandler.hppEvent handler for nocl::Button events
 Bytes.cpp
 Bytes.hppWork with bytes, kilobytes, megabytes, ..
 linux-specific/call_stack.cpp
 windows-specific/call_stack.cpp
 Container.cpp
 Container.hppBase class for all GUI components that act as containers
 EventHandler.cpp
 EventHandler.hppBase class for event handling
 Exception.cpp
 Exception.hppException class that inherits from std::exception
 Fixed.cpp
 Fixed.hppFixed layout
 Flexbox.cpp
 Flexbox.hppFlexbox layout engine
 FlexItem.cpp
 FlexItem.hppItem used with the Flexbox layout engine
 FrameWindow.cpp
 FrameWindow.hppTop level frame window
 Grid.cpp
 Grid.hppContainer which arranges children using a grid of columns and rows
 GUIComponent.cpp
 GUIComponent.hppBase class for all GUI components
 Label.cpp
 Label.hppText label
 Layout.cpp
 Layout.hppBlank layout
 Logfile.cpp
 Logfile.hppText log file
 nocl.cpp
 nocl.hppCentral include file for NOCL
 nocl_core.hppCentral include file for NOCL
 nocl_external.hppCollection of external include files needed by almost everyone
 nocl_gui.hppInclude file for GUI controls
 nocl_internal.hppInternal NOCL functions
 Notifier.hpp
 Point.cpp
 Point.hppThe position (x and y offsets) associated with an object
 Size.cpp
 Size.hppThe size (width and height) associated with an object
 SpinButton.cpp
 SpinButton.hppEntryfield with buttons to increment or decrement the value in the text field
 TextButton.cpp
 TextButton.hppTraditional text pushbutton
 TextEditor.cpp
 TextEditor.hppMulti-line text editor
 TextField.cpp
 TextField.hppSingle line text editor/entryfield
 ToggleSwitch.cpp
 ToggleSwitch.hppOn/off toggle switch
 VBase.cpp
 VBase.hppVirtual base class
 Window.cpp
 Window.hppWindow with a frame