5#ifndef BALL_VIEW_WIDGETS_TESTFRAMEWORK_H
6#define BALL_VIEW_WIDGETS_TESTFRAMEWORK_H
8#ifndef BALL_VIEW_WIDGETS_DOCKWIDGET_H
12#ifndef BALL_SYSTEM_FILE_H
16#ifndef BALL_SYSTEM_TIMER_H
20#include <QtCore/QThread>
69 MyMouseEvent(Type type,
const QPoint & position, Qt::MouseButton button,
70 Qt::MouseButtons buttons, Qt::KeyboardModifiers modifiers)
71 :
QMouseEvent(type, position, button, buttons, modifiers) {}
87 friend class MyEventThread;
virtual bool eventFilter(QObject *, QEvent *e)
virtual void initializeWidget(MainControl &main_control)
void storeEvent(QEvent &e)
String last_event_string_
QAction * start_recording
TestFramework(QWidget *parent=0, const char *name=0)
void checkMenu(MainControl &main_control)
virtual bool openFile(const String &filename)
virtual bool event(QEvent *e)
virtual bool canHandle(const String &fileformat) const
void setFilename(const String &filename)
#define BALL_EMBEDDABLE(TYPE, BASE)