![]() | Macro Programming | ![]() |
#include <layers.h>
Static Public Member Functions | |
static void | enableAllLayer () |
enable all layers | |
static int | findLayer (string layerName) |
finding a layer | |
static void | hideAllLayer () |
hide all layers | |
static void | reset3dView () |
reset 3d view | |
static void | showAllLayer () |
show all layers | |
Static Public Attributes | |
static layer | num [128] |
setup for a single layer |
This class is the global setup for the display of all layers. Each layer is identified by a number between 0 and 127. The setup of a single layer can setup by the static public attribute num.
layers::num[5].name="Layer Number 5";
static void layers::enableAllLayer | ( | ) | [static] |
enable all layers
makes all layers enable
static int layers::findLayer | ( | string | layerName | ) | [static] |
finding a layer
Use this function to find the number of a layer.
layerName | name of the wanted layer |
static void layers::hideAllLayer | ( | ) | [static] |
hide all layers
makes all layer invisible
static void layers::reset3dView | ( | ) | [static] |
reset 3d view
The 3D view of all layers is reset and turned off.
static void layers::showAllLayer | ( | ) | [static] |
show all layers
makes all layer visible
layer layers::num[128] [static] |
setup for a single layer
Each layer can setup seperately via the class layer. The layer-class can be accessed by this array.