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

Change language: German

CXmActionItems Class Reference

List of all members.

Detailed Description

Container of items of type CXmActionItem attached to an integer id.

Main goal of this container is to gather a set of actions and assign them to an integer id. So accessing items will be handled via their id's. This is a compatible way like windows use command identifier in typical win32 based application.

This container is a used as member in CXmUIDialog.


Public Member Functions

bool ExecuteAction (int id, XmDialog &dlg)
 Execute the action with id.
CXmActionItemAppendActionItem (int id, const XmPath &p, XmDialog *dlg, int image)
 Create an action the given path and dialog and attach it to the given id.
CXmActionItemActionItemFromID (int id) const
 Return the action attached to the given id.
void DeleteActionItem (int id)
 Delete the action attached to the given id.

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