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

Class MasterSyncButtonHelper

source code

       object --+            
                |            
sip.simplewrapper --+        
                    |        
          sip.wrapper --+    
                        |    
     PyQt5.QtCore.QObject --+
                            |
                           MasterSyncButtonHelper

This is helper class to which contains a button and can emit signals. The MasterSyncItem can not emit signals, but is used in QStandardModel.

Instance Methods
 
clicked(...) source code
 
__init__(self, master)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
on_sync_clicked(self, checked) source code
 
master(self) source code
 
get_sync_state(self) source code
 
set_sync_state(self, value) source code
 
__eq__(self, item) source code
 
__gt__(self, item) source code

Inherited from PyQt5.QtCore.QObject: __getattr__, blockSignals, childEvent, children, connectNotify, customEvent, deleteLater, destroyed, disconnect, disconnectNotify, dumpObjectInfo, dumpObjectTree, dynamicPropertyNames, event, eventFilter, findChild, findChildren, inherits, installEventFilter, isSignalConnected, isWidgetType, isWindowType, killTimer, metaObject, moveToThread, objectName, objectNameChanged, parent, property, pyqtConfigure, receivers, removeEventFilter, sender, senderSignalIndex, setObjectName, setParent, setProperty, signalsBlocked, startTimer, thread, timerEvent, tr

Inherited from sip.simplewrapper: __new__

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

Class Variables
  NOT_SYNC = 0
  SWITCHED = 1
  SYNC = 2
  ICON_PREFIX = 'irondevil'

Inherited from PyQt5.QtCore.QObject: staticMetaObject

Properties

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)