SoftwareSphere Home

MFCPlus Class Library

Package MFXView

Classes for displaying some content on the screen.

CBigScrollView Class for a scroll view with sizes larger than the maximum allowed by CScrollView.
CDataCell Base class for the cell objects contained in a CDataRow object. It has many derived classes for different types of cells.
CDataColumn Class which represents a column of a data table.
CDataRow Class which represents a row of a CDataTable object.
CDataTable Class to make a data table in memory which can be filled with records extracted from a recordset.
CDataTableDoc Class for a document used to contain a data table.
CDataTableView CTableView derived class for displaying a CDataTable data.
CDataTableWnd Extension of CTableWnd to display the content of a data table.
CDragDropTreeWnd Extension of CTreeWnd to handle drag and drop operations between tree nodes.
CListEdit Edit control class for in place editing in the CListWnd class.
CListFormat Class which contains the format options of a list window.
CListModel Class to contain the data to be displayed in a list window.
CListWnd Class which displays a list like the ListBox control without using it.
CModel Base class for models. Models are container of data which are used by model windows to display something.
CModelWnd Base class for model windows. Model windows are windows connected to a CModel object. CModelWnd provides also flick-free painting for its subclasses.
CPropertyView CView derived class that shows multiple tabs like a property sheet.
CPropertyViewPage Class to make a tab in the CPropertyView class.
CTabFormView Class for making a form view with a tab control.
CTabView A CView derived class which contains a tab control and can display one sub view a a time among those contained in the tabs.
CTabWnd Class for creating a tab control that contains multiple child windows.
CTabWndCtrl Class for creating a tab control that contains multiple child windows.
CTableColumn Represents a column in the table window.
CTableDoc Class for a document that contains a generic table.
CTableEdit Specialized edit control used in table window for cell editing.
CTableFormat Class which contains the options for a table window.
CTableModel Represents the data which are required for a Table Window.
CTablePrint Class to print a table.
CTableView Base class for table views with scrolling and column resizing,
CTableWnd A window which displays a table taking the data from a CTableModel object.
CTreeFormat Contains the options for a tree window.
CTreeModel Represents the data required for a Tree Window.
CTreeNode Represents a node in a tree model.
CTreeWnd Class which displays a tree structure very similar to the Windows tree control but completely independent of it.