Public Member Functions | |
BookManagement (SettingAssignController *controller=NULL) | |
BookManagement (const BookManagement &other) | |
~BookManagement () | |
const DirectBookManagement & | directBooks () const |
DirectBookManagement & | directBooks () |
BookUpdateNotification::Enum | updateNotification () const |
void | updateNotification (BookUpdateNotification::Enum value) |
BookManagement & | operator= (const BookManagement &other) |
Public Member Functions inherited from SettingGroup | |
SettingGroup (SettingAssignController *controller=NULL) | |
~SettingGroup () | |
template<class Assignee, class Value> | |
void | controlAssignment (const Char *description, Assignee &assignee, Value value) const |
template<class Assignee, class Value, class AssignRoutine> | |
void | controlAssignment (const Char *description, AssignRoutine routine, Assignee &assignee, const Value &value) const |
Friends | |
class | HandlerSettings |
Additional Inherited Members | |
Static Public Member Functions inherited from SettingGroup | |
static ONIXS_CONFLATEDUDP_EXPORTED const SettingGroup & | null () |
Definition at line 721 of file BookManagement.h.
|
inline |
Initializes instance with default values.
Definition at line 764 of file BookManagement.h.
|
inline |
Initializes the instance as a copy of the other one.
Attributes controlling value assignment aren't cloned and thus only settings are copied.
Definition at line 781 of file BookManagement.h.
|
inline |
Definition at line 792 of file BookManagement.h.
|
inline |
Management and tracking parameters for direct books.
Definition at line 806 of file BookManagement.h.
|
inline |
Management and tracking parameters for direct books.
Definition at line 799 of file BookManagement.h.
|
inline |
Copies settings from the given instance.
Attributes controlling value assignment aren't cloned and thus only settings' values are copied.
Definition at line 839 of file BookManagement.h.
|
inline |
Defines the way Handler raises onBookUpdated callbacks.
Definition at line 815 of file BookManagement.h.
|
inline |
Defines the way Handler raises order book update event.
Definition at line 822 of file BookManagement.h.
|
friend |
Definition at line 730 of file BookManagement.h.