Package Camelot :: Package camelot :: Package view :: Package controls :: Package delegates :: Module smileydelegate :: Class SmileyDelegate
[frames] | no frames]

Class SmileyDelegate

source code


Delegate for Smiley's
  

.. _delegate-SmileyDelegate:

.. image:: ../_static/delegates/SmileyDelegate_unselected_disabled.png
.. image:: ../_static/delegates/SmileyDelegate_unselected_editable.png

.. image:: ../_static/delegates/SmileyDelegate_selected_disabled.png
.. image:: ../_static/delegates/SmileyDelegate_selected_editable.png

Field attributes supported by the delegate : 

 * :ref:`editable <field-attribute-editable>`
By default, creates a SmileyEditor as its editor.

.. image:: ../_static/editors/SmileyEditor_editable.png
Field attributes supported by this editor : 

 * :ref:`img <field-attribute-img>`
 * :ref:`editable <field-attribute-editable>`

Nested Classes
  editor

Inherited from PyQt4.QtGui.QAbstractItemDelegate: EndEditHint

Instance Methods
 
__metaclass__(name, bases, dct) source code
 
__init__(self, parent, editable=True, **kwargs)
is editable
source code
 
paint(self, painter, option, index) source code

Inherited from customdelegate.CustomDelegate: commitAndCloseEditor, createEditor, paint_text, setEditorData, setModelData, sizeHint

Inherited from PyQt4.QtGui.QItemDelegate: drawBackground, drawCheck, drawDecoration, drawDisplay, drawFocus, editorEvent, eventFilter, hasClipping, itemEditorFactory, setClipping, setItemEditorFactory, updateEditorGeometry

Inherited from PyQt4.QtGui.QAbstractItemDelegate: closeEditor, commitData, elidedText, helpEvent, sizeHintChanged

Inherited from PyQt4.QtCore.QObject: blockSignals, childEvent, children, connect, connectNotify, customEvent, deleteLater, destroyed, disconnect, disconnectNotify, dumpObjectInfo, dumpObjectTree, dynamicPropertyNames, emit, event, findChild, findChildren, inherits, installEventFilter, isWidgetType, killTimer, metaObject, moveToThread, objectName, parent, property, pyqtConfigure, receivers, removeEventFilter, sender, setObjectName, setParent, setProperty, signalsBlocked, startTimer, thread, timerEvent, tr, trUtf8

Inherited from sip.simplewrapper: __delattr__, __getattribute__, __new__, __setattr__

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

Class Variables

Inherited from PyQt4.QtGui.QAbstractItemDelegate: EditNextItem, EditPreviousItem, NoHint, RevertModelCache, SubmitModelCache

Inherited from PyQt4.QtCore.QObject: staticMetaObject

Properties

Inherited from object: __class__

Method Details

__init__(self, parent, editable=True, **kwargs)
(Constructor)

source code 
is editable
Parameters:
  • parent - the parent object for the delegate
  • editable - a boolean indicating if the field associated to the delegate
Overrides: object.__init__
(inherited documentation)

paint(self, painter, option, index)

source code 
Overrides: PyQt4.QtGui.QAbstractItemDelegate.paint