#include <gre/base.h>
Public Member Functions | |
| DATATIPPARMS (const DATATIPPARMS &rhs) | |
| DATATIPPARMS () | |
| DATATIPPARMS & | operator= (const DATATIPPARMS &rhs) |
| void | SetDefaultSuffix () |
Static Public Member Functions | |
| const SERIALIZER::ITEMDEF * | GetSerialItemDef () |
Public Attributes | |
| UINT8 | DecPlaces |
| RVC::OBJECTNAME | FieldName |
| INT32 | FieldNum |
| UINT8 | IsNumeric |
| UINT8 | NoChgField |
| MISTRING | Prefix |
| UINT8 | spare |
| MISTRING | Suffix |
| RVC::OBJECTNAME | TableName |
| INT32 | TableNum |
| UINT8 | UnitShown |
| UINT8 | UnitStored |
| UINT8 | UnitType |
| UINT8 | Visible |
Definition at line 284 of file base.h.
|
|
Default constructor.
|
|
|
|
|
|
Get serialization item definition array.
|
|
|
|
|
|
Set suffix to default based on unit type/shown.
|
|
|
Decimal places for floating-point fields.
|
|
|
Field name.
|
|
|
Field number.
|
|
|
Set if field is numeric.
|
|
|
Set if user cannot change field (eg. for RGB raster).
|
|
|
Label to place before value in string, defaults to table.field name.
|
|
|
|
|
|
Label to place after value in string, defaults to unit name.
|
|
|
Table name.
|
|
|
Table number.
|
|
|
Unit to show field in.
|
|
|
Copied from DBFIELDINFO so can use in conversion.
|
|
|
Field unit type, here for validation against DBFIELDINFO.
|
|
|
Show this DataTip.
|
1.3.8-20040913