|
| TPp () |
|
| TPp (const TPp &Pp) |
|
| TPp (const TStr &_IdNm, const TStr &_DescNm, const TPpTagVal &_Tag=ptUndef, const TPpTagVal &_ValVTag=ptUndef) |
|
| TPp (TSIn &SIn) |
|
void | Save (TSOut &SOut) |
|
TPp & | operator= (const TPp &Pp) |
|
TStr | GetIdNm () const |
|
TStr | GetUcIdNm () const |
|
TStr | GetDescNm () const |
|
int | GetTag () const |
|
int | GetValVTag () const |
|
void | PutVal (const TPpVal &_Val) |
|
TPpVal | GetVal () const |
|
void | PutDfVal (const TPpVal &_DfVal) |
|
TPpVal | GetDfVal () const |
|
void | PutMnMxVal (const TPpVal &_MnVal, const TPpVal &_MxVal) |
|
TPpVal | GetMnVal () const |
|
TPpVal | GetMxVal () const |
|
void | AddCcVal (const TPpVal &_Val) |
|
void | PutCcValV (const TPpValV &CcValV) |
|
int | GetCcVals () const |
|
TPpVal | GetCcVal (const int &CcValN) const |
|
bool | IsPp (const TStr &IdNm) const |
|
bool | IsPp (const TStr &IdNm, PPp &Pp) const |
|
int | GetPps () const |
|
int | AddPp (const PPp &Pp) |
|
void | AddPpV (const TPpV &PpV) |
|
PPp | GetPp (const int &PpN) const |
|
PPp | GetPp (const TStr &IdPath) const |
|
PPp | GetSelPp () const |
|
int | AddPpInt (const TStr &IdNm, const TStr &DescNm=TStr()) |
|
int | AddPpInt (const TStr &IdNm, const TStr &DescNm, const int &MnVal, const int &MxVal, const int &DfVal) |
|
int | AddPpFlt (const TStr &IdNm, const TStr &DescNm=TStr()) |
|
int | AddPpFlt (const TStr &IdNm, const TStr &DescNm, const double &MnVal, const double &MxVal, const double &DfVal) |
|
int | AddPpStr (const TStr &IdNm, const TStr &DescNm=TStr(), const TStr &DfVal=TStr()) |
|
void | PutValBool (const bool &Val) |
|
TBool | GetValBool () const |
|
void | PutValBool (const TStr &IdPath, const bool &Val) |
|
TBool | GetValBool (const TStr &IdPath) const |
|
void | PutValInt (const int &Val) |
|
TInt | GetValInt () const |
|
void | PutValInt (const TStr &IdPath, const int &Val) |
|
TInt | GetValInt (const TStr &IdPath) const |
|
void | PutValFlt (const double &Val) |
|
TFlt | GetValFlt () const |
|
void | PutValFlt (const TStr &IdPath, const double &Val) |
|
TFlt | GetValFlt (const TStr &IdPath) const |
|
void | PutValStr (const TStr &Val) |
|
TStr | GetValStr () const |
|
void | PutValStr (const TStr &IdPath, const TStr &Val) |
|
TStr | GetValStr (const TStr &IdPath) const |
|
void | PutValValV (const TPpValV &Val) |
|
TPpValV | GetValValV () const |
|
void | PutValValV (const TStr &IdPath, const TPpValV &Val) |
|
TPpValV | GetValValV (const TStr &IdPath) const |
|
TStr | GetStr (const bool &Brief=true) const |
|
void | SaveTxt (const PSOut &SOut) const |
|
void | SaveTxt (TOLx &Lx, const int &Lev=0) const |
|
Definition at line 70 of file pp.h.