Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members

FX::FXAccelTable Class Reference

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

#include <FXAccelTable.h>

Inheritance diagram for FX::FXAccelTable:

FX::FXObject List of all members.

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
FXObjecttargetOfAccel (FXHotKey hotkey) const
virtual void save (FXStream &store) const
virtual void load (FXStream &store)
virtual ~FXAccelTable ()

Detailed Description

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


Constructor & Destructor Documentation

FX::FXAccelTable::FXAccelTable  ) 
 

Construct empty accelerator table.

virtual FX::FXAccelTable::~FXAccelTable  )  [virtual]
 

Destructor.


Member Function Documentation

void FX::FXAccelTable::addAccel FXHotKey  hotkey,
FXObject target = NULL,
FXSelector  seldn = 0,
FXSelector  selup = 0
 

Add an accelerator into the table.

void FX::FXAccelTable::removeAccel FXHotKey  hotkey  ) 
 

Remove an accelerator from the table.

FXbool FX::FXAccelTable::hasAccel FXHotKey  hotkey  )  const
 

Return true if accelerator specified.

FXObject* FX::FXAccelTable::targetOfAccel FXHotKey  hotkey  )  const
 

Return target object of the given accelerator.

virtual void FX::FXAccelTable::save FXStream store  )  const [virtual]
 

Save table to a stream.

Reimplemented from FX::FXObject.

virtual void FX::FXAccelTable::load FXStream store  )  [virtual]
 

Load table from a stream.

Reimplemented from FX::FXObject.

Copyright © 1997-2004 Jeroen van der Zijp