libalcommon
2.5.11.14a
|
#include <almodule.h>
Public Types | |
typedef boost::signals2::signal< void()> | ProcessSignal |
typedef boost::signals2::signal< void()> ::slot_function_type | ProcessSignalSlot |
typedef boost::signals2::connect_position | ProcessSignalPosition |
typedef boost::signals2::connection | ProcessSignalConnection |
Public Member Functions | |
ALProcessSignals () | |
virtual | ~ALProcessSignals () |
ProcessSignalConnection | atPreProcess (ProcessSignalSlot subscriber, ProcessSignalPosition pos=boost::signals2::at_back) |
ProcessSignalConnection | atPostProcess (ProcessSignalSlot subscriber, ProcessSignalPosition pos=boost::signals2::at_back) |
Connect to the postProcess signal. More... | |
void | removeAllPreProcess (void) |
void | removeAllPostProcess (void) |
void | preProcess (void) |
Trigger methods attached to preProcess. More... | |
void | postProcess (void) |
Trigger methods attached to postProcess. More... | |
Protected Attributes | |
ProcessSignal | fPreProcess |
ProcessSignal | fPostProcess |
Definition at line 29 of file almodule.h.
typedef boost::signals2::signal<void ()> AL::detail::ALProcessSignals::ProcessSignal |
Definition at line 35 of file almodule.h.
typedef boost::signals2::connection AL::detail::ALProcessSignals::ProcessSignalConnection |
Definition at line 38 of file almodule.h.
typedef boost::signals2::connect_position AL::detail::ALProcessSignals::ProcessSignalPosition |
Definition at line 37 of file almodule.h.
typedef boost::signals2::signal<void ()>::slot_function_type AL::detail::ALProcessSignals::ProcessSignalSlot |
Definition at line 36 of file almodule.h.
|
inline |
Definition at line 32 of file almodule.h.
|
inlinevirtual |
Definition at line 33 of file almodule.h.
|
inline |
Connect to the postProcess signal.
Definition at line 51 of file almodule.h.
|
inline |
Connect to the preProcess signal
Definition at line 43 of file almodule.h.
|
inline |
Trigger methods attached to postProcess.
Definition at line 72 of file almodule.h.
|
inline |
Trigger methods attached to preProcess.
Definition at line 67 of file almodule.h.
|
inline |
Definition at line 62 of file almodule.h.
|
inline |
Definition at line 58 of file almodule.h.
|
protected |
Definition at line 78 of file almodule.h.
|
protected |
Definition at line 77 of file almodule.h.