#include <SIM_QueryOptions.h>

Public Member Functions | |
| SIM_QueryOptions (const SIM_Data *owner, const SIM_Options *options) | |
| Constructor which takes a const SIM_Data as our owner. | |
| virtual | ~SIM_QueryOptions () |
| Destructor for this class. | |
Protected Member Functions | |
| const SIM_Options & | getOptions () const |
| virtual int | getNumRecordTypesSubclass () const |
| virtual const char * | getRecordTypeNameSubclass (int recordtypenum) const |
| virtual int | getNumRecordsSubclass (const char *recordtype) const |
| virtual int | getNumFieldsSubclass (const char *recordtype) const |
| virtual const char * | getFieldNameSubclass (const char *recordtype, int fieldnum) const |
| virtual UT_OptionType | getFieldTypeSubclass (const char *recordtype, int fieldnum) const |
| virtual bool | getFieldRawSubclass (const char *recordtype, int recordnum, const char *fieldname, UT_OptionEntry *&result) const |
Definition at line 25 of file SIM_QueryOptions.h.
| SIM_QueryOptions::SIM_QueryOptions | ( | const SIM_Data * | owner, | |
| const SIM_Options * | options | |||
| ) | [explicit] |
Constructor which takes a const SIM_Data as our owner.
| virtual SIM_QueryOptions::~SIM_QueryOptions | ( | ) | [virtual] |
Destructor for this class.
| virtual const char* SIM_QueryOptions::getFieldNameSubclass | ( | const char * | recordtype, | |
| int | fieldnum | |||
| ) | const [protected, virtual] |
Reimplemented from SIM_Query.
| virtual bool SIM_QueryOptions::getFieldRawSubclass | ( | const char * | recordtype, | |
| int | recordnum, | |||
| const char * | fieldname, | |||
| UT_OptionEntry *& | result | |||
| ) | const [protected, virtual] |
Reimplemented from SIM_Query.
| virtual UT_OptionType SIM_QueryOptions::getFieldTypeSubclass | ( | const char * | recordtype, | |
| int | fieldnum | |||
| ) | const [protected, virtual] |
Reimplemented from SIM_Query.
| virtual int SIM_QueryOptions::getNumFieldsSubclass | ( | const char * | recordtype | ) | const [protected, virtual] |
Reimplemented from SIM_Query.
| virtual int SIM_QueryOptions::getNumRecordsSubclass | ( | const char * | recordtype | ) | const [protected, virtual] |
Reimplemented from SIM_Query.
| virtual int SIM_QueryOptions::getNumRecordTypesSubclass | ( | ) | const [protected, virtual] |
Reimplemented from SIM_Query.
| const SIM_Options& SIM_QueryOptions::getOptions | ( | ) | const [protected] |
| virtual const char* SIM_QueryOptions::getRecordTypeNameSubclass | ( | int | recordtypenum | ) | const [protected, virtual] |
Reimplemented from SIM_Query.
1.5.9