Basic style parameters for element drawing. More...
#include <gre/elemparms.h>

Public Member Functions | |
| STYLEPARMS (const STYLEPARMS &rhs) | |
| STYLEPARMS () | |
| ~STYLEPARMS () | |
| void | CheckTable (const RVC::DBASE &db, bool fixmode, const RVC::STYLETYPE styletype=RVC::STYLETYPE_NumTypes) |
| bool | NeedTable () const |
| STYLEPARMS & | operator= (const STYLEPARMS &rhs) |
| void | Validate () |
Public Attributes | |
| MISTRING | m_ImageFieldName |
| UINT16 | Mode |
| MIUNICODE * | QueryStr |
| INT16 | Table |
| RVC::OBJECTNAME | TableName |
Basic style parameters for element drawing.
| GRE::STYLEPARMS::STYLEPARMS | ( | ) |
| GRE::STYLEPARMS::STYLEPARMS | ( | const STYLEPARMS & | rhs | ) |
| rhs | Copy constructor |
| GRE::STYLEPARMS::~STYLEPARMS | ( | ) |
| void GRE::STYLEPARMS::CheckTable | ( | const RVC::DBASE & | db, | |
| bool | fixmode, | |||
| const RVC::STYLETYPE | styletype = RVC::STYLETYPE_NumTypes | |||
| ) |
Check and validate for specified database and optionally fix mode if none valid.
| db | Database object | |
| fixmode | Fix selection mode if necessary |
| bool GRE::STYLEPARMS::NeedTable | ( | ) | const [inline] |
Determine if need to have a valid database table.
| STYLEPARMS& GRE::STYLEPARMS::operator= | ( | const STYLEPARMS & | rhs | ) |
Destructor.
| rhs | Assignment |
| void GRE::STYLEPARMS::Validate | ( | ) |
Validate settings and fix if necessary.
FieldName for Image Thumbnail.
Style mode - STYLEMODE_...
Query string for styling by scipt.
'Style assignment' table number
'Style Assignment' table name
1.6.1