BALL  1.4.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
BALL::VIEW::RunPythonThread Class Reference

#include <BALL/VIEW/WIDGETS/pyWidget.h>

Inheritance diagram for BALL::VIEW::RunPythonThread:
QThread

Public Member Functions

 RunPythonThread ()
 
virtual void run ()
 

Public Attributes

bool state
 
String input
 
String output
 

Detailed Description

Definition at line 89 of file pyWidget.h.

Constructor & Destructor Documentation

BALL::VIEW::RunPythonThread::RunPythonThread ( )

Member Function Documentation

virtual void BALL::VIEW::RunPythonThread::run ( )
virtual

Member Data Documentation

String BALL::VIEW::RunPythonThread::input

Definition at line 99 of file pyWidget.h.

String BALL::VIEW::RunPythonThread::output

Definition at line 100 of file pyWidget.h.

bool BALL::VIEW::RunPythonThread::state

Definition at line 98 of file pyWidget.h.