Definition at line 21 of file datasource.qh.
◆ ATTRIB() [1/2]
◆ ATTRIB() [2/2]
◆ DataSource ::destroy()
| virtual void DataSource::DataSource ::destroy |
( |
| ) |
|
|
inlinevirtualinherited |
◆ DataSource ::getEntry()
| virtual void DataSource::DataSource ::getEntry |
( |
| ) |
|
|
inlinevirtualinherited |
get entry i passing name and icon through returns if it is not null returns DataSource_false if out of bounds otherwise returns an entity or DataSource_true
Definition at line 11 of file datasource.qh.
11 {
return DataSource_false; }
◆ DataSource ::indexOf()
| virtual void DataSource::DataSource ::indexOf |
( |
| ) |
|
|
inlinevirtualinherited |
return the index of the first match for find.
optional
Definition at line 13 of file datasource.qh.
◆ DataSource ::reload()
| virtual void DataSource::DataSource ::reload |
( |
| ) |
|
|
inlinevirtualinherited |
reload all entries matching filter returning how many matches were found
Definition at line 15 of file datasource.qh.
◆ StringSource ::getEntry()
| virtual void StringSource::StringSource ::getEntry |
( |
| ) |
|
|
virtual |
◆ StringSource ::reload()
| virtual void StringSource::StringSource ::reload |
( |
| ) |
|
|
virtual |
◆ StringSource ::StringSource()
◆ false
◆ true
The documentation for this class was generated from the following file: