TaurusTreeServerNameItem
¶

-
class
TaurusTreeServerNameItem
(model, data, parent=None)[source]¶ Bases:
taurus.qt.qtcore.model.taurusdatabasemodel.TaurusTreeDbBaseItem
A node designed to represent the server name part of a server
-
DisplayFunc
¶ alias of
future.types.newstr.newstr
-
data
(index)[source]¶ Returns the data of this node for the given index
Return type: object
Returns: the data for the given index
-
role
()[source]¶ Returns the prefered role for the item. This implementation returns taurus.core.taurusbasetypes.TaurusElementType.Unknown
This method should be able to return any kind of python object as long as the model that is used is compatible.
Return type: TaurusElementType
Returns: the role in form of element type
-