#include <OnixS/CME/MDH/BookManagement.h>
 | 
|   | BookManagement (SettingChangeController *controller=nullptr) | 
|   | BookManagement (const BookManagement &other) | 
|   | ~BookManagement () | 
| const MboBookManagement &  | mboBooks () const | 
| MboBookManagement &  | mboBooks () | 
| const DirectBookManagement &  | directBooks () const | 
| DirectBookManagement &  | directBooks () | 
| const ImpliedBookManagement &  | impliedBooks () const | 
| ImpliedBookManagement &  | impliedBooks () | 
| const ConsolidatedBookManagement &  | consolidatedBooks () const | 
| ConsolidatedBookManagement &  | consolidatedBooks () | 
| BookUpdateNotification::Enum  | updateNotification () const | 
| BookManagement &  | updateNotification (BookUpdateNotification::Enum value) | 
| BookManagement &  | operator= (const BookManagement &other) | 
|   | SettingGroup (SettingChangeController *controller=nullptr) | 
|   | ~SettingGroup () | 
| template<class Assignee, class Value>  | 
| void  | controlAssignment (const Char *description, Assignee &assignee, Value value) const | 
| template<class Changeable>  | 
| void  | controlChange (const Char *description, void(Changeable::*change)(), Changeable &changeable) const | 
| template<class Change, class Changeable, class Arg>  | 
| void  | controlChange (const Char *description, Change change, Changeable &changeable, const Arg &arg) const | 
| template<class Change, class Changeable, class Arg1, class Arg2>  | 
| void  | controlChange (const Char *description, Change change, Changeable &changeable, const Arg1 &arg1, const Arg2 &arg2) const | 
Definition at line 782 of file BookManagement.h.
 
◆ BookManagement() [1/2]
◆ BookManagement() [2/2]
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 801 of file BookManagement.h.
 
 
◆ ~BookManagement()
◆ consolidatedBooks() [1/2]
Management and tracking parameters for consolidated books. 
Definition at line 857 of file BookManagement.h.
 
 
◆ consolidatedBooks() [2/2]
Management and tracking parameters for consolidated books. 
Definition at line 851 of file BookManagement.h.
 
 
◆ directBooks() [1/2]
Management and tracking parameters for direct books. 
Definition at line 833 of file BookManagement.h.
 
 
◆ directBooks() [2/2]
Management and tracking parameters for direct books. 
Definition at line 827 of file BookManagement.h.
 
 
◆ impliedBooks() [1/2]
Management and tracking parameters for implied books. 
Definition at line 845 of file BookManagement.h.
 
 
◆ impliedBooks() [2/2]
Management and tracking parameters for implied books. 
Definition at line 839 of file BookManagement.h.
 
 
◆ mboBooks() [1/2]
Management and tracking parameters for direct books. 
Definition at line 821 of file BookManagement.h.
 
 
◆ mboBooks() [2/2]
Management and tracking parameters for direct books. 
Definition at line 815 of file BookManagement.h.
 
 
◆ operator=()
Copies settings from the given instance.
Attributes controlling value assignment aren't cloned and thus only settings' values are copied. 
Definition at line 882 of file BookManagement.h.
 
 
◆ updateNotification() [1/2]
◆ updateNotification() [2/2]
◆ HandlerSettings