![]() |
![]() |
Interface for string properties. More...
#include <GenApi/IString.h>
Public Member Functions | |
virtual void | SetValue (const GenICam::gcstring &Value, bool Verify=true)=0 |
Set node value. More... | |
virtual IString & | operator= (const GenICam::gcstring &Value)=0 |
Set node value. | |
virtual GenICam::gcstring | GetValue (bool Verify=false, bool IgnoreCache=false)=0 |
Get node value. More... | |
virtual GenICam::gcstring | operator() ()=0 |
Get node value. | |
virtual GenICam::gcstring | operator* ()=0 |
Get node value. | |
virtual int64_t | GetMaxLength ()=0 |
Retrieves the maximum length of the string in bytes. | |
virtual INode * | GetNode () |
Get the INode interface of the node. | |
virtual GenICam::gcstring | ToString (bool Verify=false, bool IgnoreCache=false)=0 |
Get content of the node as string. More... | |
virtual void | FromString (const GenICam::gcstring &ValueStr, bool Verify=true)=0 |
Set content of the node as string. More... | |
virtual bool | IsValueCacheValid () const =0 |
Checks if the value comes from cache or is requested from another node. | |
virtual EAccessMode | GetAccessMode () const =0 |
Get the access mode of the node. | |
Interface for string properties.
|
pure virtualinherited |
Set content of the node as string.
ValueStr | The value to set |
Verify | Enables AccessMode and Range verification (default = true) |
Implemented in Pylon::CParameter.
|
pure virtual |
Get node value.
Verify | Enables Range verification (default = false). The AccessMode is always checked |
IgnoreCache | If true the value is read ignoring any caches (default = false) |
Implemented in Pylon::CStringParameter.
|
pure virtual |
Set node value.
Value | The value to set |
Verify | Enables AccessMode and Range verification (default = true) |
Implemented in Pylon::CStringParameter.
|
pure virtualinherited |
Get content of the node as string.
Verify | Enables Range verification (default = false). The AccessMode is always checked |
IgnoreCache | If true the value is read ignoring any caches (default = false) |
Implemented in Pylon::CParameter.