osgEarth 2.1.1
|
Public Types | |
enum | Action { ADD_IMAGE_LAYER, REMOVE_IMAGE_LAYER, MOVE_IMAGE_LAYER, UPDATE_IMAGE_LAYER, UPDATE_ALL_IMAGE_LAYERS, UPDATE_ELEVATION, UPDATE_ALL, ADD_IMAGE_LAYER, REMOVE_IMAGE_LAYER, MOVE_IMAGE_LAYER, UPDATE_IMAGE_LAYER, UPDATE_ALL_IMAGE_LAYERS, UPDATE_ELEVATION, UPDATE_ALL } |
enum | Action { ADD_IMAGE_LAYER, REMOVE_IMAGE_LAYER, MOVE_IMAGE_LAYER, UPDATE_IMAGE_LAYER, UPDATE_ALL_IMAGE_LAYERS, UPDATE_ELEVATION, UPDATE_ALL, ADD_IMAGE_LAYER, REMOVE_IMAGE_LAYER, MOVE_IMAGE_LAYER, UPDATE_IMAGE_LAYER, UPDATE_ALL_IMAGE_LAYERS, UPDATE_ELEVATION, UPDATE_ALL } |
Public Member Functions | |
TileUpdate (Action action, UID layerUID=(UID)-1) | |
Action | getAction () const |
UID | getLayerUID () const |
TileUpdate (Action action, UID layerUID=(UID)-1) | |
Action | getAction () const |
UID | getLayerUID () const |
Private Attributes | |
Action | _action |
UID | _layerUID |
Definition at line 45 of file CustomTile.
enum TileUpdate::Action |
Definition at line 47 of file CustomTile.
enum TileUpdate::Action |
Definition at line 57 of file CustomTile.
Action TileUpdate::getAction | ( | ) | const [inline] |
Definition at line 60 of file CustomTile.
{ return _action; }
Action TileUpdate::getAction | ( | ) | const [inline] |
UID TileUpdate::getLayerUID | ( | ) | const [inline] |
UID TileUpdate::getLayerUID | ( | ) | const [inline] |
Definition at line 62 of file CustomTile.
{ return _layerUID; }
Action TileUpdate::_action [private] |
Definition at line 65 of file CustomTile.
UID TileUpdate::_layerUID [private] |
Definition at line 66 of file CustomTile.