#include <BALL/VIEW/WIDGETS/testFramework.h>
Class for recording mouse and keyboard inputs, storing them in a line based file and replaying them. This can be used to
This widget will create it's own menu with the name ''Macros''. The ''Pause'' key can be used to stop the recording or pause the replay of a macro. If a mouse key is pressed in replay mode this will also cause a pause.
The file format is line based and its fields are separated with the degree sign (°). The first field consists of only one letter and defines the line's meaning:
The last two lines are only processed if a test is opened through a command line argument. Then comes the time in secs to wait before performing the action.
Definition at line 58 of file testFramework.h.
BALL::VIEW::TestFramework::TestFramework | ( | QWidget * | parent = 0 , |
|
const char * | name = 0 | |||
) |
virtual BALL::VIEW::TestFramework::~TestFramework | ( | ) | [virtual] |
void BALL::VIEW::TestFramework::abortTest | ( | ) | [slot] |
Test if this ModularWidget can handle a given file format
fileform | short string with the file extension (e.g. PDB) |
Reimplemented from BALL::VIEW::ModularWidget.
void BALL::VIEW::TestFramework::checkMenu | ( | MainControl & | main_control | ) | [virtual] |
Menu checking method. This method is called MainControl::checkMenus before a popup menu is shown. It should be used to update the state of menu entries (e.g. disable or enable entries).
main_control | the MainControl object whose menus should be checked |
Reimplemented from BALL::VIEW::ModularWidget.
virtual void BALL::VIEW::TestFramework::initializeWidget | ( | MainControl & | main_control | ) | [virtual] |
Initialize the widget. This method is called automatically immediately before the main application is started. It should add the widget's menu entries and connections (if required). This method will be called by MainControl::show.
main_control | the MainControl object to be initialized with this ModularWidget |
Reimplemented from BALL::VIEW::ModularWidget.
void BALL::VIEW::TestFramework::loadFile | ( | ) | [slot] |
Tell this ModularWidget to open a given file.
Reimplemented from BALL::VIEW::ModularWidget.
void BALL::VIEW::TestFramework::processEvent_ | ( | ) | [protected] |
void BALL::VIEW::TestFramework::runTest | ( | ) | [slot] |
void BALL::VIEW::TestFramework::saveFile | ( | ) | [slot] |
void BALL::VIEW::TestFramework::setFilename | ( | const String & | filename | ) |
void BALL::VIEW::TestFramework::startTest | ( | ) | [slot] |
void BALL::VIEW::TestFramework::stopTest | ( | ) | [slot] |
void BALL::VIEW::TestFramework::storeEvent | ( | QEvent & | e | ) | [protected] |
void BALL::VIEW::TestFramework::switchRecordMove | ( | ) | [slot] |
virtual void BALL::VIEW::TestFramework::timeOut | ( | ) | [virtual, slot] |
friend class MyEventThread [friend] |
Definition at line 87 of file testFramework.h.
QAction * BALL::VIEW::TestFramework::abort_test [protected] |
Definition at line 151 of file testFramework.h.
QAction* BALL::VIEW::TestFramework::action_ [protected] |
Definition at line 153 of file testFramework.h.
int BALL::VIEW::TestFramework::button_ [protected] |
Definition at line 164 of file testFramework.h.
int BALL::VIEW::TestFramework::buttons_ [protected] |
Definition at line 164 of file testFramework.h.
Size BALL::VIEW::TestFramework::errors_ [protected] |
Definition at line 170 of file testFramework.h.
bool BALL::VIEW::TestFramework::event_busy_ [protected] |
Definition at line 162 of file testFramework.h.
String BALL::VIEW::TestFramework::expected_result_ [protected] |
Definition at line 168 of file testFramework.h.
String BALL::VIEW::TestFramework::filename_ [protected] |
Definition at line 157 of file testFramework.h.
File BALL::VIEW::TestFramework::infile_ [protected] |
Definition at line 156 of file testFramework.h.
bool BALL::VIEW::TestFramework::is_command_line_ [protected] |
Definition at line 172 of file testFramework.h.
QEvent* BALL::VIEW::TestFramework::last_event_ [protected] |
Definition at line 171 of file testFramework.h.
String BALL::VIEW::TestFramework::last_event_string_ [protected] |
Definition at line 166 of file testFramework.h.
String BALL::VIEW::TestFramework::last_names_ [protected] |
Definition at line 166 of file testFramework.h.
QWidget * BALL::VIEW::TestFramework::last_widget_ [protected] |
Definition at line 160 of file testFramework.h.
Position BALL::VIEW::TestFramework::line_nr_ [protected] |
Definition at line 174 of file testFramework.h.
list<String> BALL::VIEW::TestFramework::lines_ [protected] |
Definition at line 159 of file testFramework.h.
QAction * BALL::VIEW::TestFramework::load_file [protected] |
Definition at line 151 of file testFramework.h.
float BALL::VIEW::TestFramework::max_run_time_ [protected] |
Definition at line 173 of file testFramework.h.
int BALL::VIEW::TestFramework::modifiers_ [protected] |
Definition at line 164 of file testFramework.h.
int BALL::VIEW::TestFramework::our_type_ [protected] |
Definition at line 164 of file testFramework.h.
File BALL::VIEW::TestFramework::outfile_ [protected] |
Definition at line 155 of file testFramework.h.
String BALL::VIEW::TestFramework::python_line_ [protected] |
Definition at line 167 of file testFramework.h.
bool BALL::VIEW::TestFramework::recording_ [protected] |
Definition at line 165 of file testFramework.h.
QAction * BALL::VIEW::TestFramework::run_test [protected] |
Definition at line 151 of file testFramework.h.
Timer BALL::VIEW::TestFramework::runtime_ [protected] |
Definition at line 158 of file testFramework.h.
QAction * BALL::VIEW::TestFramework::save_file [protected] |
Definition at line 151 of file testFramework.h.
String BALL::VIEW::TestFramework::shortcut_ [protected] |
Definition at line 166 of file testFramework.h.
QAction* BALL::VIEW::TestFramework::start_recording [protected] |
Definition at line 151 of file testFramework.h.
QAction * BALL::VIEW::TestFramework::stop_recording [protected] |
Definition at line 151 of file testFramework.h.
QAction * BALL::VIEW::TestFramework::switch_move [protected] |
Definition at line 151 of file testFramework.h.
bool BALL::VIEW::TestFramework::test_running_ [protected] |
Definition at line 165 of file testFramework.h.
MyEventThread BALL::VIEW::TestFramework::thread_ [protected] |
Definition at line 169 of file testFramework.h.
float BALL::VIEW::TestFramework::time_ [protected] |
Definition at line 161 of file testFramework.h.
Timer BALL::VIEW::TestFramework::timer_ [protected] |
Definition at line 158 of file testFramework.h.
int BALL::VIEW::TestFramework::type_ [protected] |
Definition at line 164 of file testFramework.h.
QWidget* BALL::VIEW::TestFramework::widget_ [protected] |
Definition at line 160 of file testFramework.h.
Index BALL::VIEW::TestFramework::x_ [protected] |
Definition at line 163 of file testFramework.h.
Index BALL::VIEW::TestFramework::y_ [protected] |
Definition at line 163 of file testFramework.h.