|
QGIS API Documentation
2.8.2-Wien
|
Summury of problem. More...
#include <palstat.h>
Public Member Functions | |
| ~PalStat () | |
| delete stats | |
| const char * | getLayerName (int layerId) |
| get a name of the labelled layer 'layerId' | |
| int | getLayerNbLabelledObjects (int layerId) |
| get the number of object in layer 'layerId' which are labelled | |
| int | getLayerNbObjects (int layerId) |
| get the number of object in layer 'layerId' | |
| int | getNbLabelledObjects () |
| the number of objects which are labelled | |
| int | getNbLayers () |
| how many layersare labelled ? | |
| int | getNbObjects () |
| the number of object in problem | |
Friends | |
| class | Pal |
| class | Problem |
| pal::PalStat::~PalStat | ( | ) |
delete stats
Definition at line 50 of file palstat.cpp.
| const char * pal::PalStat::getLayerName | ( | int | layerId | ) |
get a name of the labelled layer 'layerId'
Definition at line 79 of file palstat.cpp.
| int pal::PalStat::getLayerNbLabelledObjects | ( | int | layerId | ) |
get the number of object in layer 'layerId' which are labelled
Definition at line 97 of file palstat.cpp.
| int pal::PalStat::getLayerNbObjects | ( | int | layerId | ) |
get the number of object in layer 'layerId'
Definition at line 88 of file palstat.cpp.
| int pal::PalStat::getNbLabelledObjects | ( | ) |
the number of objects which are labelled
Definition at line 69 of file palstat.cpp.
| int pal::PalStat::getNbLayers | ( | ) |
how many layersare labelled ?
Definition at line 74 of file palstat.cpp.
| int pal::PalStat::getNbObjects | ( | ) |
the number of object in problem
Definition at line 64 of file palstat.cpp.
1.8.1.2