|
| SIM_QueryCombine (SIM_Query *q1, SIM_Query *q2) |
|
| ~SIM_QueryCombine () override |
| Destructor for this class. More...
|
|
| SIM_Query () |
| Simple constructor. More...
|
|
| SIM_Query (const SIM_Data *owner) |
| Constructor which takes a const SIM_Data as our owner. More...
|
|
virtual | ~SIM_Query () |
| Destructor for this class. More...
|
|
bool | deleteIfDataModified () const |
|
int | getNumRecordTypes () const |
|
const char * | getRecordTypeName (int recordtypenum) const |
|
int | getNumRecords (const char *recordtype) const |
|
int | getNumFields (const char *recordtype) const |
|
const char * | getFieldName (const char *recordtype, int fieldnum) const |
|
UT_OptionType | getFieldType (const char *recordtype, int fieldnum) const |
|
UT_OptionType | getFieldTypeByName (const char *recordtype, const char *fieldname) const |
|
bool | getFieldRaw (const char *recordtype, int recordnum, const char *fieldname, UT_OptionEntryPtr &result) const |
|
bool | getFieldString (const char *recordtype, int recordnum, const char *fieldname, UT_String &result) const |
|
bool | getFieldString (const char *recordtype, int recordnum, const char *fieldname, UT_StringHolder &result) const |
|
bool | getFieldFloat (const char *recordtype, int recordnum, const char *fieldname, fpreal &result) const |
|
void | getAllFieldFloatNames (const char *recordtype, UT_StringArray &names, UT_Array< UT_OptionType > &fieldtypes, UT_IntArray &vectorindices) const |
|
void | getInfoTree (UT_InfoTree &infotree, const char *recordtype) const |
| Fills a UT_InfoTree structure with all our data. More...
|
|
This specialization of SIM_Query allows two other SIM_Query classes to be combined and treated as a single object. This is particularaly useful for SIM_Data classes that use multiple inheritance and want to preserve all the SIM_Query behavior of each base class.
Definition at line 18 of file SIM_QueryCombine.h.