![]() |
VR-Forces 4.1 Class Documentation
|
Base class of all lenses. More...

Public Member Functions | |
| DtFilterLens (const char *name=0, DtLensArea *parent=0) | |
| constructor, parent must be a Lens area | |
| virtual | ~DtFilterLens () |
| destructor | |
Private Member Functions | |
| DtFilterLens (const DtFilterLens &orig) | |
| copy constructor | |
| DtFilterLens & | operator= (const DtFilterLens &orig) |
| assignment operator | |
Base class of all lenses.
Lenses can be viewed as either dialogs that stand over your lens area or as non visual items that change symbol attributes. Note that if you create a new lens type, you should also create a Filter Area that controls all of the lenses correctly
| DtFilterLens::DtFilterLens | ( | const char * | name = 0, |
| DtLensArea * | parent = 0 |
||
| ) |
constructor, parent must be a Lens area
|
virtual |
destructor
|
private |
copy constructor
|
private |
assignment operator