Package client :: Module Preferences :: Class AppearancePreferences
[hide private]
[frames] | no frames]

Class AppearancePreferences

source code


Nested Classes [hide private]

Inherited from PyQt4.QtGui.QLayout: SizeConstraint

Instance Methods [hide private]
 
__init__(self, bridge)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
updateCategory(self, category) source code
 
updateFont(self, font) source code
 
customColorEdit(self) source code
 
updateDecorations(self, state, val) source code
 
updateBold(self, state) source code
 
updateItalics(self, state) source code
 
updateUnderline(self, state) source code
 
updateSize(self, val) source code
 
updateColor(self, index) source code
 
PopulateBufferFromShell(self) source code
 
CommitBufferToShell(self) source code
 
SendValToBuffer(self, target, field, value) source code
 
GetValFromBuffer(self, target, field) source code
 
saveSettings(self) source code

Inherited from PyQt4.QtGui.QGridLayout: addChildLayout, addChildWidget, addItem, addLayout, addWidget, alignmentRect, cellRect, childEvent, columnCount, columnMinimumWidth, columnStretch, connectNotify, count, customEvent, disconnectNotify, expandingDirections, getItemPosition, hasHeightForWidth, heightForWidth, invalidate, itemAt, maximumSize, minimumHeightForWidth, minimumSize, originCorner, receivers, rowCount, rowMinimumHeight, rowStretch, sender, setColumnMinimumWidth, setColumnStretch, setDefaultPositioning, setGeometry, setOriginCorner, setRowMinimumHeight, setRowStretch, sizeHint, takeAt, timerEvent, widgetEvent

Inherited from PyQt4.QtGui.QLayout: activate, closestAcceptableSize, geometry, indexOf, isEmpty, isEnabled, layout, margin, menuBar, parentWidget, removeItem, removeWidget, setAlignment, setEnabled, setMargin, setMenuBar, setSizeConstraint, setSpacing, sizeConstraint, spacing, totalHeightForWidth, totalMaximumSize, totalMinimumSize, totalSizeHint, update

Inherited from PyQt4.QtCore.QObject: blockSignals, children, connect, deleteLater, disconnect, dumpObjectInfo, dumpObjectTree, dynamicPropertyNames, emit, event, eventFilter, findChild, findChildren, inherits, installEventFilter, isWidgetType, killTimer, metaObject, moveToThread, objectName, parent, property, removeEventFilter, setObjectName, setParent, setProperty, signalsBlocked, startTimer, thread, tr, trUtf8

Inherited from PyQt4.QtGui.QLayoutItem: alignment, spacerItem, widget

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

Inherited from object: __hash__, __reduce__, __reduce_ex__, __repr__, __str__

Class Variables [hide private]

Inherited from PyQt4.QtGui.QLayout: SetDefaultConstraint, SetFixedSize, SetMaximumSize, SetMinAndMaxSize, SetMinimumSize, SetNoConstraint

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, bridge)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)