#include <PointL.h>
Public Member Functions | |
PointL (double a=0, QString s=0) | |
void | setPointL (double, QString) |
double | V () |
void | setV (double a) |
QString | L () |
void | setL (QString a) |
void | setMasked (bool m) |
bool | Masked () |
Protected Attributes | |
double | v |
QString | l |
bool | masked |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|