Package vqt :: Module main :: Class VQApplication
[hide private]
[frames] | no frames]

Class VQApplication

source code

       object --+                    
                |                    
sip.simplewrapper --+                
                    |                
          sip.wrapper --+            
                        |            
     PyQt4.QtCore.QObject --+        
                            |        
PyQt4.QtCore.QCoreApplication --+    
                                |    
         PyQt4.QtGui.QApplication --+
                                    |
                                   VQApplication

Nested Classes [hide private]

Inherited from PyQt4.QtGui.QApplication: ColorSpec, Type

Inherited from PyQt4.QtCore.QCoreApplication: Encoding

Instance Methods [hide private]
 
proxyCall(...) source code
 
__init__(self, *args, **kwargs)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
_proxyCaller(self) source code
 
proxyOneCall(self, callable, *args, **kwargs) source code

Inherited from PyQt4.QtGui.QApplication: aboutQt, activeModalWidget, activePopupWidget, activeWindow, alert, allWidgets, autoSipEnabled, beep, changeOverrideCursor, clipboard, closeAllWindows, colorSpec, commitData, commitDataRequest, cursorFlashTime, desktop, desktopSettingsAware, doubleClickInterval, event, exec_, focusChanged, focusWidget, font, fontDatabaseChanged, fontMetrics, globalStrut, inputContext, isEffectEnabled, isLeftToRight, isRightToLeft, isSessionRestored, keyboardInputDirection, keyboardInputInterval, keyboardInputLocale, keyboardModifiers, lastWindowClosed, layoutDirection, mouseButtons, notify, overrideCursor, palette, quitOnLastWindowClosed, restoreOverrideCursor, saveState, saveStateRequest, sessionId, sessionKey, setActiveWindow, setAutoSipEnabled, setColorSpec, setCursorFlashTime, setDesktopSettingsAware, setDoubleClickInterval, setEffectEnabled, setFont, setGlobalStrut, setGraphicsSystem, setInputContext, setKeyboardInputInterval, setLayoutDirection, setOverrideCursor, setPalette, setQuitOnLastWindowClosed, setStartDragDistance, setStartDragTime, setStyle, setStyleSheet, setWheelScrollLines, setWindowIcon, startDragDistance, startDragTime, style, styleSheet, syncX, topLevelAt, topLevelWidgets, type, wheelScrollLines, widgetAt, windowIcon, x11EventFilter, x11ProcessEvent

Inherited from PyQt4.QtCore.QCoreApplication: aboutToQuit, addLibraryPath, applicationDirPath, applicationFilePath, applicationName, applicationPid, applicationVersion, argc, arguments, argv, closingDown, exit, flush, hasPendingEvents, installTranslator, instance, libraryPaths, organizationDomain, organizationName, postEvent, processEvents, quit, removeLibraryPath, removePostedEvents, removeTranslator, sendEvent, sendPostedEvents, setApplicationName, setApplicationVersion, setAttribute, setLibraryPaths, setOrganizationDomain, setOrganizationName, startingUp, testAttribute, translate

Inherited from PyQt4.QtCore.QObject: blockSignals, childEvent, children, connect, connectNotify, customEvent, deleteLater, destroyed, disconnect, disconnectNotify, dumpObjectInfo, dumpObjectTree, dynamicPropertyNames, emit, eventFilter, 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 [hide private]

Inherited from PyQt4.QtGui.QApplication: CustomColor, GuiClient, GuiServer, ManyColor, NormalColor, Tty

Inherited from PyQt4.QtCore.QCoreApplication: CodecForTr, DefaultCodec, UnicodeUTF8

Inherited from PyQt4.QtCore.QObject: staticMetaObject

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, *args, **kwargs)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)