#include <buttonHandle.h>
Public Member Functions | |
INLINE | ButtonHandle (const ButtonHandle ©) |
INLINE bool | operator== (const ButtonHandle &other) const |
INLINE bool | operator!= (const ButtonHandle &other) const |
INLINE bool | operator< (const ButtonHandle &other) const |
INLINE bool | has_ascii_equivalent () const |
INLINE char | get_ascii_equivalent () const |
INLINE int | get_index () const |
INLINE void | output (ostream &out) const |
Static Public Member Functions | |
INLINE ButtonHandle | none () |
Public Attributes | |
PUBLISHED | __pad1__: string get_name() const |
Private Attributes | |
PUBLISHED | __pad0__: INLINE ButtonHandle() |
int | _index |
Static Private Attributes | |
ButtonHandle | _none |
Friends | |
class | ButtonRegistry |
|
|
|
Referenced by PGEntry::press(). |
|
|
|
Referenced by PGEntry::press(). |
|
|
|
|
|
|
|
|
Referenced by operator<<(). |
|
Definition at line 54 of file buttonHandle.h. |
|
Definition at line 32 of file buttonHandle.h. |
|
Definition at line 42 of file buttonHandle.h. |
|
Definition at line 51 of file buttonHandle.h. Referenced by ButtonRegistry::look_up(), and ButtonRegistry::register_button(). |
|
Definition at line 23 of file buttonHandle.cxx. |