All Frameworks Class Hierarchy This Framework Indexes
ApplicationFrame Class CATCmdWorkbench
Usage: you must use this class as is. You should never derive it.
public class CATCmdWorkbench
Class to create the workbench's access .
Role: The workbench's access is a CATCmdContainer which contains containers: one for it's menubar and one for each toolbar.
To create an instance of CATCmdWorkbench use the macro
NewAccess with CATCmdWorkbench as classname parameter.
- See also:
- CATIWorkbench
Constructor and Destructor Index
- o
~CATCmdWorkbench()
-
Enumerated Type Index
- o
CATAfrToolbarStyle
- Defines the button representation in the toolbars.
Constructor and Destructor
o ~CATCmdWorkbench
| public virtual ~CATCmdWorkbench( | ) |
-
Enumerated Types
o CATAfrToolbarStyle
-
enum CATAfrToolbarStyle {
Icons,
Text
}
Defines the button representation in the toolbars.
- Parameters:
-
- Icons
- Each button in all toolbars of the workbench are represented by an icon.
Icons are defined in the CATRsc file of the header.
- Text
- Each button in all toolbars of the workbench are represented by a text.
The text is the title of the button. See the CATNls file of the header.
This object is included in the file: CATCmdWorkbench.h
If needed, your Imakefile.mk should include the module: CATApplicationFrame