5#ifndef BALL_VIEW_WIDGETS_FILEOBSERVER_H
6#define BALL_VIEW_WIDGETS_FILEOBSERVER_H
8#ifndef BALL_VIEW_WIDGETS_DOCKWIDGET_H
12#include <QtCore/QTimer>
13#include <QtCore/QDateTime>
void stop()
Stop the observation.
virtual void checkMenu(MainControl &main_control)
FileObserver(QWidget *parent=0, const char *name=0)
void setUpdateInterval(Size msec)
Set the update interval in milli seconds.
String getFileName() const
void chooseFile()
Choose a file and start the observer.
void start()
Start the observation.
void updateFile()
Look for updates in the file.
virtual void initializeWidget(MainControl &main_control)
void setFileName(String filename)
Set the name of the molecular file to be observed.
#define BALL_EMBEDDABLE(TYPE, BASE)