|
| virtual void | GetEntries (NodeList_t &Entries)=0 |
| | Get list of entry nodes. More...
|
| |
| virtual IEnumeration & | operator= (const GenICam::gcstring &ValueStr)=0 |
| | Set string node value. More...
|
| |
| virtual void | SetIntValue (int64_t Value, bool Verify=true)=0 |
| | Set integer node value. More...
|
| |
| virtual GenICam::gcstring | operator* ()=0 |
| | Get string node value. More...
|
| |
| virtual int64_t | GetIntValue (bool Verify=false, bool IgnoreCache=false)=0 |
| | Get integer node value. More...
|
| |
| virtual IEnumEntry * | GetEntryByName (const GenICam::gcstring &Symbolic)=0 |
| | Get an entry node by name. More...
|
| |
| virtual IEnumEntry * | GetEntry (const int64_t IntValue)=0 |
| | Get an entry node by its IntValue. More...
|
| |
| virtual IEnumEntry * | GetCurrentEntry (bool Verify=false, bool IgnoreCache=false)=0 |
| | Get the current entry. More...
|
| |