Encapsulate selection and valuation of component elements. More...
#include <rvc/opcomponent.h>
Public Types | |
| enum | SELECTION { SELECTION_None = 0, SELECTION_All = 1, SELECTION_ByQuery = 2 } |
| enum | VALUATION { VALUATION_ByObject = 0, VALUATION_ByQuery = 1 } |
Public Member Functions | |
| COMPONENT (const COMPONENT &rhs) | |
| COMPONENT () | |
| ~COMPONENT () | |
| SELECTION | GetSelection () const |
| const MISTRING & | GetSelectionQuery () const |
| VALUATION | GetValuation () const |
| const MISTRING & | GetValuationQuery () const |
| COMPONENT & | operator= (const COMPONENT &rhs) |
| void | SetSelection (const SELECTION select) |
| void | SetSelectionQuery (const MISTRING &query) |
| void | SetValuation (const VALUATION value) |
| void | SetValuationQuery (const MISTRING &query) |
Encapsulate selection and valuation of component elements.
| RVC::OP::COMPONENT::COMPONENT | ( | ) |
Constructor.
| RVC::OP::COMPONENT::COMPONENT | ( | const COMPONENT & | rhs | ) |
Copy constructor.
| RVC::OP::COMPONENT::~COMPONENT | ( | ) |
Destructor.
| SELECTION RVC::OP::COMPONENT::GetSelection | ( | ) | const [inline] |
Get selection setting.
| const MISTRING& RVC::OP::COMPONENT::GetSelectionQuery | ( | ) | const [inline] |
Get selection query string.
| VALUATION RVC::OP::COMPONENT::GetValuation | ( | ) | const [inline] |
Get valuation setting.
| const MISTRING& RVC::OP::COMPONENT::GetValuationQuery | ( | ) | const [inline] |
Get valuation query string.
| void RVC::OP::COMPONENT::SetSelection | ( | const SELECTION | select | ) | [inline] |
Set selection.
| void RVC::OP::COMPONENT::SetSelectionQuery | ( | const MISTRING & | query | ) | [inline] |
Set selection query string.
| void RVC::OP::COMPONENT::SetValuation | ( | const VALUATION | value | ) | [inline] |
Set valuation.
| void RVC::OP::COMPONENT::SetValuationQuery | ( | const MISTRING & | query | ) | [inline] |
Set valuation query string.
1.6.1