#include <gre/layer.h>
Public Types | |
| typedef MILIST< TABLEINFO > | TABLEINFOLIST |
Public Member Functions | |
| void | ActivateNextSelected () |
| void | ActivatePrevSelected () |
| HTREEITEM | AddTreeViewItem (GRE_MFC_TREEVIEW &TreeView, HTREEITEM hParent, HTREEITEM hInsertAfter, const UNICODE *label, GRE_MFC_TREEVIEW::IMAGEIDX ImageIdx) |
| HTREEITEM | AddTreeViewItem (GRE_MFC_TREEVIEW &TreeView, HTREEITEM hParent, HTREEITEM hInsertAfter, const char *label, GRE_MFC_TREEVIEW::IMAGEIDX ImageIdx) |
| void | AddTreeViewTables (GRE_MFC_TREEVIEW &TreeView, HTREEITEM hParent, HTREEITEM hInsertAfter) |
| COMPINFO (GRE_LAYER *layer, int component, ELEMTYPE ElemType, bool AllowDatabase=true, bool AllowQuery=true) | |
| COMPINFO () | |
| ERRVALUE | CreateDbEdit () |
| void | CreateForm () |
| void | CreateTableRows () |
| void | Destroy () |
| ERRVALUE | DlgEditTableName (INT32 TableNum) |
| void | DropTable (INT32 TableNum) |
| TABLEINFO * | FindTableInfo (INT32 TableNum) |
| INT32 | GetActiveElemNum () const |
| INT32 | GetBaseTableNum () const |
| int | GetComponent () const |
| DBEDIT * | GetDbEdit () |
| MDLGPARENT | GetDlgParent () const |
| GRE_ELEMSEARCH & | GetElemSearch () |
| ELEMTYPE | GetElemType () const |
| Widget | GetForm () const |
| GRE_LAYER * | GetLayer () const |
| Widget | GetSelectableTB () const |
| TABLEINFOLIST & | GetTableInfoList () |
| short | GetTablePosnIndex (TABLEINFO::TYPE TableType) const |
| bool | HasDbEdit () const |
| void | HideForm () |
| void | Init (GRE_LAYER *layer, int component, ELEMTYPE ElemType, bool AllowDatabase, bool AllowQuery=true) |
| bool | IsElemSelectable () const |
| void | NotifyElementSelected () |
| void | OnTreeViewPopupMenu (const CPoint &mpoint, GRE_MFC_TREEVIEW &treeview) |
| void | SelectTableElements (INT32 TableNum, int mode) |
| void | SetActiveElemNum (INT32 ElemNum) |
| void | SetBaseTableNum (INT32 BaseTableNum) |
| void | SetDbEditStyleObject () |
| void | SetElemSelectable (bool ElemSelectable) |
| short | SetObjMgrPos (short pindex) |
| ERRVALUE | SetTabularView (INT32 TableNum, bool TabularView) |
| void | ShowDefaultTable () |
| short | ShowForm (short pindex) |
| void | ShowTableList (bool show) |
| void | UpdateShowInternalTables () |
| ~COMPINFO () | |
Definition at line 2174 of file layer.h.
|
|
End of GRE_LAYER::COMPINFO::TABLEINFO.
|
|
|
Default constructor for use in arrays.
|
|
||||||||||||||||||||||||
|
Standard constructor.
|
|
|
Destructor.
|
|
|
Make "next" highlighted element "active".
|
|
|
Make "previous" highlighted element "active".
|
|
||||||||||||||||||||||||
|
Add item for component to MFC TreeView.
|
|
||||||||||||||||||||||||
|
Add item for component to MFC TreeView.
|
|
||||||||||||||||
|
Add items for attribute tables to MFC TreeView.
|
|
|
Create DBEDIT instance for component.
|
|
|
|
|
|
|
|
|
Destroy component forms, dialogs, table lists, etc.
|
|
|
|
|
|
Drop (remove) specified table from database.
|
|
|
Find TABLEINFO associated with specified table number.
|
|
|
Get active element number for component.
|
|
|
Get "base" table number for component.
|
|
|
Get component index.
|
|
|
Get DBEDIT pointer for component.
|
|
|
Get parent for dialogs.
|
|
|
Get element search information for component.
|
|
|
Get element type.
|
|
|
|
|
|
Get layer for component.
|
|
|
|
|
|
|
|
|
|
|
|
Determine if has 'database editor' for component.
|
|
|
|
|
||||||||||||||||||||||||
|
|
|
|
|
|
|
Notify that elements have been selected.
|
|
||||||||||||
|
|
|
||||||||||||
|
Select elements with given association to table.
|
|
|
Set active element number for component.
|
|
|
Set "base" table number for component.
|
|
|
|
|
|
|
|
|
Set the position of the Object Manager.
|
|
||||||||||||
|
Set whether table is shown in single-record or tabular view.
|
|
|
|
|
|
|
|
|
|
|
|
Update for change to "show internal table" status.
|
1.3.8-20040913