#include <PsEventIdentifier.h>
Inheritance diagram for PsEventIdentifier:


Public Methods | |
| PsEventIdentifier () | |
| default constructor for in PsContainers deriving from PsType | |
| PsEventIdentifier (const PsName &identifier) | |
| constructor | |
| PsEventIdentifier (const PsString &identifier) | |
| constructor | |
| PsEventIdentifier (const char *identifier) | |
| constructor | |
| virtual | ~PsEventIdentifier () |
| destructor | |
| virtual bool | isSystemEvent () const |
| member function to know if the corresponding event needs special treatment from the receiver's controler | |
Protected Methods | |
| PsEventIdentifier (PsName::idType) | |
| constructor for constant ids | |
Definition at line 27 of file PsEventIdentifier.h.
|
|
default constructor for in PsContainers deriving from PsType
Definition at line 20 of file PsEventIdentifier.cxx.
00020 : 00021 PsName ( ) { 00022 00023 } |
|
|
constructor
Definition at line 25 of file PsEventIdentifier.cxx.
00025 : 00026 PsName ( identifier ) { 00027 00028 } |
|
|
constructor
Definition at line 30 of file PsEventIdentifier.cxx.
00030 : 00031 PsName ( identifier ) { 00032 00033 } |
|
|
constructor
Definition at line 35 of file PsEventIdentifier.cxx.
00035 : 00036 PsName ( identifier ) { 00037 } |
|
|
destructor
Definition at line 44 of file PsEventIdentifier.cxx.
00044 {
00045 //cerr<<"PsEventIdentifier::~PsEventIdentifier"<<endl;
00046 }
|
|
|
constructor for constant ids
Definition at line 39 of file PsEventIdentifier.cxx. References PsName::idType.
00039 : 00040 PsName ( identifier ) { 00041 00042 } |
|
|
member function to know if the corresponding event needs special treatment from the receiver's controler
Definition at line 48 of file PsEventIdentifier.cxx. References PsName::_identifier, and PsName::_maxReservedId. Referenced by PsEvent::isSystem().
00048 {
00049 return _identifier < _maxReservedId ;
00050 }
|
| Documentation generated on Mon Nov 25 15:25:59 2002 |
Generated with doxygen 1.2.12 by Dimitri van Heesch , 1997-2001 |