These classes provide the basic AxTk user interface functionality.
|
Classes |
| class | AxActivator |
| | This class defines how a menu item responds to user input such as activation. More...
|
| class | AxEventActivator |
| | Sends an event to a given event sink. More...
|
| class | AxUpActivator |
| | Goes up a level. More...
|
| class | AxAutoUpdateActivator |
| | This class stores label and description specifications which are used to automatically update the label and/or description. More...
|
| class | AxContainerCtrl |
| | This class offers a predefined user interface for AxTk applications. More...
|
| class | AxMenuListCtrl |
| | Defines a list control to use in conjunction with AxStandardMenuController. More...
|
| class | AxStandardMenuController |
| | The default menu controller class, to use with AxMenuListCtrl and AxContainerCtrl. More...
|
| class | AxDocument |
| | A general document class used in conjunction with AxView. More...
|
| class | AxHelpProvider |
| | A help provider class building on wxSimpleHelpProvider, but voicing the help as well as showing it. More...
|
| class | AxMenuItem |
| | This class represents a menu item in an AxMenu. More...
|
| class | AxGoUpMenuItem |
| | Use this class if you wish to add a Go Up menu item to a menu. More...
|
| class | AxMenu |
| | This class represents a menu containing one or more menu items. More...
|
| class | AxMenuItemData |
| | Derive from this class to store specific, clonable data within a menu item. More...
|
| class | AxMenuController |
| | This class coordinates activity between the AxMenu, the control used to display it, and the view manager. More...
|
| class | AxModalAlertMenu |
| | Shows a modal menu with a combination of Yes, No, OK, Cancel menu items in addition to the main menu item. More...
|
| class | AxModalChoiceMenu |
| | Shows a modal choice menu. More...
|
| class | AxChoiceMenuActivator |
| | Activator for a modal choice menu's items. More...
|
| class | AxChoiceActivator |
| | Top-level item activator for a modal choice menu item. More...
|
| class | AxChoiceMenuItem |
| | This menu item shows a modal choice menu when activated. More...
|
| class | AxColourMenuItem |
| | A colour selection menu, using colour names. More...
|
| class | AxModalFolderMenu |
| | Shows a modal folder menu. More...
|
| class | AxFolderMenuActivator |
| | Handles activation of a folder or other command. More...
|
| class | AxFolderActivator |
| | A ready-made menu item activator which sets a string when the user chooses a folder. More...
|
| class | AxModalFileMenu |
| class | AxFolderMenuItem |
| class | AxFileMenuItem |
| class | AxModalMenu |
| | A class to show a menu 'modally', that is, interrupting program flow and not allowing the user to make other selections. More...
|
| class | AxRangeActivator |
| | Used by AxRangeMenuItem, as the top-level activator and also for submenu items. More...
|
| class | AxRangeMenuItem |
| | This is a menu item for showing and changing an integer value in a given range. More...
|
| class | AxShortcutsMenuItem |
| class | AxShortcutsActivator |
| | Top-level item activator for the shortcut settings, creating the actual menu on demand. More...
|
| class | AxShortcutTextActivator |
| | Used by AxShortcutsMenuItem, as the per-shortcut activator. More...
|
| class | AxSpeechSettingsMenuItem |
| class | AxSpeechSettingsActivator |
| | Top-level item activator for the speech settings, creating the actual menu on demand. More...
|
| class | AxTextActivator |
| | Used by AxTextMenuItem, as the top-level activator. More...
|
| class | AxTextMenuItem |
| | This menu item shows a text input dialog when activated. More...
|
| class | AxToggleMenuItem |
| | This is a menu item with two states. More...
|
| class | AxToggleActivator |
| | Sets the value of a boolean variable when toggled. More...
|
| class | AxVisualSettingsMenuItem |
| class | AxVisualSettingsActivator |
| | Top-level item activator for the speech settings, creating the actual menu on demand. More...
|
| class | AxPagerCtrl |
| | Switches between pages, without a visible controller object. More...
|
| class | AxSpeech |
| | Route AxTk speech events through objects of this class. More...
|
| class | AxSpeechPolicy |
| | A class holding policy information about how to speak elements of the interface. More...
|
| class | AxSpeechEvent |
| | A class holding information about a speech event. More...
|
| class | AxSpeechEventHandler |
| | An object that handles speech events. More...
|
| class | AxStandardSpeechEventHandler |
| | The standard handler for speech events. More...
|
| class | AxSummaryViewPanel |
| | A panel for displaying a textual summary. More...
|
| class | AxTextCtrl |
| | A speaking version of wxTextCtrl. More...
|
| class | AxTextCtrlAdapter |
| | An event handler that processes events from a wxTextCtrl and speaks, as appropriate. More...
|
| class | AxSearchCtrlAdapter |
| | An event handler that processes events from a wxSearchCtrl and speaks, as appropriate. More...
|
| class | AxTextCtrlVoiceAdaptationHandler |
| | Knows how to creates an AxTextCtrlAdapter object. More...
|
| class | AxTextInputDialog |
| | A class for getting textual input from the user. More...
|
| class | AxAdapter |
| | A base class for control-specific event handlers that process events controls and emit speech, as appropriate. More...
|
| class | AxVoiceAdaptationHandler |
| | Base class for handlers that know which AxAdapter class to use for particular controls. More...
|
| class | AxSelfVoicing |
| | A class that can voice-enable an existing window containing controls, by inserting event handlers. More...
|
| class | AxStandardControlsVoiceAdaptationHandler |
| | Knows how to creates suitable event handler objects for various controls classes. More...
|
| class | AxDialogAdapter |
| | An event handler that processes events from a wxDialog and speaks, as appropriate. More...
|
| class | AxPanelAdapter |
| | An adapter for a wxPanel. More...
|
| class | AxFrameAdapter |
| | An event handler that processes events from a wxFrame and speaks, as appropriate. More...
|
| class | AxStaticTextAdapter |
| | An adapter for a wxStaticText. More...
|
| class | AxStaticBoxAdapter |
| | An adapter for a wxStaticBox. More...
|
| class | AxButtonAdapter |
| | An event handler that processes events from a wxButton and speaks, as appropriate. More...
|
| class | AxCheckBoxAdapter |
| | An event handler that processes events from a wxButton and speaks, as appropriate. More...
|
| class | AxRadioButtonAdapter |
| | An event handler that processes events from a wxRadioButton and speaks, as appropriate. More...
|
| class | AxListBoxAdapter |
| | An event handler that processes events from a wxListBox and speaks, as appropriate. More...
|
| class | AxListCtrlAdapter |
| | An event handler that processes events from a wxListCtrl and speaks, as appropriate. More...
|
| class | AxTreeCtrlAdapter |
| | An event handler that processes events from a wxTreeCtrl and speaks, as appropriate. More...
|
| class | AxComboBoxAdapter |
| | An event handler that processes events from a wxComboBox and speaks, as appropriate. More...
|
| class | AxChoiceAdapter |
| | An event handler that processes events from a wxChoice and speaks, as appropriate. More...
|
| class | AxSpinCtrlAdapter |
| | An event handler that processes events from a wxSpinCtrl and speaks, as appropriate. More...
|
| class | AxSliderAdapter |
| | An event handler that processes events from a wxSlider and speaks, as appropriate. More...
|
| class | AxHtmlWindowAdapter |
| | An event handler that processes events from a wxHtmlWindow and speaks, as appropriate. More...
|
| class | AxNotebookAdapter |
| | An event handler that processes events from a wxNotebook and speaks, as appropriate. More...
|
| class | AxHyperlinkCtrlAdapter |
| | An event handler that processes events from a wxHyperlinkCtrl and speaks, as appropriate. More...
|
| class | AxFileUtilities |
| | Miscellaneous file functions. More...
|
| class | AxArchiveUtilities |
| | Miscellaneous archive functions. More...
|
| class | AxUIUtilities |
| | Miscellaneous user interface functions. More...
|
| class | AxVisualSettings |
| | Various visual settings. More...
|
| class | AxView |
| | Handles UI for a family of documents, or for a particular data type. More...
|
| class | AxViewManager |
| | Manages views, documents, and aspects of menu navigation. More...
|
| class | AxSummaryView |
| | Handles UI for the summary view. More...
|
These classes provide the basic AxTk user interface functionality.