Home You are here: Home > Support > Reference v1.0

Change language: German

XmNamespaceInst Class Reference

Inheritance diagram for XmNamespaceInst:

XmNamespace List of all members.

Detailed Description

Namespace for identifieres used in the exom core.

Only one instance (exom::xmn) of this namespace exist providing all identifier used within the core of the exom framework.


Public Attributes

XmObjID OBJ_ROOT
 Root object within the exom framework.
XmObjID OBJ_APP
 ID the of XmApplication.
XmObjID OBJ_MODULEINFO
 ID for XmModuleInfo.
XmAtmID ATM_MODULEINFO_LANGUAGE
 Lanuage identifier of XmModuleInfo.
Properties dialog ID's
XmFcnID FCN_PROPERTIES_DLG
 Open a modal properties dialog for an object.
XmFcnID FCN_OK
 Close a properties dialog with recommendation to acknowledge changes.
XmFcnID FCN_CANCEL
 Close a properties dialog with recommendation to discard changes.
Application ID's
XmFcnID FCN_APP_EXIT
 Exit the application.
XmFcnID FCN_APP_ABOUT
 Open the application "About..." dialog.
XmFcnID FCN_APP_NEW
 Create an new XmDocument within the XmApplication.
XmFcnID FCN_APP_OPEN
 Open a XmDocument within the XmApplication.
Document ID's
XmObjID OBJ_DOCUMENT
 ID for XmDocument.
XmAtmID ATM_DOCUMENT_FILEPATH
 File path of an XmDocument::GetFilePath().
XmAtmID ATM_DOCUMENT_MODIFIED
 state of XmDocument::GetModified()
XmFcnID FCN_DOCUMENT_CLOSE
 Close the XmDocument.
XmFcnID FCN_DOCUMENT_SAVE
 Save the content of the XmDocument.
XmFcnID FCN_DOCUMENT_SAVEAS
 Save the content of the XmDocument using a "Save As..."dialog for the destination path.
Array item functions
XmFcnID FCN_MOVE_UP
 Move an XmArray item on position up.
XmFcnID FCN_MOVE_DOWN
 Move an XmArray item on position down.
XmFcnID FCN_CREATE
 Create a new item within an XmArray.
XmFcnID FCN_DELETE
 Delete an item of an XmArray.
Clipboard functions
XmFcnID FCN_CUT
 Cut an XmArray item to the clipboard.
XmFcnID FCN_COPY
 Copy an XmArray item to the clipboard.
XmFcnID FCN_PASTE
 Paste the clipboard content to a new XmArray item.
Enumeration ID's
XmObjID OBJ_ENUMITEM
 ID for an item of XmEnumList.
XmAtmID ATM_ENUMITEM_VALUE
 Value of an enumeration item.
XmAtmID ATM_ENUMITEM_NAME
 Name of an enumeration item.
New object selection
XmObjID OBJ_SELECT_NEW_OBJECT
 ID for the item selection object.
XmObjID OBJ_SELECT_NEW_OBJECT_ITEM
 Item ID for a selectable object.
XmAtmID ATM_SELECT_NEW_OBJECT_ITEM_NAME
 Name of a selectable object.
XmAtmID ATM_SELECT_NEW_OBJECT_ITEM_DESCRIPTION
 Description of an selectable object.
XmFcnID FCN_SELECT
 Perform the new selection.
User Request ID's
XmObjID OBJ_USERREQUEST
 ID for XmUserRequest.
XmAtmID ATM_USERREQUEST_STR
 The request string of a XmUserRequest.
XmFcnID FCN_YES
 Acknowledge an XmUserRequest.
XmFcnID FCN_NO
 Refuse an XmUserRequest.
File selection ID's
XmObjID OBJ_SELECT_FILE
 ID of XmSelectFile.
XmAtmID ATM_SELECT_FILE_PATH
 The file path within XmSelectFile::GetFilePath().
Folder selection ID's
XmObjID OBJ_SELECT_FOLDER
 ID of XmSelectFolder.
XmAtmID ATM_SELECT_FOLDER_PATH
 The file path within XmSelectFolder::GetFolderPath().

Copyright © 2006 Praetz Software Development - www.exomware.com