#include <gls_map_chart.h>
|
| GlsMapChart (bool generateInstance=false) |
|
virtual | ~GlsMapChart () |
|
virtual void | SetAvailableAttributes (unsigned int value) |
|
virtual DisplayObject * | CloneObject (bool generateNames=false) |
|
virtual void | CopyProperties (DisplayObject *src) |
|
virtual InterfaceListType * | GetCppInterfaceDescription (InterfaceListType *addToThisList=NULL) |
|
virtual void | GetCppInterfaceDescriptionFree (InterfaceListType *array) |
|
virtual void | PreDraw (const OpenGLMatrices &parentMatrices, Culler &culler) |
|
virtual void | Draw (void) |
|
virtual DisplayObject * | handle (DisplayEvent *ev) |
|
virtual void | SetValue (int spec, va_list &args) |
|
GlsMapView * | GetMapView () |
|
virtual void | SetDataSource (GlsMapChartDataSource *database) |
|
GlsMapChartDataSource * | GetDataSource () |
|
void | ShowLoadingCells (const bool &value) |
|
bool | ShowLoadingCells () |
|
bool | BindLoadingImage () |
|
|
static DisplayObject * | CreateInstance () |
|
Runtime implementation of a GlsMapChart
disti::GlsMapChart::GlsMapChart |
( |
bool |
generateInstance = false | ) |
|
Create a new GlsMapChart.
- Parameters
-
generateInstance | Whether or not to generate an instance name for this inputdevice |
disti::GlsMapChart::~GlsMapChart |
( |
| ) |
|
|
virtual |
bool disti::GlsMapChart::BindLoadingImage |
( |
| ) |
|
Utility method. Not normally called by user. May be removed in future releases.
- Returns
- pointer to the GlsMapChartDataSource this chart is using or NULL if the chart is not using a data source.
- Returns
- pointer to the GlsMapView that the chart will use for rendering or NULL if not found.
void disti::GlsMapChart::ShowLoadingCells |
( |
const bool & |
value | ) |
|
If true, the GlsMapChart will display MapChartCells that have not yet loaded using it's own texture settings. Default: false
bool disti::GlsMapChart::ShowLoadingCells |
( |
| ) |
|
|
inline |
- Returns
- Whether the GlsMapChart will display MapChartCells that have not yet loaded
The documentation for this class was generated from the following files:
- gls_map_chart.h
- gls_map_chart.cpp