Package node_manager_fkie :: Module master_list_model :: Class MasterSyncItem
[frames] | no frames]

Class MasterSyncItem

source code

       object --+            
                |            
sip.simplewrapper --+        
                    |        
          sip.wrapper --+    
                        |    
PyQt5.QtGui.QStandardItem --+
                            |
                           MasterSyncItem

This object is needed to insert into the QStandardModel.

Nested Classes

Inherited from PyQt5.QtGui.QStandardItem: ItemType

Instance Methods
 
__init__(self, master)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
__eq__(self, item)
x==y
source code
 
__gt__(self, item)
x>y
source code

Inherited from PyQt5.QtGui.QStandardItem: __ge__, __le__, __lt__, __ne__, accessibleDescription, accessibleText, appendColumn, appendRow, appendRows, background, checkState, child, clone, column, columnCount, data, emitDataChanged, flags, font, foreground, hasChildren, icon, index, insertColumn, insertColumns, insertRow, insertRows, isCheckable, isDragEnabled, isDropEnabled, isEditable, isEnabled, isSelectable, isTristate, model, parent, read, removeColumn, removeColumns, removeRow, removeRows, row, rowCount, setAccessibleDescription, setAccessibleText, setBackground, setCheckState, setCheckable, setChild, setColumnCount, setData, setDragEnabled, setDropEnabled, setEditable, setEnabled, setFlags, setFont, setForeground, setIcon, setRowCount, setSelectable, setSizeHint, setStatusTip, setText, setTextAlignment, setToolTip, setTristate, setWhatsThis, sizeHint, sortChildren, statusTip, takeChild, takeColumn, takeRow, text, textAlignment, toolTip, type, whatsThis, write

Inherited from sip.simplewrapper: __new__

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

Class Variables
  ITEM_TYPE = 1035

Inherited from PyQt5.QtGui.QStandardItem: Type, UserType

Properties
  master
  synchronized

Inherited from object: __class__

Method Details

__init__(self, master)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)

__eq__(self, item)
(Equality operator)

source code 

x==y

Overrides: PyQt5.QtGui.QStandardItem.__eq__
(inherited documentation)

__gt__(self, item)
(Greater-than operator)

source code 

x>y

Overrides: PyQt5.QtGui.QStandardItem.__gt__
(inherited documentation)

Property Details

master

Get Method:
unreachable.master(self)

synchronized

Get Method:
unreachable.synchronized(self)
Set Method:
unreachable.synchronized(self, value)