Package client :: Package Dock :: Module Plotting :: Class VisItThread
[hide private]
[frames] | no frames]

Class VisItThread

source code


Nested Classes [hide private]

Inherited from PyQt4.QtCore.QThread: Priority

Instance Methods [hide private]
 
__init__(self, bridge, parent)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
getWindowCount(self) source code
 
getDatabase(self) source code
 
run(self) source code
 
launched(self) source code
 
Launch(self, stereo) source code
 
Close(self) source code
 
AddWindow(self) source code
 
SetActiveWindow(self, index) source code
 
OpenComputeEngine(self) source code
 
OpenSimulation(self) source code
 
ReOpenSimulation(self) source code
 
CloseSimulation(self) source code
 
AddPlotPseudocolor(self, name) source code
 
AddPlotVolume(self, name) source code
 
DrawPlots(self) source code
 
InvertBackgroundColor(self) source code

Inherited from PyQt4.QtCore.QThread: childEvent, connectNotify, currentThread, currentThreadId, customEvent, disconnectNotify, exec_, exit, isFinished, isRunning, msleep, priority, quit, receivers, sender, setPriority, setStackSize, setTerminationEnabled, sleep, stackSize, start, terminate, timerEvent, usleep, wait

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 sip.wrapper: __delattr__, __getattribute__, __new__, __setattr__

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

Class Variables [hide private]

Inherited from PyQt4.QtCore.QThread: HighPriority, HighestPriority, IdlePriority, InheritPriority, LowPriority, LowestPriority, NormalPriority, TimeCriticalPriority

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, bridge, parent)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)

run(self)

source code 
Overrides: PyQt4.QtCore.QThread.run