Package node_manager_fkie :: Module parameter_dialog :: Class ParameterDescription
[frames] | no frames]

Class ParameterDescription

source code

object --+
         |
        ParameterDescription

Used for internal representation of the parameter in dialog.

Instance Methods
 
__init__(self, name, msg_type, value=None, widget=None)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
__repr__(self)
repr(x)
source code
 
origin_value(self) source code
 
clear_origin_value(self) source code
 
changed(self) source code
 
name(self) source code
 
setWidget(self, widget) source code
 
widget(self) source code
 
fullName(self) source code
 
isArrayType(self) source code
 
arrayLength(self) source code
 
isPrimitiveType(self) source code
 
isTimeType(self) source code
 
isBinaryType(self) source code
 
baseType(self) source code
 
updateValueFromField(self) source code
 
updateValue(self, value) source code
 
value(self) source code
 
removeCachedValue(self, value) source code
 
createTypedWidget(self, parent) source code
 
addCachedValuesToWidget(self) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties

Inherited from object: __class__

Method Details

__init__(self, name, msg_type, value=None, widget=None)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

__repr__(self)
(Representation operator)

source code 

repr(x)

Overrides: object.__repr__
(inherited documentation)