Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
#include <FXAccelTable.h>
Inheritance diagram for FX::FXAccelTable:
Public Member Functions | |
FXAccelTable () | |
void | addAccel (FXHotKey hotkey, FXObject *target=NULL, FXSelector seldn=0, FXSelector selup=0) |
void | removeAccel (FXHotKey hotkey) |
FXbool | hasAccel (FXHotKey hotkey) const |
FXObject * | targetOfAccel (FXHotKey hotkey) const |
virtual void | save (FXStream &store) const |
virtual void | load (FXStream &store) |
virtual | ~FXAccelTable () |
|
Construct empty accelerator table.
|
|
Destructor.
|
|
Add an accelerator into the table.
|
|
Remove an accelerator from the table.
|
|
Return true if accelerator specified.
|
|
Return target object of the given accelerator.
|
|
Save table to a stream.
Reimplemented from FX::FXObject. |
|
Load table from a stream.
Reimplemented from FX::FXObject. |
Copyright © 1997-2005 Jeroen van der Zijp |