Dialog for modifying vector layer display settings. More...
#include <gre/uivector.h>

Public Member Functions | |
| DLG (LAYER_VECTOR *layer, bool Include3D) | |
| virtual | ~DLG () |
| LAYERDRAWFLAGS | GetLayerDrawFlagMask () const |
| LAYERDRAWFLAGS | GetLayerDrawFlags () const |
| const LAYER_VECTOR::DISPPARM & | GetValues () const |
| ERRVALUE | SetValues (const LAYER_VECTOR::DISPPARM &values, LAYERDRAWFLAGS LayerDrawFlags) |
Dialog for modifying vector layer display settings.
| GRE::LAYER_VECTOR::DISPPARM::DLG::DLG | ( | LAYER_VECTOR * | layer, | |
| bool | Include3D | |||
| ) |
Constructor.
| layer | Associated layer | |
| Include3D | Include 3D settings |
| virtual GRE::LAYER_VECTOR::DISPPARM::DLG::~DLG | ( | ) | [virtual] |
Destructor.
| LAYERDRAWFLAGS GRE::LAYER_VECTOR::DISPPARM::DLG::GetLayerDrawFlagMask | ( | ) | const [inline] |
Get 'mask' for which LAYERDRAWFLAG values are settable on dialog.
| LAYERDRAWFLAGS GRE::LAYER_VECTOR::DISPPARM::DLG::GetLayerDrawFlags | ( | ) | const |
Get current LAYERDRAWFLAGS settings.
| const LAYER_VECTOR::DISPPARM& GRE::LAYER_VECTOR::DISPPARM::DLG::GetValues | ( | ) | const |
Get current DISPPARM values.
| ERRVALUE GRE::LAYER_VECTOR::DISPPARM::DLG::SetValues | ( | const LAYER_VECTOR::DISPPARM & | values, | |
| LAYERDRAWFLAGS | LayerDrawFlags | |||
| ) |
Set DISPPARM and LAYERDRAWFLAGS values.
1.6.1