Definition at line 3 of file datasource.qh.
◆ DataSource ::destroy()
| virtual void DataSource::DataSource ::destroy |
( |
| ) |
|
|
inlinevirtual |
◆ DataSource ::getEntry()
| virtual void DataSource::DataSource ::getEntry |
( |
| ) |
|
|
inlinevirtual |
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 |
( |
| ) |
|
|
inlinevirtual |
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 |
( |
| ) |
|
|
inlinevirtual |
reload all entries matching filter returning how many matches were found
Definition at line 15 of file datasource.qh.
◆ false
◆ true
The documentation for this class was generated from the following file: