| |
- matplotlib.backend_bases.FigureCanvasBase
-
- FigureCanvasQT(qt.QWidget, matplotlib.backend_bases.FigureCanvasBase)
- matplotlib.backend_bases.FigureManagerBase
-
- FigureManagerQT
- FigureManagerQT
- matplotlib.backend_bases.NavigationToolbar2
-
- NavigationToolbar2QT(matplotlib.backend_bases.NavigationToolbar2, qt.QWidget)
- qt.QWidget(qt.QObject, qt.QPaintDevice)
-
- FigureCanvasQT(qt.QWidget, matplotlib.backend_bases.FigureCanvasBase)
- NavigationToolbar2QT(matplotlib.backend_bases.NavigationToolbar2, qt.QWidget)
class FigureCanvasQT(qt.QWidget, matplotlib.backend_bases.FigureCanvasBase) |
| |
- Method resolution order:
- FigureCanvasQT
- qt.QWidget
- qt.QObject
- qt.Qt
- qt.QPaintDevice
- sip.wrapper
- __builtin__.object
- matplotlib.backend_bases.FigureCanvasBase
Methods defined here:
- __init__(self, figure)
- flush_events(self)
- keyPressEvent(self, event)
- keyReleaseEvent(self, event)
- minumumSizeHint(self)
- mouseMoveEvent(self, event)
- mousePressEvent(self, event)
- mouseReleaseEvent(self, event)
- resize(self, w, h)
- resizeEvent(self, event)
- sizeHint(self)
- start_event_loop(self, timeout)
- Start an event loop. This is used to start a blocking event
loop so that interactive functions, such as ginput and
waitforbuttonpress, can wait for events. This should not be
confused with the main GUI event loop, which is always running
and has nothing to do with this.
This function provides default event loop functionality based
on time.sleep that is meant to be used until event loop
functions for each of the GUI backends can be written. As
such, it throws a deprecated warning.
Call signature::
start_event_loop_default(self,timeout=0)
This call blocks until a callback function triggers
stop_event_loop() or *timeout* is reached. If *timeout* is
<=0, never timeout.
- stop_event_loop(self)
- Stop an event loop. This is used to stop a blocking event
loop so that interactive functions, such as ginput and
waitforbuttonpress, can wait for events.
Call signature::
stop_event_loop_default(self)
Data and other attributes defined here:
- buttond = {1: 1, 2: 3, 4: 2}
- keyvald = {4128: 'shift', 4129: 'control', 4131: 'alt'}
Data and other attributes inherited from qt.QWidget:
- AncestorOrigin = 3
- BackgroundOrigin = <class 'qt.BackgroundOrigin'>
- ClickFocus = 2
- FocusPolicy = <class 'qt.FocusPolicy'>
- NoFocus = 0
- ParentOrigin = 1
- StrongFocus = 11
- TabFocus = 1
- WheelFocus = 15
- WidgetOrigin = 0
- WindowOrigin = 2
- acceptDrops = <built-in function acceptDrops>
- adjustSize = <built-in function adjustSize>
- autoMask = <built-in function autoMask>
- backgroundBrush = <built-in function backgroundBrush>
- backgroundMode = <built-in function backgroundMode>
- backgroundOffset = <built-in function backgroundOffset>
- backgroundOrigin = <built-in function backgroundOrigin>
- baseSize = <built-in function baseSize>
- caption = <built-in function caption>
- childAt = <built-in function childAt>
- childEvent = <built-in function childEvent>
- childrenRect = <built-in function childrenRect>
- childrenRegion = <built-in function childrenRegion>
- clearFocus = <built-in function clearFocus>
- clearMask = <built-in function clearMask>
- clearWFlags = <built-in function clearWFlags>
- clearWState = <built-in function clearWState>
- clipRegion = <built-in function clipRegion>
- close = <built-in function close>
- closeEvent = <built-in function closeEvent>
- colorGroup = <built-in function colorGroup>
- constPolish = <built-in function constPolish>
- contextMenuEvent = <built-in function contextMenuEvent>
- create = <built-in function create>
- cursor = <built-in function cursor>
- customEvent = <built-in function customEvent>
- customWhatsThis = <built-in function customWhatsThis>
- destroy = <built-in function destroy>
- dragEnterEvent = <built-in function dragEnterEvent>
- dragLeaveEvent = <built-in function dragLeaveEvent>
- dragMoveEvent = <built-in function dragMoveEvent>
- drawText = <built-in function drawText>
- dropEvent = <built-in function dropEvent>
- enabledChange = <built-in function enabledChange>
- enterEvent = <built-in function enterEvent>
- erase = <built-in function erase>
- eraseColor = <built-in function eraseColor>
- erasePixmap = <built-in function erasePixmap>
- event = <built-in function event>
- find = <built-in function find>
- focusInEvent = <built-in function focusInEvent>
- focusNextPrevChild = <built-in function focusNextPrevChild>
- focusOutEvent = <built-in function focusOutEvent>
- focusPolicy = <built-in function focusPolicy>
- focusProxy = <built-in function focusProxy>
- focusWidget = <built-in function focusWidget>
- font = <built-in function font>
- fontChange = <built-in function fontChange>
- fontInfo = <built-in function fontInfo>
- fontMetrics = <built-in function fontMetrics>
- foregroundColor = <built-in function foregroundColor>
- frameGeometry = <built-in function frameGeometry>
- frameSize = <built-in function frameSize>
- geometry = <built-in function geometry>
- getWFlags = <built-in function getWFlags>
- getWState = <built-in function getWState>
- grabKeyboard = <built-in function grabKeyboard>
- grabMouse = <built-in function grabMouse>
- hasFocus = <built-in function hasFocus>
- hasMouse = <built-in function hasMouse>
- hasMouseTracking = <built-in function hasMouseTracking>
- height = <built-in function height>
- heightForWidth = <built-in function heightForWidth>
- hide = <built-in function hide>
- hideEvent = <built-in function hideEvent>
- icon = <built-in function icon>
- iconText = <built-in function iconText>
- imComposeEvent = <built-in function imComposeEvent>
- imEndEvent = <built-in function imEndEvent>
- imStartEvent = <built-in function imStartEvent>
- isActiveWindow = <built-in function isActiveWindow>
- isDesktop = <built-in function isDesktop>
- isDialog = <built-in function isDialog>
- isEnabled = <built-in function isEnabled>
- isEnabledTo = <built-in function isEnabledTo>
- isEnabledToTLW = <built-in function isEnabledToTLW>
- isFocusEnabled = <built-in function isFocusEnabled>
- isFullScreen = <built-in function isFullScreen>
- isHidden = <built-in function isHidden>
- isInputMethodEnabled = <built-in function isInputMethodEnabled>
- isMaximized = <built-in function isMaximized>
- isMinimized = <built-in function isMinimized>
- isModal = <built-in function isModal>
- isPopup = <built-in function isPopup>
- isShown = <built-in function isShown>
- isTopLevel = <built-in function isTopLevel>
- isUpdatesEnabled = <built-in function isUpdatesEnabled>
- isVisible = <built-in function isVisible>
- isVisibleTo = <built-in function isVisibleTo>
- isVisibleToTLW = <built-in function isVisibleToTLW>
- keyboardGrabber = <built-in function keyboardGrabber>
- layout = <built-in function layout>
- leaveEvent = <built-in function leaveEvent>
- lowerW = <built-in function lowerW>
- mapFrom = <built-in function mapFrom>
- mapFromGlobal = <built-in function mapFromGlobal>
- mapFromParent = <built-in function mapFromParent>
- mapTo = <built-in function mapTo>
- mapToGlobal = <built-in function mapToGlobal>
- mapToParent = <built-in function mapToParent>
- maximumHeight = <built-in function maximumHeight>
- maximumSize = <built-in function maximumSize>
- maximumWidth = <built-in function maximumWidth>
- metaObject = <built-in function metaObject>
- metric = <built-in function metric>
- microFocusHint = <built-in function microFocusHint>
- minimumHeight = <built-in function minimumHeight>
- minimumSize = <built-in function minimumSize>
- minimumSizeHint = <built-in function minimumSizeHint>
- minimumWidth = <built-in function minimumWidth>
- mouseDoubleClickEvent = <built-in function mouseDoubleClickEvent>
- mouseGrabber = <built-in function mouseGrabber>
- move = <built-in function move>
- moveEvent = <built-in function moveEvent>
- ownCursor = <built-in function ownCursor>
- ownFont = <built-in function ownFont>
- ownPalette = <built-in function ownPalette>
- paintEvent = <built-in function paintEvent>
- palette = <built-in function palette>
- paletteBackgroundColor = <built-in function paletteBackgroundColor>
- paletteBackgroundPixmap = <built-in function paletteBackgroundPixmap>
- paletteChange = <built-in function paletteChange>
- paletteForegroundColor = <built-in function paletteForegroundColor>
- parentWidget = <built-in function parentWidget>
- polish = <built-in function polish>
- pos = <built-in function pos>
- raiseW = <built-in function raiseW>
- rect = <built-in function rect>
- releaseKeyboard = <built-in function releaseKeyboard>
- releaseMouse = <built-in function releaseMouse>
- repaint = <built-in function repaint>
- reparent = <built-in function reparent>
- resetInputContext = <built-in function resetInputContext>
- scroll = <built-in function scroll>
- setAcceptDrops = <built-in function setAcceptDrops>
- setActiveWindow = <built-in function setActiveWindow>
- setAutoMask = <built-in function setAutoMask>
- setBackgroundMode = <built-in function setBackgroundMode>
- setBackgroundOrigin = <built-in function setBackgroundOrigin>
- setBaseSize = <built-in function setBaseSize>
- setCaption = <built-in function setCaption>
- setCursor = <built-in function setCursor>
- setDisabled = <built-in function setDisabled>
- setEnabled = <built-in function setEnabled>
- setEraseColor = <built-in function setEraseColor>
- setErasePixmap = <built-in function setErasePixmap>
- setFixedHeight = <built-in function setFixedHeight>
- setFixedSize = <built-in function setFixedSize>
- setFixedWidth = <built-in function setFixedWidth>
- setFocus = <built-in function setFocus>
- setFocusPolicy = <built-in function setFocusPolicy>
- setFocusProxy = <built-in function setFocusProxy>
- setFont = <built-in function setFont>
- setGeometry = <built-in function setGeometry>
- setHidden = <built-in function setHidden>
- setIcon = <built-in function setIcon>
- setIconText = <built-in function setIconText>
- setInputMethodEnabled = <built-in function setInputMethodEnabled>
- setKeyCompression = <built-in function setKeyCompression>
- setMask = <built-in function setMask>
- setMaximumHeight = <built-in function setMaximumHeight>
- setMaximumSize = <built-in function setMaximumSize>
- setMaximumWidth = <built-in function setMaximumWidth>
- setMicroFocusHint = <built-in function setMicroFocusHint>
- setMinimumHeight = <built-in function setMinimumHeight>
- setMinimumSize = <built-in function setMinimumSize>
- setMinimumWidth = <built-in function setMinimumWidth>
- setMouseTracking = <built-in function setMouseTracking>
- setName = <built-in function setName>
- setPalette = <built-in function setPalette>
- setPaletteBackgroundColor = <built-in function setPaletteBackgroundColor>
- setPaletteBackgroundPixmap = <built-in function setPaletteBackgroundPixmap>
- setPaletteForegroundColor = <built-in function setPaletteForegroundColor>
- setShown = <built-in function setShown>
- setSizeIncrement = <built-in function setSizeIncrement>
- setSizePolicy = <built-in function setSizePolicy>
- setStyle = <built-in function setStyle>
- setTabOrder = <built-in function setTabOrder>
- setUpdatesEnabled = <built-in function setUpdatesEnabled>
- setWFlags = <built-in function setWFlags>
- setWState = <built-in function setWState>
- setWindowOpacity = <built-in function setWindowOpacity>
- setWindowState = <built-in function setWindowState>
- show = <built-in function show>
- showEvent = <built-in function showEvent>
- showFullScreen = <built-in function showFullScreen>
- showMaximized = <built-in function showMaximized>
- showMinimized = <built-in function showMinimized>
- showNormal = <built-in function showNormal>
- size = <built-in function size>
- sizeIncrement = <built-in function sizeIncrement>
- sizePolicy = <built-in function sizePolicy>
- style = <built-in function style>
- styleChange = <built-in function styleChange>
- tabletEvent = <built-in function tabletEvent>
- testWFlags = <built-in function testWFlags>
- testWState = <built-in function testWState>
- timerEvent = <built-in function timerEvent>
- topLevelWidget = <built-in function topLevelWidget>
- unsetCursor = <built-in function unsetCursor>
- unsetFont = <built-in function unsetFont>
- unsetPalette = <built-in function unsetPalette>
- update = <built-in function update>
- updateGeometry = <built-in function updateGeometry>
- updateMask = <built-in function updateMask>
- visibleRect = <built-in function visibleRect>
- wheelEvent = <built-in function wheelEvent>
- width = <built-in function width>
- winId = <built-in function winId>
- windowActivationChange = <built-in function windowActivationChange>
- windowOpacity = <built-in function windowOpacity>
- windowState = <built-in function windowState>
- x = <built-in function x>
- y = <built-in function y>
Data and other attributes inherited from qt.QObject:
- blockSignals = <built-in function blockSignals>
- child = <built-in function child>
- children = <built-in function children>
- className = <built-in function className>
- connect = <built-in function connect>
- deleteLater = <built-in function deleteLater>
- disconnect = <built-in function disconnect>
- dumpObjectInfo = <built-in function dumpObjectInfo>
- dumpObjectTree = <built-in function dumpObjectTree>
- emit = <built-in function emit>
- eventFilter = <built-in function eventFilter>
- highPriority = <built-in function highPriority>
- inherits = <built-in function inherits>
- insertChild = <built-in function insertChild>
- installEventFilter = <built-in function installEventFilter>
- isA = <built-in function isA>
- isWidgetType = <built-in function isWidgetType>
- killTimer = <built-in function killTimer>
- killTimers = <built-in function killTimers>
- name = <built-in function name>
- objectTrees = <built-in function objectTrees>
- parent = <built-in function parent>
- property = <built-in function property>
- queryList = <built-in function queryList>
- removeChild = <built-in function removeChild>
- removeEventFilter = <built-in function removeEventFilter>
- sender = <built-in function sender>
- setProperty = <built-in function setProperty>
- signalsBlocked = <built-in function signalsBlocked>
- startTimer = <built-in function startTimer>
- tr = <built-in function tr>
- trUtf8 = <built-in function trUtf8>
Data descriptors inherited from qt.Qt:
- __weakref__
- list of weak references to the object (if defined)
Data and other attributes inherited from qt.Qt:
- ALT = 8388608
- ASCII_ACCEL = 268435456
- AlignAuto = 0
- AlignBottom = 32
- AlignCenter = 68
- AlignHCenter = 4
- AlignHorizontal_Mask = 15
- AlignJustify = 8
- AlignLeft = 1
- AlignRight = 2
- AlignTop = 16
- AlignVCenter = 64
- AlignVertical_Mask = 112
- AlignmentFlags = <class 'qt.AlignmentFlags'>
- AlphaDither_Mask = 12
- AltButton = 1024
- AnchorAttribute = <class 'qt.AnchorAttribute'>
- AnchorHref = 1
- AnchorName = 0
- AndNotROP = 12
- AndROP = 7
- ArrowCursor = 0
- ArrowType = <class 'qt.ArrowType'>
- Ascending = 0
- AutoColor = 0
- AutoDither = 0
- AutoText = 2
- AvoidDither = 128
- BDiagPattern = 12
- BGMode = <class 'qt.BGMode'>
- BackgroundMode = <class 'qt.BackgroundMode'>
- BeginsWith = 2
- BevelJoin = 64
- BitmapCursor = 24
- BlankCursor = 10
- BottomLeft = 2
- BottomRight = 3
- BreakAnywhere = 4096
- BrushStyle = <class 'qt.BrushStyle'>
- BusyCursor = 16
- ButtonState = <class 'qt.ButtonState'>
- CTRL = 4194304
- CaseSensitive = 1
- ClearROP = 9
- ColorMode_Mask = 3
- ColorOnly = 3
- Contains = 8
- ControlButton = 512
- CopyROP = 0
- Corner = <class 'qt.Corner'>
- CrossCursor = 2
- CrossPattern = 11
- CursorShape = <class 'qt.CursorShape'>
- CustomPattern = 24
- DashDotDotLine = 5
- DashDotLine = 4
- DashLine = 2
- DateFormat = <class 'qt.DateFormat'>
- Dense1Pattern = 2
- Dense2Pattern = 3
- Dense3Pattern = 4
- Dense4Pattern = 5
- Dense5Pattern = 6
- Dense6Pattern = 7
- Dense7Pattern = 8
- Descending = 1
- DiagCrossPattern = 14
- DiffuseAlphaDither = 8
- DiffuseDither = 0
- DitherMode_Mask = 192
- Dither_Mask = 48
- Dock = <class 'qt.Dock'>
- DockBottom = 3
- DockLeft = 5
- DockMinimized = 6
- DockRight = 4
- DockTop = 2
- DockTornOff = 1
- DockUnmanaged = 0
- DontClip = 256
- DontPrint = 8192
- DotLine = 3
- DownArrow = 1
- EndsWith = 4
- EraseROP = 3
- ExactMatch = 16
- ExpandTabs = 512
- FDiagPattern = 13
- FixedColor = 0
- FixedPixmap = 1
- FlatCap = 0
- ForbiddenCursor = 14
- GUIStyle = <class 'qt.GUIStyle'>
- HorPattern = 9
- Horizontal = 0
- ISODate = 1
- IbeamCursor = 4
- Identical = 2
- ImageConversionFlags = <class 'qt.ImageConversionFlags'>
- Key = <class 'qt.Key'>
- KeyButtonMask = 3840
- Key_0 = 48
- Key_1 = 49
- Key_2 = 50
- Key_3 = 51
- Key_4 = 52
- Key_5 = 53
- Key_6 = 54
- Key_7 = 55
- Key_8 = 56
- Key_9 = 57
- Key_A = 65
- Key_AE = 198
- Key_Aacute = 193
- Key_Acircumflex = 194
- Key_Adiaeresis = 196
- Key_Agrave = 192
- Key_Alt = 4131
- Key_Ampersand = 38
- Key_Any = 32
- Key_Apostrophe = 39
- Key_Aring = 197
- Key_AsciiCircum = 94
- Key_AsciiTilde = 126
- Key_Asterisk = 42
- Key_At = 64
- Key_Atilde = 195
- Key_B = 66
- Key_Back = 4193
- Key_BackSpace = 4099
- Key_BackTab = 4098
- Key_Backslash = 92
- Key_Backspace = 4099
- Key_Backtab = 4098
- Key_Bar = 124
- Key_BassBoost = 4211
- Key_BassDown = 4213
- Key_BassUp = 4212
- Key_BraceLeft = 123
- Key_BraceRight = 125
- Key_BracketLeft = 91
- Key_BracketRight = 93
- Key_C = 67
- Key_CapsLock = 4132
- Key_Ccedilla = 199
- Key_Clear = 4107
- Key_Colon = 58
- Key_Comma = 44
- Key_Control = 4129
- Key_D = 68
- Key_Delete = 4103
- Key_Direction_L = 4185
- Key_Direction_R = 4192
- Key_Dollar = 36
- Key_Down = 4117
- Key_E = 69
- Key_ETH = 208
- Key_Eacute = 201
- Key_Ecircumflex = 202
- Key_Ediaeresis = 203
- Key_Egrave = 200
- Key_End = 4113
- Key_Enter = 4101
- Key_Equal = 61
- Key_Escape = 4096
- Key_Exclam = 33
- Key_F = 70
- Key_F1 = 4144
- Key_F10 = 4153
- Key_F11 = 4154
- Key_F12 = 4155
- Key_F13 = 4156
- Key_F14 = 4157
- Key_F15 = 4158
- Key_F16 = 4159
- Key_F17 = 4160
- Key_F18 = 4161
- Key_F19 = 4162
- Key_F2 = 4145
- Key_F20 = 4163
- Key_F21 = 4164
- Key_F22 = 4165
- Key_F23 = 4166
- Key_F24 = 4167
- Key_F25 = 4168
- Key_F26 = 4169
- Key_F27 = 4170
- Key_F28 = 4171
- Key_F29 = 4172
- Key_F3 = 4146
- Key_F30 = 4173
- Key_F31 = 4174
- Key_F32 = 4175
- Key_F33 = 4176
- Key_F34 = 4177
- Key_F35 = 4178
- Key_F4 = 4147
- Key_F5 = 4148
- Key_F6 = 4149
- Key_F7 = 4150
- Key_F8 = 4151
- Key_F9 = 4152
- Key_Favorites = 4241
- Key_Forward = 4194
- Key_G = 71
- Key_Greater = 62
- Key_H = 72
- Key_Help = 4184
- Key_Home = 4112
- Key_HomePage = 4240
- Key_Hyper_L = 4182
- Key_Hyper_R = 4183
- Key_I = 73
- Key_Iacute = 205
- Key_Icircumflex = 206
- Key_Idiaeresis = 207
- Key_Igrave = 204
- Key_Insert = 4102
- Key_J = 74
- Key_K = 75
- Key_L = 76
- Key_Launch0 = 4258
- Key_Launch1 = 4259
- Key_Launch2 = 4260
- Key_Launch3 = 4261
- Key_Launch4 = 4262
- Key_Launch5 = 4263
- Key_Launch6 = 4264
- Key_Launch7 = 4265
- Key_Launch8 = 4266
- Key_Launch9 = 4267
- Key_LaunchA = 4268
- Key_LaunchB = 4269
- Key_LaunchC = 4270
- Key_LaunchD = 4271
- Key_LaunchE = 4272
- Key_LaunchF = 4273
- Key_LaunchMail = 4256
- Key_LaunchMedia = 4257
- Key_Left = 4114
- Key_Less = 60
- Key_M = 77
- Key_MediaLast = 8191
- Key_MediaNext = 4227
- Key_MediaPlay = 4224
- Key_MediaPrev = 4226
- Key_MediaRecord = 4228
- Key_MediaStop = 4225
- Key_Menu = 4181
- Key_Meta = 4130
- Key_Minus = 45
- Key_N = 78
- Key_Next = 4119
- Key_Ntilde = 209
- Key_NumLock = 4133
- Key_NumberSign = 35
- Key_O = 79
- Key_Oacute = 211
- Key_Ocircumflex = 212
- Key_Odiaeresis = 214
- Key_Ograve = 210
- Key_Ooblique = 216
- Key_OpenUrl = 4244
- Key_Otilde = 213
- Key_P = 80
- Key_PageDown = 4119
- Key_PageUp = 4118
- Key_ParenLeft = 40
- Key_ParenRight = 41
- Key_Pause = 4104
- Key_Percent = 37
- Key_Period = 46
- Key_Plus = 43
- Key_Print = 4105
- Key_Prior = 4118
- Key_Q = 81
- Key_Question = 63
- Key_QuoteDbl = 34
- Key_QuoteLeft = 96
- Key_R = 82
- Key_Refresh = 4196
- Key_Return = 4100
- Key_Right = 4116
- Key_S = 83
- Key_ScrollLock = 4134
- Key_Search = 4242
- Key_Semicolon = 59
- Key_Shift = 4128
- Key_Slash = 47
- Key_Space = 32
- Key_Standby = 4243
- Key_Stop = 4195
- Key_Super_L = 4179
- Key_Super_R = 4180
- Key_SysReq = 4106
- Key_T = 84
- Key_THORN = 222
- Key_Tab = 4097
- Key_TrebleDown = 4215
- Key_TrebleUp = 4214
- Key_U = 85
- Key_Uacute = 218
- Key_Ucircumflex = 219
- Key_Udiaeresis = 220
- Key_Ugrave = 217
- Key_Underscore = 95
- Key_Up = 4115
- Key_V = 86
- Key_VolumeDown = 4208
- Key_VolumeMute = 4209
- Key_VolumeUp = 4210
- Key_W = 87
- Key_X = 88
- Key_Y = 89
- Key_Yacute = 221
- Key_Z = 90
- Key_aacute = 225
- Key_acircumflex = 226
- Key_acute = 180
- Key_adiaeresis = 228
- Key_ae = 230
- Key_agrave = 224
- Key_aring = 229
- Key_atilde = 227
- Key_brokenbar = 166
- Key_ccedilla = 231
- Key_cedilla = 184
- Key_cent = 162
- Key_copyright = 169
- Key_currency = 164
- Key_degree = 176
- Key_diaeresis = 168
- Key_division = 247
- Key_eacute = 233
- Key_ecircumflex = 234
- Key_ediaeresis = 235
- Key_egrave = 232
- Key_eth = 240
- Key_exclamdown = 161
- Key_guillemotleft = 171
- Key_guillemotright = 187
- Key_hyphen = 173
- Key_iacute = 237
- Key_icircumflex = 238
- Key_idiaeresis = 239
- Key_igrave = 236
- Key_macron = 175
- Key_masculine = 186
- Key_mu = 181
- Key_multiply = 215
- Key_nobreakspace = 160
- Key_notsign = 172
- Key_ntilde = 241
- Key_oacute = 243
- Key_ocircumflex = 244
- Key_odiaeresis = 246
- Key_ograve = 242
- Key_onehalf = 189
- Key_onequarter = 188
- Key_onesuperior = 185
- Key_ordfeminine = 170
- Key_oslash = 248
- Key_otilde = 245
- Key_paragraph = 182
- Key_periodcentered = 183
- Key_plusminus = 177
- Key_questiondown = 191
- Key_registered = 174
- Key_section = 167
- Key_ssharp = 223
- Key_sterling = 163
- Key_thorn = 254
- Key_threequarters = 190
- Key_threesuperior = 179
- Key_twosuperior = 178
- Key_uacute = 250
- Key_ucircumflex = 251
- Key_udiaeresis = 252
- Key_ugrave = 249
- Key_unknown = 65535
- Key_yacute = 253
- Key_ydiaeresis = 255
- Key_yen = 165
- Keypad = 16384
- LastCursor = 16
- LastROP = 15
- LeftArrow = 2
- LeftButton = 1
- LocalDate = 2
- LocalTime = 0
- LogText = 3
- META = 1048576
- MODIFIER_MASK = 15728640
- MPenCapStyle = 48
- MPenJoinStyle = 192
- MPenStyle = 15
- MV_10_DOT_0 = 2
- MV_10_DOT_1 = 3
- MV_10_DOT_2 = 4
- MV_10_DOT_3 = 5
- MV_10_DOT_4 = 6
- MV_9 = 1
- MV_CHEETAH = 2
- MV_JAGUAR = 4
- MV_PANTHER = 5
- MV_PUMA = 3
- MV_TIGER = 6
- MV_Unknown = 0
- MacintoshVersion = <class 'qt.MacintoshVersion'>
- MetaButton = 2048
- MidButton = 4
- MiterJoin = 0
- Modifier = <class 'qt.Modifier'>
- MonoOnly = 2
- MotifStyle = 4
- MouseButtonMask = 7
- NandROP = 14
- NoAccel = 16384
- NoBackground = 2
- NoBrush = 0
- NoButton = 0
- NoMatch = 0
- NoPen = 0
- NopROP = 11
- NorROP = 15
- NotAndROP = 3
- NotCopyROP = 4
- NotEraseROP = 7
- NotOrROP = 5
- NotROP = 8
- NotXorROP = 6
- OpaqueMode = 1
- OrNotROP = 13
- OrROP = 1
- OrderedAlphaDither = 4
- OrderedDither = 16
- Orientation = <class 'qt.Orientation'>
- PaletteBackground = 12
- PaletteBase = 11
- PaletteBrightText = 10
- PaletteButton = 4
- PaletteButtonText = 16
- PaletteDark = 7
- PaletteForeground = 3
- PaletteHighlight = 14
- PaletteHighlightedText = 15
- PaletteLight = 5
- PaletteLink = 17
- PaletteLinkVisited = 18
- PaletteMid = 8
- PaletteMidlight = 6
- PaletteShadow = 13
- PaletteText = 9
- PartialMatch = 1
- PenCapStyle = <class 'qt.PenCapStyle'>
- PenJoinStyle = <class 'qt.PenJoinStyle'>
- PenStyle = <class 'qt.PenStyle'>
- PlainText = 0
- PointingHandCursor = 13
- PreferDither = 64
- RasterOp = <class 'qt.RasterOp'>
- RichText = 1
- RightArrow = 3
- RightButton = 2
- RoundCap = 32
- RoundJoin = 128
- SHIFT = 2097152
- SequenceMatch = <class 'qt.SequenceMatch'>
- SetROP = 10
- ShiftButton = 256
- ShowPrefix = 1024
- SingleLine = 128
- SizeAllCursor = 9
- SizeBDiagCursor = 7
- SizeFDiagCursor = 8
- SizeHorCursor = 6
- SizeVerCursor = 5
- SolidLine = 1
- SolidPattern = 1
- SortOrder = <class 'qt.SortOrder'>
- SplitHCursor = 12
- SplitVCursor = 11
- SquareCap = 16
- StringComparisonMode = <class 'qt.StringComparisonMode'>
- TextDate = 0
- TextFlags = <class 'qt.TextFlags'>
- TextFormat = <class 'qt.TextFormat'>
- ThresholdAlphaDither = 0
- ThresholdDither = 32
- TimeSpec = <class 'qt.TimeSpec'>
- TopLeft = 0
- TopRight = 1
- TransparentMode = 0
- UIEffect = <class 'qt.UIEffect'>
- UI_AnimateCombo = 3
- UI_AnimateMenu = 1
- UI_AnimateToolBox = 6
- UI_AnimateTooltip = 4
- UI_FadeMenu = 2
- UI_FadeTooltip = 5
- UI_General = 0
- UNICODE_ACCEL = 268435456
- UTC = 1
- UpArrow = 0
- UpArrowCursor = 1
- VerPattern = 10
- Vertical = 1
- WDestructiveClose = 65536
- WGroupLeader = 33554432
- WMouseNoMask = 2097152
- WNoAutoErase = 9437184
- WNoMousePropagation = 134217728
- WPaintClever = 524288
- WPaintDesktop = 131072
- WPaintUnclipped = 262144
- WRepaintNoErase = 8388608
- WResizeNoErase = 1048576
- WShowModal = 67108864
- WState_Polished = 8192
- WStaticContents = 4194304
- WStyle_ContextHelp = 16384
- WStyle_Customize = 16
- WStyle_DialogBorder = 64
- WStyle_Mask = 65520
- WStyle_Maximize = 1024
- WStyle_MinMax = 1536
- WStyle_Minimize = 512
- WStyle_NoBorder = 8192
- WStyle_NormalBorder = 32
- WStyle_Reserved = 32768
- WStyle_Splash = 536870912
- WStyle_StaysOnTop = 4096
- WStyle_SysMenu = 256
- WStyle_Title = 128
- WStyle_Tool = 2048
- WSubWindow = 268435456
- WType_Desktop = 8
- WType_Dialog = 2
- WType_Mask = 15
- WType_Popup = 4
- WType_TopLevel = 1
- WV_2000 = 32
- WV_2003 = 64
- WV_32s = 1
- WV_95 = 2
- WV_98 = 3
- WV_CE = 256
- WV_CENET = 512
- WV_CE_based = 3840
- WV_DOS_based = 15
- WV_Me = 4
- WV_NT = 16
- WV_NT_based = 240
- WV_VISTA = 128
- WV_XP = 48
- WWinOwnDC = 0
- WX11BypassWM = 16777216
- WaitCursor = 3
- WhatsThisCursor = 15
- WidgetFlags = <class 'qt.WidgetFlags'>
- WidgetState = <class 'qt.WidgetState'>
- WindowActive = 8
- WindowFullScreen = 4
- WindowMaximized = 2
- WindowMinimized = 1
- WindowNoState = 0
- WindowState = <class 'qt.WindowState'>
- WindowsStyle = 1
- WindowsVersion = <class 'qt.WindowsVersion'>
- WordBreak = 2048
- X11ParentRelative = 19
- XorROP = 2
- arrowCursor = <qt.QCursor object at 0x19378d0>
- black = <qt.QColor object at 0x1938270>
- blankCursor = <qt.QCursor object at 0x1937380>
- blue = <qt.QColor object at 0x1937e20>
- busyCursor = <qt.QCursor object at 0x1937050>
- color0 = <qt.QColor object at 0x1938380>
- color1 = <qt.QColor object at 0x19382f8>
- crossCursor = <qt.QCursor object at 0x19377c0>
- cyan = <qt.QColor object at 0x1937d98>
- darkBlue = <qt.QColor object at 0x1937af0>
- darkCyan = <qt.QColor object at 0x1937a68>
- darkGray = <qt.QColor object at 0x1938160>
- darkGreen = <qt.QColor object at 0x1937b78>
- darkMagenta = <qt.QColor object at 0x19379e0>
- darkRed = <qt.QColor object at 0x1937c00>
- darkYellow = <qt.QColor object at 0x1937958>
- forbiddenCursor = <qt.QCursor object at 0x1937160>
- gray = <qt.QColor object at 0x19380d8>
- green = <qt.QColor object at 0x1937ea8>
- ibeamCursor = <qt.QCursor object at 0x19376b0>
- lightGray = <qt.QColor object at 0x1938050>
- magenta = <qt.QColor object at 0x1937d10>
- pointingHandCursor = <qt.QCursor object at 0x19371e8>
- red = <qt.QColor object at 0x1937f30>
- sizeAllCursor = <qt.QCursor object at 0x1937408>
- sizeBDiagCursor = <qt.QCursor object at 0x1937518>
- sizeFDiagCursor = <qt.QCursor object at 0x1937490>
- sizeHorCursor = <qt.QCursor object at 0x19375a0>
- sizeVerCursor = <qt.QCursor object at 0x1937628>
- splitHCursor = <qt.QCursor object at 0x1937270>
- splitVCursor = <qt.QCursor object at 0x19372f8>
- upArrowCursor = <qt.QCursor object at 0x1937848>
- waitCursor = <qt.QCursor object at 0x1937738>
- whatsThisCursor = <qt.QCursor object at 0x19370d8>
- white = <qt.QColor object at 0x19381e8>
- yellow = <qt.QColor object at 0x1937c88>
Data and other attributes inherited from qt.QPaintDevice:
- PDevCmd = <class 'qt.PDevCmd'>
- PdcBegin = 30
- PdcDrawArc = 8
- PdcDrawChord = 10
- PdcDrawCubicBezier = 14
- PdcDrawEllipse = 7
- PdcDrawFirst = 1
- PdcDrawImage = 18
- PdcDrawLast = 21
- PdcDrawLine = 4
- PdcDrawLineSegments = 11
- PdcDrawPie = 9
- PdcDrawPixmap = 17
- PdcDrawPoint = 1
- PdcDrawPolygon = 13
- PdcDrawPolyline = 12
- PdcDrawRect = 5
- PdcDrawRoundRect = 6
- PdcDrawText = 15
- PdcDrawText2 = 19
- PdcDrawText2Formatted = 20
- PdcDrawTextFormatted = 16
- PdcDrawTextItem = 21
- PdcEnd = 31
- PdcLineTo = 3
- PdcMoveTo = 2
- PdcNOP = 0
- PdcReservedStart = 0
- PdcReservedStop = 199
- PdcRestore = 33
- PdcRestoreWMatrix = 57
- PdcSave = 32
- PdcSaveWMatrix = 56
- PdcSetBkColor = 40
- PdcSetBkMode = 41
- PdcSetBrush = 47
- PdcSetBrushOrigin = 43
- PdcSetClip = 60
- PdcSetClipRegion = 61
- PdcSetFont = 45
- PdcSetPen = 46
- PdcSetROP = 42
- PdcSetTabArray = 49
- PdcSetTabStops = 48
- PdcSetUnit = 50
- PdcSetVXform = 51
- PdcSetViewport = 53
- PdcSetWMatrix = 55
- PdcSetWXform = 54
- PdcSetWindow = 52
- PdcSetdev = 34
- devType = <built-in function devType>
- handle = <built-in function handle>
- isExtDev = <built-in function isExtDev>
- paintingActive = <built-in function paintingActive>
- resolution = <built-in function resolution>
- setResolution = <built-in function setResolution>
- x11AppCells = <built-in function x11AppCells>
- x11AppColormap = <built-in function x11AppColormap>
- x11AppDefaultColormap = <built-in function x11AppDefaultColormap>
- x11AppDefaultVisual = <built-in function x11AppDefaultVisual>
- x11AppDepth = <built-in function x11AppDepth>
- x11AppDisplay = <built-in function x11AppDisplay>
- x11AppDpiX = <built-in function x11AppDpiX>
- x11AppDpiY = <built-in function x11AppDpiY>
- x11AppRootWindow = <built-in function x11AppRootWindow>
- x11AppScreen = <built-in function x11AppScreen>
- x11AppVisual = <built-in function x11AppVisual>
- x11Cells = <built-in function x11Cells>
- x11Colormap = <built-in function x11Colormap>
- x11DefaultColormap = <built-in function x11DefaultColormap>
- x11DefaultVisual = <built-in function x11DefaultVisual>
- x11Depth = <built-in function x11Depth>
- x11Display = <built-in function x11Display>
- x11RenderHandle = <built-in function x11RenderHandle>
- x11Screen = <built-in function x11Screen>
- x11SetAppDpiX = <built-in function x11SetAppDpiX>
- x11SetAppDpiY = <built-in function x11SetAppDpiY>
- x11Visual = <built-in function x11Visual>
Methods inherited from sip.wrapper:
- __delattr__(...)
- x.__delattr__('name') <==> del x.name
- __getattribute__(...)
- x.__getattribute__('name') <==> x.name
- __setattr__(...)
- x.__setattr__('name', value) <==> x.name = value
Data and other attributes inherited from sip.wrapper:
- __new__ = <built-in method __new__ of sip.wrappertype object at 0x7f5bddda6f40>
- T.__new__(S, ...) -> a new object with type S, a subtype of T
Methods inherited from matplotlib.backend_bases.FigureCanvasBase:
- blit(self, bbox=None)
- blit the canvas in bbox (default entire canvas)
- button_press_event(self, x, y, button, guiEvent=None)
- Backend derived classes should call this function on any mouse
button press. x,y are the canvas coords: 0,0 is lower, left.
button and key are as defined in :class:`MouseEvent`.
This method will be call all functions connected to the
'button_press_event' with a :class:`MouseEvent` instance.
- button_release_event(self, x, y, button, guiEvent=None)
- Backend derived classes should call this function on any mouse
button release.
*x*
the canvas coordinates where 0=left
*y*
the canvas coordinates where 0=bottom
*guiEvent*
the native UI event that generated the mpl event
This method will be call all functions connected to the
'button_release_event' with a :class:`MouseEvent` instance.
- draw(self, *args, **kwargs)
- Render the :class:`~matplotlib.figure.Figure`
- draw_cursor(self, event)
- Draw a cursor in the event.axes if inaxes is not None. Use
native GUI drawing for efficiency if possible
- draw_event(self, renderer)
- This method will be call all functions connected to the
'draw_event' with a :class:`DrawEvent`
- draw_idle(self, *args, **kwargs)
- :meth:`draw` only if idle; defaults to draw but backends can overrride
- get_default_filetype(self)
- get_supported_filetypes(self)
- get_supported_filetypes_grouped(self)
- get_width_height(self)
- return the figure width and height in points or pixels
(depending on the backend), truncated to integers
- idle_event(self, guiEvent=None)
- call when GUI is idle
- key_press_event(self, key, guiEvent=None)
- This method will be call all functions connected to the
'key_press_event' with a :class:`KeyEvent`
- key_release_event(self, key, guiEvent=None)
- This method will be call all functions connected to the
'key_release_event' with a :class:`KeyEvent`
- motion_notify_event(self, x, y, guiEvent=None)
- Backend derived classes should call this function on any
motion-notify-event.
*x*
the canvas coordinates where 0=left
*y*
the canvas coordinates where 0=bottom
*guiEvent*
the native UI event that generated the mpl event
This method will be call all functions connected to the
'motion_notify_event' with a :class:`MouseEvent` instance.
- mpl_connect(self, s, func)
- Connect event with string *s* to *func*. The signature of *func* is::
def func(event)
where event is a :class:`matplotlib.backend_bases.Event`. The
following events are recognized
- 'button_press_event'
- 'button_release_event'
- 'draw_event'
- 'key_press_event'
- 'key_release_event'
- 'motion_notify_event'
- 'pick_event'
- 'resize_event'
- 'scroll_event'
For the location events (button and key press/release), if the
mouse is over the axes, the variable ``event.inaxes`` will be
set to the :class:`~matplotlib.axes.Axes` the event occurs is
over, and additionally, the variables ``event.xdata`` and
``event.ydata`` will be defined. This is the mouse location
in data coords. See
:class:`~matplotlib.backend_bases.KeyEvent` and
:class:`~matplotlib.backend_bases.MouseEvent` for more info.
Return value is a connection id that can be used with
:meth:`~matplotlib.backend_bases.Event.mpl_disconnect`.
Example usage::
def on_press(event):
print 'you pressed', event.button, event.xdata, event.ydata
cid = canvas.mpl_connect('button_press_event', on_press)
- mpl_disconnect(self, cid)
- disconnect callback id cid
Example usage::
cid = canvas.mpl_connect('button_press_event', on_press)
#...later
canvas.mpl_disconnect(cid)
- onHilite(self, ev)
- Mouse event processor which highlights the artists
under the cursor. Connect this to the 'motion_notify_event'
using::
canvas.mpl_connect('motion_notify_event',canvas.onHilite)
- onRemove(self, ev)
- Mouse event processor which removes the top artist
under the cursor. Connect this to the 'mouse_press_event'
using::
canvas.mpl_connect('mouse_press_event',canvas.onRemove)
- pick(self, mouseevent)
- pick_event(self, mouseevent, artist, **kwargs)
- This method will be called by artists who are picked and will
fire off :class:`PickEvent` callbacks registered listeners
- print_bmp = print_raw(self, *args, **kwargs)
- print_emf(self, *args, **kwargs)
- print_eps(self, *args, **kwargs)
- print_figure(self, filename, dpi=None, facecolor='w', edgecolor='w', orientation='portrait', format=None, **kwargs)
- Render the figure to hardcopy. Set the figure patch face and edge
colors. This is useful because some of the GUIs have a gray figure
face color background and you'll probably want to override this on
hardcopy.
Arguments are:
*filename*
can also be a file object on image backends
*orientation*
only currently applies to PostScript printing.
*dpi*
the dots per inch to save the figure in; if None, use savefig.dpi
*facecolor*
the facecolor of the figure
*edgecolor*
the edgecolor of the figure
*orientation* '
landscape' | 'portrait' (not supported on all backends)
*format*
when set, forcibly set the file format to save to
- print_pdf(self, *args, **kwargs)
- print_png(self, *args, **kwargs)
- print_ps(self, *args, **kwargs)
- print_raw(self, *args, **kwargs)
- print_rgb = print_raw(self, *args, **kwargs)
- print_svg(self, *args, **kwargs)
- print_svgz(self, *args, **kwargs)
- resize_event(self)
- This method will be call all functions connected to the
'resize_event' with a :class:`ResizeEvent`
- scroll_event(self, x, y, step, guiEvent=None)
- Backend derived classes should call this function on any
scroll wheel event. x,y are the canvas coords: 0,0 is lower,
left. button and key are as defined in MouseEvent.
This method will be call all functions connected to the
'scroll_event' with a :class:`MouseEvent` instance.
- set_window_title(self, title)
- Set the title text of the window containing the figure. Note that
this has no effect if there is no window (eg, a PS backend).
- start_event_loop_default(self, timeout=0)
- Start an event loop. This is used to start a blocking event
loop so that interactive functions, such as ginput and
waitforbuttonpress, can wait for events. This should not be
confused with the main GUI event loop, which is always running
and has nothing to do with this.
This function provides default event loop functionality based
on time.sleep that is meant to be used until event loop
functions for each of the GUI backends can be written. As
such, it throws a deprecated warning.
Call signature::
start_event_loop_default(self,timeout=0)
This call blocks until a callback function triggers
stop_event_loop() or *timeout* is reached. If *timeout* is
<=0, never timeout.
- stop_event_loop_default(self)
- Stop an event loop. This is used to stop a blocking event
loop so that interactive functions, such as ginput and
waitforbuttonpress, can wait for events.
Call signature::
stop_event_loop_default(self)
- switch_backends(self, FigureCanvasClass)
- instantiate an instance of FigureCanvasClass
This is used for backend switching, eg, to instantiate a
FigureCanvasPS from a FigureCanvasGTK. Note, deep copying is
not done, so any changes to one of the instances (eg, setting
figure size or line props), will be reflected in the other
Data and other attributes inherited from matplotlib.backend_bases.FigureCanvasBase:
- events = ['resize_event', 'draw_event', 'key_press_event', 'key_release_event', 'button_press_event', 'button_release_event', 'scroll_event', 'motion_notify_event', 'pick_event', 'idle_event']
- filetypes = {'emf': 'Enhanced Metafile', 'eps': 'Encapsulated Postscript', 'pdf': 'Portable Document Format', 'png': 'Portable Network Graphics', 'ps': 'Postscript', 'raw': 'Raw RGBA bitmap', 'rgba': 'Raw RGBA bitmap', 'svg': 'Scalable Vector Graphics', 'svgz': 'Scalable Vector Graphics'}
|
class NavigationToolbar2QT(matplotlib.backend_bases.NavigationToolbar2, qt.QWidget) |
| |
- Method resolution order:
- NavigationToolbar2QT
- matplotlib.backend_bases.NavigationToolbar2
- qt.QWidget
- qt.QObject
- qt.Qt
- qt.QPaintDevice
- sip.wrapper
- __builtin__.object
Methods defined here:
- __init__(self, canvas, parent)
- configure_subplots(self)
- destroy(self)
- draw_rubberband(self, event, x0, y0, x1, y1)
- dynamic_update(self)
- pan(self, *args)
- save_figure(self)
- set_cursor(self, cursor)
- set_history_buttons(self)
- set_message(self, s)
- zoom(self, *args)
Data and other attributes defined here:
- toolitems = (('Home', 'Reset original view', 'home.ppm', 'home'), ('Back', 'Back to previous view', 'back.ppm', 'back'), ('Forward', 'Forward to next view', 'forward.ppm', 'forward'), (None, None, None, None), ('Pan', 'Pan axes with left mouse, zoom with right', 'move.ppm', 'pan'), ('Zoom', 'Zoom to rectangle', 'zoom_to_rect.ppm', 'zoom'), (None, None, None, None), ('Subplots', 'Configure subplots', 'subplots.png', 'configure_subplots'), ('Save', 'Save the figure', 'filesave.ppm', 'save_figure'))
Methods inherited from matplotlib.backend_bases.NavigationToolbar2:
- back(self, *args)
- move back up the view lim stack
- drag_pan(self, event)
- the drag callback in pan/zoom mode
- draw(self)
- redraw the canvases, update the locators
- forward(self, *args)
- move forward in the view lim stack
- home(self, *args)
- restore the original view
- mouse_move(self, event)
- press(self, event)
- this will be called whenver a mouse button is pressed
- press_pan(self, event)
- the press mouse button in pan/zoom mode callback
- press_zoom(self, event)
- the press mouse button in zoom to rect mode callback
- push_current(self)
- push the current view limits and position onto the stack
- release(self, event)
- this will be called whenever mouse button is released
- release_pan(self, event)
- the release mouse button callback in pan/zoom mode
- release_zoom(self, event)
- the release mouse button callback in zoom to rect mode
- update(self)
- reset the axes stack
Data and other attributes inherited from qt.QWidget:
- AncestorOrigin = 3
- BackgroundOrigin = <class 'qt.BackgroundOrigin'>
- ClickFocus = 2
- FocusPolicy = <class 'qt.FocusPolicy'>
- NoFocus = 0
- ParentOrigin = 1
- StrongFocus = 11
- TabFocus = 1
- WheelFocus = 15
- WidgetOrigin = 0
- WindowOrigin = 2
- acceptDrops = <built-in function acceptDrops>
- adjustSize = <built-in function adjustSize>
- autoMask = <built-in function autoMask>
- backgroundBrush = <built-in function backgroundBrush>
- backgroundMode = <built-in function backgroundMode>
- backgroundOffset = <built-in function backgroundOffset>
- backgroundOrigin = <built-in function backgroundOrigin>
- baseSize = <built-in function baseSize>
- caption = <built-in function caption>
- childAt = <built-in function childAt>
- childEvent = <built-in function childEvent>
- childrenRect = <built-in function childrenRect>
- childrenRegion = <built-in function childrenRegion>
- clearFocus = <built-in function clearFocus>
- clearMask = <built-in function clearMask>
- clearWFlags = <built-in function clearWFlags>
- clearWState = <built-in function clearWState>
- clipRegion = <built-in function clipRegion>
- close = <built-in function close>
- closeEvent = <built-in function closeEvent>
- colorGroup = <built-in function colorGroup>
- constPolish = <built-in function constPolish>
- contextMenuEvent = <built-in function contextMenuEvent>
- create = <built-in function create>
- cursor = <built-in function cursor>
- customEvent = <built-in function customEvent>
- customWhatsThis = <built-in function customWhatsThis>
- dragEnterEvent = <built-in function dragEnterEvent>
- dragLeaveEvent = <built-in function dragLeaveEvent>
- dragMoveEvent = <built-in function dragMoveEvent>
- drawText = <built-in function drawText>
- dropEvent = <built-in function dropEvent>
- enabledChange = <built-in function enabledChange>
- enterEvent = <built-in function enterEvent>
- erase = <built-in function erase>
- eraseColor = <built-in function eraseColor>
- erasePixmap = <built-in function erasePixmap>
- event = <built-in function event>
- find = <built-in function find>
- focusInEvent = <built-in function focusInEvent>
- focusNextPrevChild = <built-in function focusNextPrevChild>
- focusOutEvent = <built-in function focusOutEvent>
- focusPolicy = <built-in function focusPolicy>
- focusProxy = <built-in function focusProxy>
- focusWidget = <built-in function focusWidget>
- font = <built-in function font>
- fontChange = <built-in function fontChange>
- fontInfo = <built-in function fontInfo>
- fontMetrics = <built-in function fontMetrics>
- foregroundColor = <built-in function foregroundColor>
- frameGeometry = <built-in function frameGeometry>
- frameSize = <built-in function frameSize>
- geometry = <built-in function geometry>
- getWFlags = <built-in function getWFlags>
- getWState = <built-in function getWState>
- grabKeyboard = <built-in function grabKeyboard>
- grabMouse = <built-in function grabMouse>
- hasFocus = <built-in function hasFocus>
- hasMouse = <built-in function hasMouse>
- hasMouseTracking = <built-in function hasMouseTracking>
- height = <built-in function height>
- heightForWidth = <built-in function heightForWidth>
- hide = <built-in function hide>
- hideEvent = <built-in function hideEvent>
- icon = <built-in function icon>
- iconText = <built-in function iconText>
- imComposeEvent = <built-in function imComposeEvent>
- imEndEvent = <built-in function imEndEvent>
- imStartEvent = <built-in function imStartEvent>
- isActiveWindow = <built-in function isActiveWindow>
- isDesktop = <built-in function isDesktop>
- isDialog = <built-in function isDialog>
- isEnabled = <built-in function isEnabled>
- isEnabledTo = <built-in function isEnabledTo>
- isEnabledToTLW = <built-in function isEnabledToTLW>
- isFocusEnabled = <built-in function isFocusEnabled>
- isFullScreen = <built-in function isFullScreen>
- isHidden = <built-in function isHidden>
- isInputMethodEnabled = <built-in function isInputMethodEnabled>
- isMaximized = <built-in function isMaximized>
- isMinimized = <built-in function isMinimized>
- isModal = <built-in function isModal>
- isPopup = <built-in function isPopup>
- isShown = <built-in function isShown>
- isTopLevel = <built-in function isTopLevel>
- isUpdatesEnabled = <built-in function isUpdatesEnabled>
- isVisible = <built-in function isVisible>
- isVisibleTo = <built-in function isVisibleTo>
- isVisibleToTLW = <built-in function isVisibleToTLW>
- keyPressEvent = <built-in function keyPressEvent>
- keyReleaseEvent = <built-in function keyReleaseEvent>
- keyboardGrabber = <built-in function keyboardGrabber>
- layout = <built-in function layout>
- leaveEvent = <built-in function leaveEvent>
- lowerW = <built-in function lowerW>
- mapFrom = <built-in function mapFrom>
- mapFromGlobal = <built-in function mapFromGlobal>
- mapFromParent = <built-in function mapFromParent>
- mapTo = <built-in function mapTo>
- mapToGlobal = <built-in function mapToGlobal>
- mapToParent = <built-in function mapToParent>
- maximumHeight = <built-in function maximumHeight>
- maximumSize = <built-in function maximumSize>
- maximumWidth = <built-in function maximumWidth>
- metaObject = <built-in function metaObject>
- metric = <built-in function metric>
- microFocusHint = <built-in function microFocusHint>
- minimumHeight = <built-in function minimumHeight>
- minimumSize = <built-in function minimumSize>
- minimumSizeHint = <built-in function minimumSizeHint>
- minimumWidth = <built-in function minimumWidth>
- mouseDoubleClickEvent = <built-in function mouseDoubleClickEvent>
- mouseGrabber = <built-in function mouseGrabber>
- mouseMoveEvent = <built-in function mouseMoveEvent>
- mousePressEvent = <built-in function mousePressEvent>
- mouseReleaseEvent = <built-in function mouseReleaseEvent>
- move = <built-in function move>
- moveEvent = <built-in function moveEvent>
- ownCursor = <built-in function ownCursor>
- ownFont = <built-in function ownFont>
- ownPalette = <built-in function ownPalette>
- paintEvent = <built-in function paintEvent>
- palette = <built-in function palette>
- paletteBackgroundColor = <built-in function paletteBackgroundColor>
- paletteBackgroundPixmap = <built-in function paletteBackgroundPixmap>
- paletteChange = <built-in function paletteChange>
- paletteForegroundColor = <built-in function paletteForegroundColor>
- parentWidget = <built-in function parentWidget>
- polish = <built-in function polish>
- pos = <built-in function pos>
- raiseW = <built-in function raiseW>
- rect = <built-in function rect>
- releaseKeyboard = <built-in function releaseKeyboard>
- releaseMouse = <built-in function releaseMouse>
- repaint = <built-in function repaint>
- reparent = <built-in function reparent>
- resetInputContext = <built-in function resetInputContext>
- resize = <built-in function resize>
- resizeEvent = <built-in function resizeEvent>
- scroll = <built-in function scroll>
- setAcceptDrops = <built-in function setAcceptDrops>
- setActiveWindow = <built-in function setActiveWindow>
- setAutoMask = <built-in function setAutoMask>
- setBackgroundMode = <built-in function setBackgroundMode>
- setBackgroundOrigin = <built-in function setBackgroundOrigin>
- setBaseSize = <built-in function setBaseSize>
- setCaption = <built-in function setCaption>
- setCursor = <built-in function setCursor>
- setDisabled = <built-in function setDisabled>
- setEnabled = <built-in function setEnabled>
- setEraseColor = <built-in function setEraseColor>
- setErasePixmap = <built-in function setErasePixmap>
- setFixedHeight = <built-in function setFixedHeight>
- setFixedSize = <built-in function setFixedSize>
- setFixedWidth = <built-in function setFixedWidth>
- setFocus = <built-in function setFocus>
- setFocusPolicy = <built-in function setFocusPolicy>
- setFocusProxy = <built-in function setFocusProxy>
- setFont = <built-in function setFont>
- setGeometry = <built-in function setGeometry>
- setHidden = <built-in function setHidden>
- setIcon = <built-in function setIcon>
- setIconText = <built-in function setIconText>
- setInputMethodEnabled = <built-in function setInputMethodEnabled>
- setKeyCompression = <built-in function setKeyCompression>
- setMask = <built-in function setMask>
- setMaximumHeight = <built-in function setMaximumHeight>
- setMaximumSize = <built-in function setMaximumSize>
- setMaximumWidth = <built-in function setMaximumWidth>
- setMicroFocusHint = <built-in function setMicroFocusHint>
- setMinimumHeight = <built-in function setMinimumHeight>
- setMinimumSize = <built-in function setMinimumSize>
- setMinimumWidth = <built-in function setMinimumWidth>
- setMouseTracking = <built-in function setMouseTracking>
- setName = <built-in function setName>
- setPalette = <built-in function setPalette>
- setPaletteBackgroundColor = <built-in function setPaletteBackgroundColor>
- setPaletteBackgroundPixmap = <built-in function setPaletteBackgroundPixmap>
- setPaletteForegroundColor = <built-in function setPaletteForegroundColor>
- setShown = <built-in function setShown>
- setSizeIncrement = <built-in function setSizeIncrement>
- setSizePolicy = <built-in function setSizePolicy>
- setStyle = <built-in function setStyle>
- setTabOrder = <built-in function setTabOrder>
- setUpdatesEnabled = <built-in function setUpdatesEnabled>
- setWFlags = <built-in function setWFlags>
- setWState = <built-in function setWState>
- setWindowOpacity = <built-in function setWindowOpacity>
- setWindowState = <built-in function setWindowState>
- show = <built-in function show>
- showEvent = <built-in function showEvent>
- showFullScreen = <built-in function showFullScreen>
- showMaximized = <built-in function showMaximized>
- showMinimized = <built-in function showMinimized>
- showNormal = <built-in function showNormal>
- size = <built-in function size>
- sizeHint = <built-in function sizeHint>
- sizeIncrement = <built-in function sizeIncrement>
- sizePolicy = <built-in function sizePolicy>
- style = <built-in function style>
- styleChange = <built-in function styleChange>
- tabletEvent = <built-in function tabletEvent>
- testWFlags = <built-in function testWFlags>
- testWState = <built-in function testWState>
- timerEvent = <built-in function timerEvent>
- topLevelWidget = <built-in function topLevelWidget>
- unsetCursor = <built-in function unsetCursor>
- unsetFont = <built-in function unsetFont>
- unsetPalette = <built-in function unsetPalette>
- updateGeometry = <built-in function updateGeometry>
- updateMask = <built-in function updateMask>
- visibleRect = <built-in function visibleRect>
- wheelEvent = <built-in function wheelEvent>
- width = <built-in function width>
- winId = <built-in function winId>
- windowActivationChange = <built-in function windowActivationChange>
- windowOpacity = <built-in function windowOpacity>
- windowState = <built-in function windowState>
- x = <built-in function x>
- y = <built-in function y>
Data and other attributes inherited from qt.QObject:
- blockSignals = <built-in function blockSignals>
- child = <built-in function child>
- children = <built-in function children>
- className = <built-in function className>
- connect = <built-in function connect>
- deleteLater = <built-in function deleteLater>
- disconnect = <built-in function disconnect>
- dumpObjectInfo = <built-in function dumpObjectInfo>
- dumpObjectTree = <built-in function dumpObjectTree>
- emit = <built-in function emit>
- eventFilter = <built-in function eventFilter>
- highPriority = <built-in function highPriority>
- inherits = <built-in function inherits>
- insertChild = <built-in function insertChild>
- installEventFilter = <built-in function installEventFilter>
- isA = <built-in function isA>
- isWidgetType = <built-in function isWidgetType>
- killTimer = <built-in function killTimer>
- killTimers = <built-in function killTimers>
- name = <built-in function name>
- objectTrees = <built-in function objectTrees>
- parent = <built-in function parent>
- property = <built-in function property>
- queryList = <built-in function queryList>
- removeChild = <built-in function removeChild>
- removeEventFilter = <built-in function removeEventFilter>
- sender = <built-in function sender>
- setProperty = <built-in function setProperty>
- signalsBlocked = <built-in function signalsBlocked>
- startTimer = <built-in function startTimer>
- tr = <built-in function tr>
- trUtf8 = <built-in function trUtf8>
Data descriptors inherited from qt.Qt:
- __weakref__
- list of weak references to the object (if defined)
Data and other attributes inherited from qt.Qt:
- ALT = 8388608
- ASCII_ACCEL = 268435456
- AlignAuto = 0
- AlignBottom = 32
- AlignCenter = 68
- AlignHCenter = 4
- AlignHorizontal_Mask = 15
- AlignJustify = 8
- AlignLeft = 1
- AlignRight = 2
- AlignTop = 16
- AlignVCenter = 64
- AlignVertical_Mask = 112
- AlignmentFlags = <class 'qt.AlignmentFlags'>
- AlphaDither_Mask = 12
- AltButton = 1024
- AnchorAttribute = <class 'qt.AnchorAttribute'>
- AnchorHref = 1
- AnchorName = 0
- AndNotROP = 12
- AndROP = 7
- ArrowCursor = 0
- ArrowType = <class 'qt.ArrowType'>
- Ascending = 0
- AutoColor = 0
- AutoDither = 0
- AutoText = 2
- AvoidDither = 128
- BDiagPattern = 12
- BGMode = <class 'qt.BGMode'>
- BackgroundMode = <class 'qt.BackgroundMode'>
- BeginsWith = 2
- BevelJoin = 64
- BitmapCursor = 24
- BlankCursor = 10
- BottomLeft = 2
- BottomRight = 3
- BreakAnywhere = 4096
- BrushStyle = <class 'qt.BrushStyle'>
- BusyCursor = 16
- ButtonState = <class 'qt.ButtonState'>
- CTRL = 4194304
- CaseSensitive = 1
- ClearROP = 9
- ColorMode_Mask = 3
- ColorOnly = 3
- Contains = 8
- ControlButton = 512
- CopyROP = 0
- Corner = <class 'qt.Corner'>
- CrossCursor = 2
- CrossPattern = 11
- CursorShape = <class 'qt.CursorShape'>
- CustomPattern = 24
- DashDotDotLine = 5
- DashDotLine = 4
- DashLine = 2
- DateFormat = <class 'qt.DateFormat'>
- Dense1Pattern = 2
- Dense2Pattern = 3
- Dense3Pattern = 4
- Dense4Pattern = 5
- Dense5Pattern = 6
- Dense6Pattern = 7
- Dense7Pattern = 8
- Descending = 1
- DiagCrossPattern = 14
- DiffuseAlphaDither = 8
- DiffuseDither = 0
- DitherMode_Mask = 192
- Dither_Mask = 48
- Dock = <class 'qt.Dock'>
- DockBottom = 3
- DockLeft = 5
- DockMinimized = 6
- DockRight = 4
- DockTop = 2
- DockTornOff = 1
- DockUnmanaged = 0
- DontClip = 256
- DontPrint = 8192
- DotLine = 3
- DownArrow = 1
- EndsWith = 4
- EraseROP = 3
- ExactMatch = 16
- ExpandTabs = 512
- FDiagPattern = 13
- FixedColor = 0
- FixedPixmap = 1
- FlatCap = 0
- ForbiddenCursor = 14
- GUIStyle = <class 'qt.GUIStyle'>
- HorPattern = 9
- Horizontal = 0
- ISODate = 1
- IbeamCursor = 4
- Identical = 2
- ImageConversionFlags = <class 'qt.ImageConversionFlags'>
- Key = <class 'qt.Key'>
- KeyButtonMask = 3840
- Key_0 = 48
- Key_1 = 49
- Key_2 = 50
- Key_3 = 51
- Key_4 = 52
- Key_5 = 53
- Key_6 = 54
- Key_7 = 55
- Key_8 = 56
- Key_9 = 57
- Key_A = 65
- Key_AE = 198
- Key_Aacute = 193
- Key_Acircumflex = 194
- Key_Adiaeresis = 196
- Key_Agrave = 192
- Key_Alt = 4131
- Key_Ampersand = 38
- Key_Any = 32
- Key_Apostrophe = 39
- Key_Aring = 197
- Key_AsciiCircum = 94
- Key_AsciiTilde = 126
- Key_Asterisk = 42
- Key_At = 64
- Key_Atilde = 195
- Key_B = 66
- Key_Back = 4193
- Key_BackSpace = 4099
- Key_BackTab = 4098
- Key_Backslash = 92
- Key_Backspace = 4099
- Key_Backtab = 4098
- Key_Bar = 124
- Key_BassBoost = 4211
- Key_BassDown = 4213
- Key_BassUp = 4212
- Key_BraceLeft = 123
- Key_BraceRight = 125
- Key_BracketLeft = 91
- Key_BracketRight = 93
- Key_C = 67
- Key_CapsLock = 4132
- Key_Ccedilla = 199
- Key_Clear = 4107
- Key_Colon = 58
- Key_Comma = 44
- Key_Control = 4129
- Key_D = 68
- Key_Delete = 4103
- Key_Direction_L = 4185
- Key_Direction_R = 4192
- Key_Dollar = 36
- Key_Down = 4117
- Key_E = 69
- Key_ETH = 208
- Key_Eacute = 201
- Key_Ecircumflex = 202
- Key_Ediaeresis = 203
- Key_Egrave = 200
- Key_End = 4113
- Key_Enter = 4101
- Key_Equal = 61
- Key_Escape = 4096
- Key_Exclam = 33
- Key_F = 70
- Key_F1 = 4144
- Key_F10 = 4153
- Key_F11 = 4154
- Key_F12 = 4155
- Key_F13 = 4156
- Key_F14 = 4157
- Key_F15 = 4158
- Key_F16 = 4159
- Key_F17 = 4160
- Key_F18 = 4161
- Key_F19 = 4162
- Key_F2 = 4145
- Key_F20 = 4163
- Key_F21 = 4164
- Key_F22 = 4165
- Key_F23 = 4166
- Key_F24 = 4167
- Key_F25 = 4168
- Key_F26 = 4169
- Key_F27 = 4170
- Key_F28 = 4171
- Key_F29 = 4172
- Key_F3 = 4146
- Key_F30 = 4173
- Key_F31 = 4174
- Key_F32 = 4175
- Key_F33 = 4176
- Key_F34 = 4177
- Key_F35 = 4178
- Key_F4 = 4147
- Key_F5 = 4148
- Key_F6 = 4149
- Key_F7 = 4150
- Key_F8 = 4151
- Key_F9 = 4152
- Key_Favorites = 4241
- Key_Forward = 4194
- Key_G = 71
- Key_Greater = 62
- Key_H = 72
- Key_Help = 4184
- Key_Home = 4112
- Key_HomePage = 4240
- Key_Hyper_L = 4182
- Key_Hyper_R = 4183
- Key_I = 73
- Key_Iacute = 205
- Key_Icircumflex = 206
- Key_Idiaeresis = 207
- Key_Igrave = 204
- Key_Insert = 4102
- Key_J = 74
- Key_K = 75
- Key_L = 76
- Key_Launch0 = 4258
- Key_Launch1 = 4259
- Key_Launch2 = 4260
- Key_Launch3 = 4261
- Key_Launch4 = 4262
- Key_Launch5 = 4263
- Key_Launch6 = 4264
- Key_Launch7 = 4265
- Key_Launch8 = 4266
- Key_Launch9 = 4267
- Key_LaunchA = 4268
- Key_LaunchB = 4269
- Key_LaunchC = 4270
- Key_LaunchD = 4271
- Key_LaunchE = 4272
- Key_LaunchF = 4273
- Key_LaunchMail = 4256
- Key_LaunchMedia = 4257
- Key_Left = 4114
- Key_Less = 60
- Key_M = 77
- Key_MediaLast = 8191
- Key_MediaNext = 4227
- Key_MediaPlay = 4224
- Key_MediaPrev = 4226
- Key_MediaRecord = 4228
- Key_MediaStop = 4225
- Key_Menu = 4181
- Key_Meta = 4130
- Key_Minus = 45
- Key_N = 78
- Key_Next = 4119
- Key_Ntilde = 209
- Key_NumLock = 4133
- Key_NumberSign = 35
- Key_O = 79
- Key_Oacute = 211
- Key_Ocircumflex = 212
- Key_Odiaeresis = 214
- Key_Ograve = 210
- Key_Ooblique = 216
- Key_OpenUrl = 4244
- Key_Otilde = 213
- Key_P = 80
- Key_PageDown = 4119
- Key_PageUp = 4118
- Key_ParenLeft = 40
- Key_ParenRight = 41
- Key_Pause = 4104
- Key_Percent = 37
- Key_Period = 46
- Key_Plus = 43
- Key_Print = 4105
- Key_Prior = 4118
- Key_Q = 81
- Key_Question = 63
- Key_QuoteDbl = 34
- Key_QuoteLeft = 96
- Key_R = 82
- Key_Refresh = 4196
- Key_Return = 4100
- Key_Right = 4116
- Key_S = 83
- Key_ScrollLock = 4134
- Key_Search = 4242
- Key_Semicolon = 59
- Key_Shift = 4128
- Key_Slash = 47
- Key_Space = 32
- Key_Standby = 4243
- Key_Stop = 4195
- Key_Super_L = 4179
- Key_Super_R = 4180
- Key_SysReq = 4106
- Key_T = 84
- Key_THORN = 222
- Key_Tab = 4097
- Key_TrebleDown = 4215
- Key_TrebleUp = 4214
- Key_U = 85
- Key_Uacute = 218
- Key_Ucircumflex = 219
- Key_Udiaeresis = 220
- Key_Ugrave = 217
- Key_Underscore = 95
- Key_Up = 4115
- Key_V = 86
- Key_VolumeDown = 4208
- Key_VolumeMute = 4209
- Key_VolumeUp = 4210
- Key_W = 87
- Key_X = 88
- Key_Y = 89
- Key_Yacute = 221
- Key_Z = 90
- Key_aacute = 225
- Key_acircumflex = 226
- Key_acute = 180
- Key_adiaeresis = 228
- Key_ae = 230
- Key_agrave = 224
- Key_aring = 229
- Key_atilde = 227
- Key_brokenbar = 166
- Key_ccedilla = 231
- Key_cedilla = 184
- Key_cent = 162
- Key_copyright = 169
- Key_currency = 164
- Key_degree = 176
- Key_diaeresis = 168
- Key_division = 247
- Key_eacute = 233
- Key_ecircumflex = 234
- Key_ediaeresis = 235
- Key_egrave = 232
- Key_eth = 240
- Key_exclamdown = 161
- Key_guillemotleft = 171
- Key_guillemotright = 187
- Key_hyphen = 173
- Key_iacute = 237
- Key_icircumflex = 238
- Key_idiaeresis = 239
- Key_igrave = 236
- Key_macron = 175
- Key_masculine = 186
- Key_mu = 181
- Key_multiply = 215
- Key_nobreakspace = 160
- Key_notsign = 172
- Key_ntilde = 241
- Key_oacute = 243
- Key_ocircumflex = 244
- Key_odiaeresis = 246
- Key_ograve = 242
- Key_onehalf = 189
- Key_onequarter = 188
- Key_onesuperior = 185
- Key_ordfeminine = 170
- Key_oslash = 248
- Key_otilde = 245
- Key_paragraph = 182
- Key_periodcentered = 183
- Key_plusminus = 177
- Key_questiondown = 191
- Key_registered = 174
- Key_section = 167
- Key_ssharp = 223
- Key_sterling = 163
- Key_thorn = 254
- Key_threequarters = 190
- Key_threesuperior = 179
- Key_twosuperior = 178
- Key_uacute = 250
- Key_ucircumflex = 251
- Key_udiaeresis = 252
- Key_ugrave = 249
- Key_unknown = 65535
- Key_yacute = 253
- Key_ydiaeresis = 255
- Key_yen = 165
- Keypad = 16384
- LastCursor = 16
- LastROP = 15
- LeftArrow = 2
- LeftButton = 1
- LocalDate = 2
- LocalTime = 0
- LogText = 3
- META = 1048576
- MODIFIER_MASK = 15728640
- MPenCapStyle = 48
- MPenJoinStyle = 192
- MPenStyle = 15
- MV_10_DOT_0 = 2
- MV_10_DOT_1 = 3
- MV_10_DOT_2 = 4
- MV_10_DOT_3 = 5
- MV_10_DOT_4 = 6
- MV_9 = 1
- MV_CHEETAH = 2
- MV_JAGUAR = 4
- MV_PANTHER = 5
- MV_PUMA = 3
- MV_TIGER = 6
- MV_Unknown = 0
- MacintoshVersion = <class 'qt.MacintoshVersion'>
- MetaButton = 2048
- MidButton = 4
- MiterJoin = 0
- Modifier = <class 'qt.Modifier'>
- MonoOnly = 2
- MotifStyle = 4
- MouseButtonMask = 7
- NandROP = 14
- NoAccel = 16384
- NoBackground = 2
- NoBrush = 0
- NoButton = 0
- NoMatch = 0
- NoPen = 0
- NopROP = 11
- NorROP = 15
- NotAndROP = 3
- NotCopyROP = 4
- NotEraseROP = 7
- NotOrROP = 5
- NotROP = 8
- NotXorROP = 6
- OpaqueMode = 1
- OrNotROP = 13
- OrROP = 1
- OrderedAlphaDither = 4
- OrderedDither = 16
- Orientation = <class 'qt.Orientation'>
- PaletteBackground = 12
- PaletteBase = 11
- PaletteBrightText = 10
- PaletteButton = 4
- PaletteButtonText = 16
- PaletteDark = 7
- PaletteForeground = 3
- PaletteHighlight = 14
- PaletteHighlightedText = 15
- PaletteLight = 5
- PaletteLink = 17
- PaletteLinkVisited = 18
- PaletteMid = 8
- PaletteMidlight = 6
- PaletteShadow = 13
- PaletteText = 9
- PartialMatch = 1
- PenCapStyle = <class 'qt.PenCapStyle'>
- PenJoinStyle = <class 'qt.PenJoinStyle'>
- PenStyle = <class 'qt.PenStyle'>
- PlainText = 0
- PointingHandCursor = 13
- PreferDither = 64
- RasterOp = <class 'qt.RasterOp'>
- RichText = 1
- RightArrow = 3
- RightButton = 2
- RoundCap = 32
- RoundJoin = 128
- SHIFT = 2097152
- SequenceMatch = <class 'qt.SequenceMatch'>
- SetROP = 10
- ShiftButton = 256
- ShowPrefix = 1024
- SingleLine = 128
- SizeAllCursor = 9
- SizeBDiagCursor = 7
- SizeFDiagCursor = 8
- SizeHorCursor = 6
- SizeVerCursor = 5
- SolidLine = 1
- SolidPattern = 1
- SortOrder = <class 'qt.SortOrder'>
- SplitHCursor = 12
- SplitVCursor = 11
- SquareCap = 16
- StringComparisonMode = <class 'qt.StringComparisonMode'>
- TextDate = 0
- TextFlags = <class 'qt.TextFlags'>
- TextFormat = <class 'qt.TextFormat'>
- ThresholdAlphaDither = 0
- ThresholdDither = 32
- TimeSpec = <class 'qt.TimeSpec'>
- TopLeft = 0
- TopRight = 1
- TransparentMode = 0
- UIEffect = <class 'qt.UIEffect'>
- UI_AnimateCombo = 3
- UI_AnimateMenu = 1
- UI_AnimateToolBox = 6
- UI_AnimateTooltip = 4
- UI_FadeMenu = 2
- UI_FadeTooltip = 5
- UI_General = 0
- UNICODE_ACCEL = 268435456
- UTC = 1
- UpArrow = 0
- UpArrowCursor = 1
- VerPattern = 10
- Vertical = 1
- WDestructiveClose = 65536
- WGroupLeader = 33554432
- WMouseNoMask = 2097152
- WNoAutoErase = 9437184
- WNoMousePropagation = 134217728
- WPaintClever = 524288
- WPaintDesktop = 131072
- WPaintUnclipped = 262144
- WRepaintNoErase = 8388608
- WResizeNoErase = 1048576
- WShowModal = 67108864
- WState_Polished = 8192
- WStaticContents = 4194304
- WStyle_ContextHelp = 16384
- WStyle_Customize = 16
- WStyle_DialogBorder = 64
- WStyle_Mask = 65520
- WStyle_Maximize = 1024
- WStyle_MinMax = 1536
- WStyle_Minimize = 512
- WStyle_NoBorder = 8192
- WStyle_NormalBorder = 32
- WStyle_Reserved = 32768
- WStyle_Splash = 536870912
- WStyle_StaysOnTop = 4096
- WStyle_SysMenu = 256
- WStyle_Title = 128
- WStyle_Tool = 2048
- WSubWindow = 268435456
- WType_Desktop = 8
- WType_Dialog = 2
- WType_Mask = 15
- WType_Popup = 4
- WType_TopLevel = 1
- WV_2000 = 32
- WV_2003 = 64
- WV_32s = 1
- WV_95 = 2
- WV_98 = 3
- WV_CE = 256
- WV_CENET = 512
- WV_CE_based = 3840
- WV_DOS_based = 15
- WV_Me = 4
- WV_NT = 16
- WV_NT_based = 240
- WV_VISTA = 128
- WV_XP = 48
- WWinOwnDC = 0
- WX11BypassWM = 16777216
- WaitCursor = 3
- WhatsThisCursor = 15
- WidgetFlags = <class 'qt.WidgetFlags'>
- WidgetState = <class 'qt.WidgetState'>
- WindowActive = 8
- WindowFullScreen = 4
- WindowMaximized = 2
- WindowMinimized = 1
- WindowNoState = 0
- WindowState = <class 'qt.WindowState'>
- WindowsStyle = 1
- WindowsVersion = <class 'qt.WindowsVersion'>
- WordBreak = 2048
- X11ParentRelative = 19
- XorROP = 2
- arrowCursor = <qt.QCursor object at 0x19378d0>
- black = <qt.QColor object at 0x1938270>
- blankCursor = <qt.QCursor object at 0x1937380>
- blue = <qt.QColor object at 0x1937e20>
- busyCursor = <qt.QCursor object at 0x1937050>
- color0 = <qt.QColor object at 0x1938380>
- color1 = <qt.QColor object at 0x19382f8>
- crossCursor = <qt.QCursor object at 0x19377c0>
- cyan = <qt.QColor object at 0x1937d98>
- darkBlue = <qt.QColor object at 0x1937af0>
- darkCyan = <qt.QColor object at 0x1937a68>
- darkGray = <qt.QColor object at 0x1938160>
- darkGreen = <qt.QColor object at 0x1937b78>
- darkMagenta = <qt.QColor object at 0x19379e0>
- darkRed = <qt.QColor object at 0x1937c00>
- darkYellow = <qt.QColor object at 0x1937958>
- forbiddenCursor = <qt.QCursor object at 0x1937160>
- gray = <qt.QColor object at 0x19380d8>
- green = <qt.QColor object at 0x1937ea8>
- ibeamCursor = <qt.QCursor object at 0x19376b0>
- lightGray = <qt.QColor object at 0x1938050>
- magenta = <qt.QColor object at 0x1937d10>
- pointingHandCursor = <qt.QCursor object at 0x19371e8>
- red = <qt.QColor object at 0x1937f30>
- sizeAllCursor = <qt.QCursor object at 0x1937408>
- sizeBDiagCursor = <qt.QCursor object at 0x1937518>
- sizeFDiagCursor = <qt.QCursor object at 0x1937490>
- sizeHorCursor = <qt.QCursor object at 0x19375a0>
- sizeVerCursor = <qt.QCursor object at 0x1937628>
- splitHCursor = <qt.QCursor object at 0x1937270>
- splitVCursor = <qt.QCursor object at 0x19372f8>
- upArrowCursor = <qt.QCursor object at 0x1937848>
- waitCursor = <qt.QCursor object at 0x1937738>
- whatsThisCursor = <qt.QCursor object at 0x19370d8>
- white = <qt.QColor object at 0x19381e8>
- yellow = <qt.QColor object at 0x1937c88>
Data and other attributes inherited from qt.QPaintDevice:
- PDevCmd = <class 'qt.PDevCmd'>
- PdcBegin = 30
- PdcDrawArc = 8
- PdcDrawChord = 10
- PdcDrawCubicBezier = 14
- PdcDrawEllipse = 7
- PdcDrawFirst = 1
- PdcDrawImage = 18
- PdcDrawLast = 21
- PdcDrawLine = 4
- PdcDrawLineSegments = 11
- PdcDrawPie = 9
- PdcDrawPixmap = 17
- PdcDrawPoint = 1
- PdcDrawPolygon = 13
- PdcDrawPolyline = 12
- PdcDrawRect = 5
- PdcDrawRoundRect = 6
- PdcDrawText = 15
- PdcDrawText2 = 19
- PdcDrawText2Formatted = 20
- PdcDrawTextFormatted = 16
- PdcDrawTextItem = 21
- PdcEnd = 31
- PdcLineTo = 3
- PdcMoveTo = 2
- PdcNOP = 0
- PdcReservedStart = 0
- PdcReservedStop = 199
- PdcRestore = 33
- PdcRestoreWMatrix = 57
- PdcSave = 32
- PdcSaveWMatrix = 56
- PdcSetBkColor = 40
- PdcSetBkMode = 41
- PdcSetBrush = 47
- PdcSetBrushOrigin = 43
- PdcSetClip = 60
- PdcSetClipRegion = 61
- PdcSetFont = 45
- PdcSetPen = 46
- PdcSetROP = 42
- PdcSetTabArray = 49
- PdcSetTabStops = 48
- PdcSetUnit = 50
- PdcSetVXform = 51
- PdcSetViewport = 53
- PdcSetWMatrix = 55
- PdcSetWXform = 54
- PdcSetWindow = 52
- PdcSetdev = 34
- devType = <built-in function devType>
- handle = <built-in function handle>
- isExtDev = <built-in function isExtDev>
- paintingActive = <built-in function paintingActive>
- resolution = <built-in function resolution>
- setResolution = <built-in function setResolution>
- x11AppCells = <built-in function x11AppCells>
- x11AppColormap = <built-in function x11AppColormap>
- x11AppDefaultColormap = <built-in function x11AppDefaultColormap>
- x11AppDefaultVisual = <built-in function x11AppDefaultVisual>
- x11AppDepth = <built-in function x11AppDepth>
- x11AppDisplay = <built-in function x11AppDisplay>
- x11AppDpiX = <built-in function x11AppDpiX>
- x11AppDpiY = <built-in function x11AppDpiY>
- x11AppRootWindow = <built-in function x11AppRootWindow>
- x11AppScreen = <built-in function x11AppScreen>
- x11AppVisual = <built-in function x11AppVisual>
- x11Cells = <built-in function x11Cells>
- x11Colormap = <built-in function x11Colormap>
- x11DefaultColormap = <built-in function x11DefaultColormap>
- x11DefaultVisual = <built-in function x11DefaultVisual>
- x11Depth = <built-in function x11Depth>
- x11Display = <built-in function x11Display>
- x11RenderHandle = <built-in function x11RenderHandle>
- x11Screen = <built-in function x11Screen>
- x11SetAppDpiX = <built-in function x11SetAppDpiX>
- x11SetAppDpiY = <built-in function x11SetAppDpiY>
- x11Visual = <built-in function x11Visual>
Methods inherited from sip.wrapper:
- __delattr__(...)
- x.__delattr__('name') <==> del x.name
- __getattribute__(...)
- x.__getattribute__('name') <==> x.name
- __setattr__(...)
- x.__setattr__('name', value) <==> x.name = value
Data and other attributes inherited from sip.wrapper:
- __new__ = <built-in method __new__ of sip.wrappertype object at 0x7f5bddda6f40>
- T.__new__(S, ...) -> a new object with type S, a subtype of T
| |