#include <ControlPrinter.hxx>
Public Member Functions | |
ControlPrinterConfig () | |
ControlPrinterConfig (const ControlPrinterConfig &prototype, const bool shareData=false, const bool deep=true) | |
__COMMON_DYNAMIC_TYPE (ControlPrinterConfig, 3) | |
__COMMON_DYN_ATTRIBUTE (0, public, std::string, Identifier) protected | |
bool | LoadIdentifier (CLAM::Storage &s) |
__COMMON_DYN_ATTRIBUTE (1, public, unsigned, NumberOfInputs) protected | |
bool | LoadNumberOfInputs (CLAM::Storage &s) |
__COMMON_DYN_ATTRIBUTE (2, public, bool, GuiOnly) protected | |
bool | LoadGuiOnly (CLAM::Storage &s) |
Definition at line 33 of file ControlPrinter.hxx.
CLAM::ControlPrinterConfig::ControlPrinterConfig | ( | ) | [inline] |
Definition at line 36 of file ControlPrinter.hxx.
CLAM::ControlPrinterConfig::ControlPrinterConfig | ( | const ControlPrinterConfig & | prototype, | |
const bool | shareData = false , |
|||
const bool | deep = true | |||
) | [inline] |
Definition at line 36 of file ControlPrinter.hxx.
CLAM::ControlPrinterConfig::__COMMON_DYN_ATTRIBUTE | ( | 2 | , | |
public | , | |||
bool | , | |||
GuiOnly | ||||
) | [inline] |
Definition at line 39 of file ControlPrinter.hxx.
CLAM::ControlPrinterConfig::__COMMON_DYN_ATTRIBUTE | ( | 1 | , | |
public | , | |||
unsigned | , | |||
NumberOfInputs | ||||
) | [inline] |
Definition at line 38 of file ControlPrinter.hxx.
CLAM::ControlPrinterConfig::__COMMON_DYN_ATTRIBUTE | ( | 0 | , | |
public | , | |||
std::string | , | |||
Identifier | ||||
) | [inline] |
Definition at line 37 of file ControlPrinter.hxx.
CLAM::ControlPrinterConfig::__COMMON_DYNAMIC_TYPE | ( | ControlPrinterConfig | , | |
3 | ||||
) |
bool CLAM::ControlPrinterConfig::LoadGuiOnly | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 39 of file ControlPrinter.hxx.
bool CLAM::ControlPrinterConfig::LoadIdentifier | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 37 of file ControlPrinter.hxx.
bool CLAM::ControlPrinterConfig::LoadNumberOfInputs | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 38 of file ControlPrinter.hxx.