 neo::ActiveFileDialogIF | |
 BITMAP | |
  neo::BitmapData | Wraps the creation of a BITMAP struct from a HBITMAP |
 neo::ComPtr< T > | Smart pointer to COM classes |
 neo::Config | Interface for all configuration classes |
  neo::iniConfig | Configuration that writes to an ini-file |
  neo::RegistryConfig | Configuration that writes to the Window registry |
 neo::ControlParam | Holds optional control parameters |
 neo::DeviceContextIF | Interface for device context functions |
  neo::ClientDC | A client device context allows drawing to the client area of a window |
  neo::DC | Unmanaged device context, to allow the user to call IDC functions on arbitrary DCs |
  neo::MemoryDC | Memory device contexts attach themselves to a bitmap |
  neo::PaintDC | A paint device context can only be called inside the WM_PAINT message handler |
 neo::DynamicLib | Encapsulates loading of DLLs |
  neo::LoadedLib | Retrieves address of already loaded DLL |
 neo::File | Contains the basic functions for file reading/writing |
 neo::FileDialog | |
  neo::OpenFileDialog | |
  neo::PickFolderDialog | |
  neo::SaveFileDialog | |
 neo::FileDialogEvents | |
 neo::FileDialogOptions | |
 neo::FileSearch | Wrapper for the FindFirstFile API |
 neo::FileTypeFilter | |
 neo::FontParams | Font parameters with everything set to default |
 neo::GdiObject< HANDLE_T > | Basic GDI class that automatically deletes the handle |
 neo::GdiObject< HBITMAP > | |
  neo::Bitmap | Bitmap handle |
  neo::DibSection | Device independent bitmap |
 neo::GdiObject< HBRUSH > | |
  neo::HatchBrush | Brush handle |
  neo::PatternBrush | Brush handle |
  neo::SolidBrush | Brush handle |
 neo::GdiObject< HFONT > | |
  neo::Font | Font handle |
 neo::GdiObject< HPEN > | |
  neo::Pen | Pen handle |
 neo::FileSearch::iterator | Iterator for STL algorithm integration |
 neo::ListBoxIF | Common interface for ListBox and ComboBox |
  neo::ComboBox | |
  neo::ListBox | |
 LVCOLUMN | |
  neo::ListCtrl::ColumnData | Used to get or set values of a list column |
 LVITEM | |
  neo::ListCtrl::ItemData | Used to get or set values of a list item |
 neo::Menu | |
 neo::Message | Wrap parameters of WndProc in a struct. Can be used for any message |
  neo::CaptureChangedMessage | |
  neo::CommandMessage | |
  neo::CreateMessage | |
  neo::CtlColorMessage | |
  neo::DropFilesMessage | |
  neo::EnableMessage | |
  neo::EraseBkgndMessage | |
  neo::GetIconMessage | |
  neo::GetMinMaxInfoMessage | |
  neo::KeyMessage | |
  neo::MouseMessage | |
  neo::MoveMessage | |
  neo::MovingMessage | |
  neo::NotifyMessage | |
  neo::PrintMessage | |
  neo::ScrollMessage | |
  neo::SizeMessage | |
  neo::SizingMessage | |
  neo::StyleChangedMessage | |
  neo::TimerMessage | |
  neo::WindowPosChangeMessage | |
 neo::MessageId | Unified message identifier |
  neo::CommandMessageId | |
   neo::ButtonMessageId | |
   neo::NotifyMessageId | |
  neo::ScrollMessageId | |
   neo::WindowScrollMessageId | |
 neo::OSVersion | |
 neo::Path | Manipulation of Windows-style path strings |
 POINT | |
  neo::Point | Windows POINT structure with constructor |
 RECT | |
  neo::Rect | Windows RECT structure with constructor |
 neo::SaveRestoreDC | Wraps SaveDC in an object oriented way |
 neo::ScrollBarIF | Common interface for all scrollbars |
  neo::ScrollBar | |
  neo::WindowScrollBar | Represents the scrollbars attached to the sides of a window |
   neo::WindowScrollBarH | Horizontal window scrollbar |
   neo::WindowScrollBarV | Vertical window scrollbar |
 SIZE | |
  neo::Size | Windows SIZE structure with constructor |
 neo::TextBoxIF | Common interface for TextBox and ComboBox |
  neo::ComboBox | |
  neo::TextBox | |
 WIN32_FIND_DATA | |
  neo::FileSearchItem | Data about a file system item found by FileSearch |
 neo::WindowBase | The big window class that every other class descends from |
  neo::Control | Base class for standard Windows controls |
   neo::Button | |
    neo::CheckBox | |
    neo::GroupBox | |
    neo::RadioButton | |
   neo::ComboBox | |
   neo::HeaderCtrl | TODO: needs methods |
   neo::ListBox | |
   neo::ListCtrl | TODO: needs methods |
   neo::ProgressBar | |
   neo::ScrollBar | |
   neo::StaticCtrl | |
   neo::StatusBar | |
   neo::TabCtrl | |
   neo::TextBox | |
  neo::Window | General purpose window |
   neo::WindowModal | This window can enter a modal message loop |
 neo::WindowParam | Creation parameters for the Window class |