This class represents the paint layer scanner component. This component simply samples a paint layer over the source surface.
Definition at line 232 of file MapExtractorAPI.h.
#include <MapExtractorAPI.h>

Public Member Functions |
|
| QString | ChannelName (void) const |
| Returns the name of the paint channel to be
scanned. |
|
| void | SetChannelName (const QString &sChannelName) |
| Sets the name of the paint channel to be
scanned. |
|
| int | LayerIndex (void) const |
| Returns the index of the layer inside the
paint channel to be scanned. |
|
| void | SetLayerIndex (int iIndex) |
| Sets the index of the layer inside the paint
channel to be scanned. |
|
| QString ChannelName | ( | void | ) | const |
Returns the name of the paint channel to be scanned.
This must be one of the following:
| void SetChannelName | ( | const QString & | sChannelName | ) |
Sets the name of the paint channel to be scanned.
This must be one of the following:
| int LayerIndex | ( | void | ) | const |
Returns the index of the layer inside the paint channel to be scanned.
| void SetLayerIndex | ( | int | iIndex | ) |
Sets the index of the layer inside the paint channel to be scanned.