Definition in file rc_abstract_switch.h.
Go to the source code of this file.
Namespaces | |
| namespace | ReChannel |
Classes | |
| class | rc_abstract_switch_b |
| Base class of rc_abstract_switch<IF>. More... | |
| class | rc_abstract_switch |
| Abstract switch class. More... | |
Defines | |
| #define | RC_ON_OPEN() virtual void rc_on_open() |
| #define | RC_ON_CLOSE() virtual void rc_on_close() |
| #define | RC_ON_UNDEF() virtual void rc_on_undef() |
| #define | RC_ON_REFRESH_NOTIFY() virtual void rc_on_refresh_notify() |
| #define RC_ON_CLOSE | ( | ) | virtual void rc_on_close() |
Definition at line 231 of file rc_abstract_switch.h.
Referenced by ReChannel::RC_EXPORTAL(), ReChannel::RC_EXPORTAL_TEMPLATE(), ReChannel::RC_PORTAL(), and ReChannel::RC_PORTAL_TEMPLATE().
| #define RC_ON_OPEN | ( | ) | virtual void rc_on_open() |
Definition at line 228 of file rc_abstract_switch.h.
Referenced by ReChannel::RC_EXPORTAL(), ReChannel::RC_EXPORTAL_TEMPLATE(), ReChannel::RC_PORTAL(), and ReChannel::RC_PORTAL_TEMPLATE().
| #define RC_ON_REFRESH_NOTIFY | ( | ) | virtual void rc_on_refresh_notify() |
Definition at line 237 of file rc_abstract_switch.h.
Referenced by ReChannel::RC_EXPORTAL(), ReChannel::RC_EXPORTAL_TEMPLATE(), ReChannel::RC_PORTAL(), and ReChannel::RC_PORTAL_TEMPLATE().
| #define RC_ON_UNDEF | ( | ) | virtual void rc_on_undef() |
Definition at line 234 of file rc_abstract_switch.h.
Referenced by ReChannel::RC_PORTAL(), and ReChannel::RC_PORTAL_TEMPLATE().
1.5.3