Package node_manager_fkie :: Module settings_model :: Class SettingsNameItem
[frames] | no frames]

Class SettingsNameItem

source code

python_qt_binding.QtGui.QStandardItem --+
                                        |
                                       SettingsNameItem

Instance Methods
 
__init__(self, name, tooltip='') source code
 
type(self) source code
 
data(self, role)
The view asks us for all sorts of information about our data...
source code
Class Variables
  ITEM_TYPE = QStandardItem.UserType+ 80
Method Details

data(self, role)

source code 

The view asks us for all sorts of information about our data...

Parameters: