Selection parameters for determining which elements to draw. More...
#include <gre/elemparms.h>
Public Member Functions | |
| SELECTPARMS (const SELECTPARMS &rhs) | |
| SELECTPARMS () | |
| ~SELECTPARMS () | |
| void | CheckTable (const RVC::DBASE &db, bool fixmode) |
| bool | NeedTable () const |
| SELECTPARMS & | operator= (const SELECTPARMS &rhs) |
| void | Validate () |
Public Attributes | |
| UINT16 | Mode |
| MIUNICODE * | QueryStr |
| INT16 | Table |
| RVC::OBJECTNAME | TableName |
Selection parameters for determining which elements to draw.
| GRE::SELECTPARMS::SELECTPARMS | ( | ) |
| GRE::SELECTPARMS::SELECTPARMS | ( | const SELECTPARMS & | rhs | ) |
| rhs | Copy constructor |
| GRE::SELECTPARMS::~SELECTPARMS | ( | ) |
| void GRE::SELECTPARMS::CheckTable | ( | const RVC::DBASE & | db, | |
| bool | fixmode | |||
| ) |
Check and validate for specified database and optionally fix mode if none valid.
| db | Database object | |
| fixmode | Fix selection mode if necessary |
| bool GRE::SELECTPARMS::NeedTable | ( | ) | const [inline] |
Determine if need to have a valid database table.
| SELECTPARMS& GRE::SELECTPARMS::operator= | ( | const SELECTPARMS & | rhs | ) |
Destructor.
| rhs | Assignment |
| void GRE::SELECTPARMS::Validate | ( | ) |
Validate settings and fix if necessary.
Selection mode - SELECTMODE_...
Query script for selection by query.
'Selection' table number
'Selection' table name
1.6.1