neoWidgets
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Pages
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 1234]
oCneo::ActiveFileDialogIF
oCBITMAP
|\Cneo::BitmapDataWraps the creation of a BITMAP struct from a HBITMAP
oCneo::ComPtr< T >Smart pointer to COM classes
oCneo::ConfigInterface for all configuration classes
|oCneo::iniConfigConfiguration that writes to an ini-file
|\Cneo::RegistryConfigConfiguration that writes to the Window registry
oCneo::ControlParamHolds optional control parameters
oCneo::DeviceContextIFInterface for device context functions
|oCneo::ClientDCA client device context allows drawing to the client area of a window
|oCneo::DCUnmanaged device context, to allow the user to call IDC functions on arbitrary DCs
|oCneo::MemoryDCMemory device contexts attach themselves to a bitmap
|\Cneo::PaintDCA paint device context can only be called inside the WM_PAINT message handler
oCneo::DynamicLibEncapsulates loading of DLLs
|\Cneo::LoadedLibRetrieves address of already loaded DLL
oCneo::FileContains the basic functions for file reading/writing
oCneo::FileDialog
|oCneo::OpenFileDialog
|oCneo::PickFolderDialog
|\Cneo::SaveFileDialog
oCneo::FileDialogEvents
oCneo::FileDialogOptions
oCneo::FileSearchWrapper for the FindFirstFile API
oCneo::FileTypeFilter
oCneo::FontParamsFont parameters with everything set to default
oCneo::GdiObject< HANDLE_T >Basic GDI class that automatically deletes the handle
oCneo::GdiObject< HBITMAP >
|oCneo::BitmapBitmap handle
|\Cneo::DibSectionDevice independent bitmap
oCneo::GdiObject< HBRUSH >
|oCneo::HatchBrushBrush handle
|oCneo::PatternBrushBrush handle
|\Cneo::SolidBrushBrush handle
oCneo::GdiObject< HFONT >
|\Cneo::FontFont handle
oCneo::GdiObject< HPEN >
|\Cneo::PenPen handle
oCneo::FileSearch::iteratorIterator for STL algorithm integration
oCneo::ListBoxIFCommon interface for ListBox and ComboBox
|oCneo::ComboBox
|\Cneo::ListBox
oCLVCOLUMN
|\Cneo::ListCtrl::ColumnDataUsed to get or set values of a list column
oCLVITEM
|\Cneo::ListCtrl::ItemDataUsed to get or set values of a list item
oCneo::Menu
oCneo::MessageWrap parameters of WndProc in a struct. Can be used for any message
|oCneo::CaptureChangedMessage
|oCneo::CommandMessage
|oCneo::CreateMessage
|oCneo::CtlColorMessage
|oCneo::DropFilesMessage
|oCneo::EnableMessage
|oCneo::EraseBkgndMessage
|oCneo::GetIconMessage
|oCneo::GetMinMaxInfoMessage
|oCneo::KeyMessage
|oCneo::MouseMessage
|oCneo::MoveMessage
|oCneo::MovingMessage
|oCneo::NotifyMessage
|oCneo::PrintMessage
|oCneo::ScrollMessage
|oCneo::SizeMessage
|oCneo::SizingMessage
|oCneo::StyleChangedMessage
|oCneo::TimerMessage
|\Cneo::WindowPosChangeMessage
oCneo::MessageIdUnified message identifier
|oCneo::CommandMessageId
|\Cneo::ScrollMessageId
oCneo::OSVersion
oCneo::PathManipulation of Windows-style path strings
oCPOINT
|\Cneo::PointWindows POINT structure with constructor
oCRECT
|\Cneo::RectWindows RECT structure with constructor
oCneo::SaveRestoreDCWraps SaveDC in an object oriented way
oCneo::ScrollBarIFCommon interface for all scrollbars
|oCneo::ScrollBar
|\Cneo::WindowScrollBarRepresents the scrollbars attached to the sides of a window
oCSIZE
|\Cneo::SizeWindows SIZE structure with constructor
oCneo::TextBoxIFCommon interface for TextBox and ComboBox
|oCneo::ComboBox
|\Cneo::TextBox
oCWIN32_FIND_DATA
|\Cneo::FileSearchItemData about a file system item found by FileSearch
oCneo::WindowBaseThe big window class that every other class descends from
|oCneo::ControlBase class for standard Windows controls
|\Cneo::WindowGeneral purpose window
\Cneo::WindowParamCreation parameters for the Window class