YPanelManager
fontlab.YPanelManager = class YPanelManager(PythonQt.PythonQtInstanceWrapper)
- Method resolution order:
- YPanelManager
- PythonQt.PythonQtInstanceWrapper
- __builtin__.object
Descriptors
- __dict__
-
dictionary for instance variables (if defined)
- __weakref__
-
list of weak references to the object (if defined)
Attributes
- blockSignals = <unbound qt slot blockSignals of YPanelManager type>
-
X.blockSignals(a, b) -> bool
- childEvent = <unbound qt slot py_q_childEvent of YPanelManager type>
-
X.childEvent(a, b)
- children = <unbound qt slot children of YPanelManager type>
-
X.children(a) -> tuple
- className = <built-in method className of PythonQt.PythonQtClassWrapper object>
-
Return the classname of the object
- connect = <unbound qt slot connect of YPanelManager type>
-
X.connect(a, b, c, d, e) -> bool
- customEvent = <unbound qt slot py_q_customEvent of YPanelManager type>
-
X.customEvent(a, b)
- delete = <built-in method delete of PythonQt.PythonQtClassWrapper object>
-
Deletes the given C++ object
- deleteLater = <unbound qt slot deleteLater of YPanelManager type>
-
X.deleteLater()
- desktopClientRectChanged = <unbound qt signal desktopClientRectChanged of YPanelManager type>
- destroyed = <unbound qt signal destroyed of YPanelManager type>
- disconnect = <unbound qt slot disconnect of YPanelManager type>
-
X.disconnect(a, b, c, d) -> bool
- dumpObjectInfo = <unbound qt slot dumpObjectInfo of YPanelManager type>
-
X.dumpObjectInfo(a)
- dumpObjectTree = <unbound qt slot dumpObjectTree of YPanelManager type>
-
X.dumpObjectTree(a)
- dynamicPropertyNames = <unbound qt slot dynamicPropertyNames of YPanelManager type>
-
X.dynamicPropertyNames(a)
- event = <unbound qt slot py_q_event of YPanelManager type>
-
X.event(a, b) -> bool
- eventFilter = <unbound qt slot py_q_eventFilter of YPanelManager type>
-
X.eventFilter(a, b, c) -> bool
- findChild = <unbound qt slot findChild of YPanelManager type>
-
X.findChild(a, b, c) -> PythonQt.private.QObject
- findChildren = <unbound qt slot findChildren of YPanelManager type>
-
X.findChildren(a, b, c) -> tuple
- help = <built-in method help of PythonQt.PythonQtClassWrapper object>
-
Shows the help of available methods for this class
- inherits = <built-in method inherits of PythonQt.PythonQtClassWrapper object>
-
Returns if the class inherits or is of given type name
- installEventFilter = <unbound qt slot installEventFilter of YPanelManager type>
-
X.installEventFilter(a, b)
- isSignalConnected = <unbound qt slot isSignalConnected of YPanelManager type>
-
X.isSignalConnected(a, b) -> bool
- isWidgetType = <unbound qt slot isWidgetType of YPanelManager type>
-
X.isWidgetType(a) -> bool
- isWindowType = <unbound qt slot isWindowType of YPanelManager type>
-
X.isWindowType(a) -> bool
- killTimer = <unbound qt slot killTimer of YPanelManager type>
-
X.killTimer(a, b)
- metaObject = <unbound qt slot metaObject of YPanelManager type>
-
X.metaObject(a) -> PythonQt.QtCore.QMetaObject
- moveToThread = <unbound qt slot moveToThread of YPanelManager type>
-
X.moveToThread(a, b)
- objectName = None
- objectNameChanged = <unbound qt signal objectNameChanged of YPanelManager type>
- panelClosed = <unbound qt signal panelClosed of YPanelManager type>
- parent = <unbound qt slot parent of YPanelManager type>
-
X.parent(a) -> PythonQt.private.QObject
- property = <unbound qt slot property of YPanelManager type>
-
X.property(a, b) -> object
- removeEventFilter = <unbound qt slot removeEventFilter of YPanelManager type>
-
X.removeEventFilter(a, b)
- sender = <unbound qt slot sender of YPanelManager type>
-
X.sender(a) -> PythonQt.private.QObject
- senderSignalIndex = <unbound qt slot senderSignalIndex of YPanelManager type>
-
X.senderSignalIndex(a) -> int
- setObjectName = <unbound qt slot setObjectName of YPanelManager type>
-
X.setObjectName(a, b)
- setParent = <unbound qt slot setParent of YPanelManager type>
-
X.setParent(a, b)
- setProperty = <unbound qt slot setProperty of YPanelManager type>
-
X.setProperty(a, b, c) -> bool
- showContextMenu = <unbound qt signal showContextMenu of YPanelManager type>
- signalsBlocked = <unbound qt slot signalsBlocked of YPanelManager type>
-
X.signalsBlocked(a) -> bool
- startTimer = <unbound qt slot startTimer of YPanelManager type>
-
X.startTimer(a, b, c) -> int
- thread = <unbound qt slot thread of YPanelManager type>
-
X.thread(a)
- timerEvent = <unbound qt slot py_q_timerEvent of YPanelManager type>
-
X.timerEvent(a, b)
- toolbarClosed = <unbound qt signal toolbarClosed of YPanelManager type>
- toolbarOpened = <unbound qt signal toolbarOpened of YPanelManager type>
- tr = <unbound qt slot tr of YPanelManager type>
-
X.tr(a, b, c, d) -> str
Methods from PythonQt.PythonQtInstanceWrapper
- __delattr__(...)
-
x.__delattr__('name') <==> del x.name
- __getattribute__(...)
-
x.__getattribute__('name') <==> x.name
- __nonzero__(...)
-
x.__nonzero__() <==> x != 0
- __setattr__(...)
-
x.__setattr__('name', value) <==> x.name = value
Attributes from PythonQt.PythonQtInstanceWrapper
- __new__ = <built-in method __new__ of PythonQt.PythonQtClassWrapper object>
-
T.__new__(S, ...) -> a new object with type S, a subtype of T
blockSignals
fontlab.YPanelManager.blockSignals = <unbound qt slot blockSignals of YPanelManager type>
childEvent
fontlab.YPanelManager.childEvent = <unbound qt slot py_q_childEvent of YPanelManager type>
children
fontlab.YPanelManager.children = <unbound qt slot children of YPanelManager type>
className
- fontlab.YPanelManager.className = className(...)
-
Return the classname of the object
connect
fontlab.YPanelManager.connect = <unbound qt slot connect of YPanelManager type>
customEvent
fontlab.YPanelManager.customEvent = <unbound qt slot py_q_customEvent of YPanelManager type>
delete
- fontlab.YPanelManager.delete = delete(...)
-
Deletes the given C++ object
deleteLater
fontlab.YPanelManager.deleteLater = <unbound qt slot deleteLater of YPanelManager type>
disconnect
fontlab.YPanelManager.disconnect = <unbound qt slot disconnect of YPanelManager type>
dumpObjectInfo
fontlab.YPanelManager.dumpObjectInfo = <unbound qt slot dumpObjectInfo of YPanelManager type>
dumpObjectTree
fontlab.YPanelManager.dumpObjectTree = <unbound qt slot dumpObjectTree of YPanelManager type>
dynamicPropertyNames
fontlab.YPanelManager.dynamicPropertyNames = <unbound qt slot dynamicPropertyNames of YPanelManager type>
event
fontlab.YPanelManager.event = <unbound qt slot py_q_event of YPanelManager type>
eventFilter
fontlab.YPanelManager.eventFilter = <unbound qt slot py_q_eventFilter of YPanelManager type>
findChild
fontlab.YPanelManager.findChild = <unbound qt slot findChild of YPanelManager type>
findChildren
fontlab.YPanelManager.findChildren = <unbound qt slot findChildren of YPanelManager type>
help
- fontlab.YPanelManager.help = help(...)
-
Shows the help of available methods for this class
inherits
- fontlab.YPanelManager.inherits = inherits(...)
-
Returns if the class inherits or is of given type name
installEventFilter
fontlab.YPanelManager.installEventFilter = <unbound qt slot installEventFilter of YPanelManager type>
isSignalConnected
fontlab.YPanelManager.isSignalConnected = <unbound qt slot isSignalConnected of YPanelManager type>
isWidgetType
fontlab.YPanelManager.isWidgetType = <unbound qt slot isWidgetType of YPanelManager type>
isWindowType
fontlab.YPanelManager.isWindowType = <unbound qt slot isWindowType of YPanelManager type>
killTimer
fontlab.YPanelManager.killTimer = <unbound qt slot killTimer of YPanelManager type>
metaObject
fontlab.YPanelManager.metaObject = <unbound qt slot metaObject of YPanelManager type>
moveToThread
fontlab.YPanelManager.moveToThread = <unbound qt slot moveToThread of YPanelManager type>
parent
fontlab.YPanelManager.parent = <unbound qt slot parent of YPanelManager type>
property
fontlab.YPanelManager.property = <unbound qt slot property of YPanelManager type>
removeEventFilter
fontlab.YPanelManager.removeEventFilter = <unbound qt slot removeEventFilter of YPanelManager type>
sender
fontlab.YPanelManager.sender = <unbound qt slot sender of YPanelManager type>
senderSignalIndex
fontlab.YPanelManager.senderSignalIndex = <unbound qt slot senderSignalIndex of YPanelManager type>
setObjectName
fontlab.YPanelManager.setObjectName = <unbound qt slot setObjectName of YPanelManager type>
setParent
fontlab.YPanelManager.setParent = <unbound qt slot setParent of YPanelManager type>
setProperty
fontlab.YPanelManager.setProperty = <unbound qt slot setProperty of YPanelManager type>
signalsBlocked
fontlab.YPanelManager.signalsBlocked = <unbound qt slot signalsBlocked of YPanelManager type>
startTimer
fontlab.YPanelManager.startTimer = <unbound qt slot startTimer of YPanelManager type>
thread
fontlab.YPanelManager.thread = <unbound qt slot thread of YPanelManager type>
timerEvent
fontlab.YPanelManager.timerEvent = <unbound qt slot py_q_timerEvent of YPanelManager type>
tr
fontlab.YPanelManager.tr = <unbound qt slot tr of YPanelManager type>