/***************************************************************************
FILENAME - description
-------------------
begin : DATE
copyright : (C) YEAR by AUTHOR
email : EMAIL
***************************************************************************/
/***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/
#ifndef WATCHABLETHING_H
#define WATCHABLETHING_H
/**
*@author Roberto Alsina
*/
#include <qstring.h>
class WatchableThing {
public:
WatchableThing();
virtual ~WatchableThing();
QString __status [8];
int curstat;
void setStatus(const char *str);
void clearStatus();
virtual const char *status();
};
#endif
Documentation generated by ralsina@thurman.localnet on Tue Jun 22 16:27:40 /etc/localtime 1999