FXAccelTable

class FXAccelTable

The accelerator table sends a message to a specific target object when the indicated key and modifier combination is pressed

Inheritance:


Public Methods

[more] FXAccelTable()
Construct empty accelerator table
[more]void addAccel(FXHotKey hotkey, FXObject* target=NULL, FXSelector seldn=0, FXSelector selup=0)
Add an accelerator to the table
[more]FXbool hasAccel(FXHotKey hotkey) const
Return true if accelerator specified
[more]FXObject* targetOfAccel(FXHotKey hotkey) const
Return target object of the given accelerator
[more]void removeAccel(FXHotKey hotkey)
Remove mapping for specified hot key
[more]virtual void save(FXStream& store) const
Save table to a stream
[more]virtual void load(FXStream& store)
Load table from a stream
[more]virtual ~FXAccelTable()
Destructor


Inherited from FXObject:

Public Methods

oconst FXchar* getClassName() const
oFXbool isMemberOf(const FXMetaClass* metaclass) const


Documentation

The accelerator table sends a message to a specific target object when the indicated key and modifier combination is pressed
o FXAccelTable()
Construct empty accelerator table

ovoid addAccel(FXHotKey hotkey, FXObject* target=NULL, FXSelector seldn=0, FXSelector selup=0)
Add an accelerator to the table

oFXbool hasAccel(FXHotKey hotkey) const
Return true if accelerator specified

oFXObject* targetOfAccel(FXHotKey hotkey) const
Return target object of the given accelerator

ovoid removeAccel(FXHotKey hotkey)
Remove mapping for specified hot key

ovirtual void save(FXStream& store) const
Save table to a stream

ovirtual void load(FXStream& store)
Load table from a stream

ovirtual ~FXAccelTable()
Destructor


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.