![]() |
NDEVR
API Documentation
|
Forward declaration of the Model class. More...
Public Member Functions | |
| virtual | ~Dataset () |
| Destructor. | |
| virtual Bounds< 3, fltp08 > | bounds () const |
| Returns the 3D spatial bounding box of this dataset. | |
| virtual Dataset * | child (const String &) |
| Retrieves a child dataset by name. | |
| virtual uint04 | childCount () const |
| Returns the number of child datasets. | |
| virtual Buffer< Dataset * > | children () |
| Returns all child datasets contained within this dataset. | |
| virtual TranslatedString | description () const |
| Returns a translated description of this dataset. | |
| virtual String | icon () const |
| Returns the icon resource name associated with this dataset. | |
| virtual String | name () const =0 |
| Returns the unique name identifier for this dataset. | |
| virtual bool | setupModel (Model &) |
| Configures the given Model using data from this dataset. | |
| virtual TranslatedString | title () const |
| Returns the user-facing translated title of this dataset. | |
Forward declaration of the Model class.
A dataset is a basic grouping of data (DEPRECIATED)
Definition at line 12 of file DatasetManager.h.
Returns the 3D spatial bounding box of this dataset.
Definition at line 43 of file DatasetManager.h.
Retrieves a child dataset by name.
| [in] | name | The name of the child dataset to find. |
Reimplemented in USStateLookup, and ZipCodeLookup.
Definition at line 60 of file DatasetManager.h.
|
inlinevirtual |
Returns the number of child datasets.
Reimplemented in USStateLookup, and ZipCodeLookup.
Definition at line 65 of file DatasetManager.h.
Returns all child datasets contained within this dataset.
Reimplemented in USStateLookup, and ZipCodeLookup.
Definition at line 54 of file DatasetManager.h.
|
inlinevirtual |
Returns a translated description of this dataset.
Definition at line 38 of file DatasetManager.h.
|
inlinevirtual |
Returns the icon resource name associated with this dataset.
Definition at line 28 of file DatasetManager.h.
|
pure virtual |
Returns the unique name identifier for this dataset.
Implemented in USState, USStateLookup, and ZipCodeLookup.
|
inlinevirtual |
Configures the given Model using data from this dataset.
| [in] | model | The Model to populate or configure. |
Reimplemented in ZipCodeLookup.
Definition at line 49 of file DatasetManager.h.
|
inlinevirtual |
Returns the user-facing translated title of this dataset.
Reimplemented in USState.
Definition at line 33 of file DatasetManager.h.