![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
![]() |
#include <FXAccelTable.h>
Inheritance diagram for FX::FXAccelTable:
Public Methods | |
FXAccelTable () | |
Construct empty accelerator table. | |
void | addAccel (FXHotKey hotkey, FXObject *target=NULL, FXSelector seldn=0, FXSelector selup=0) |
Add an accelerator to the table. | |
FXbool | hasAccel (FXHotKey hotkey) const |
Return true if accelerator specified. | |
FXObject * | targetOfAccel (FXHotKey hotkey) const |
Return target object of the given accelerator. | |
void | removeAccel (FXHotKey hotkey) |
Remove mapping for specified hot key. | |
virtual void | save (FXStream &store) const |
Save table to a stream. | |
virtual void | load (FXStream &store) |
Load table from a stream. | |
virtual | ~FXAccelTable () |
Destructor. |