/***************************************************************************
widgetinstance.h - description
-------------------
begin : Tue Mar 16 1999
copyright : (C) 1999 by Richard Moore
email : rich@kde.org
***************************************************************************/
/***************************************************************************
* *
* 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 WIDGETINSTANCE_H
#define WIDGETINSTANCE_H
#include <qobject.h>
#include <qlist.h>
#include "instance.h"
/**
* Represents an instance of a widget. Note that if the isSeparator()
* method returns true then this is really just an organisational item.
*
* @author Richard Moore
*/
class Instance.html">WidgetInstance : public Instance {
public:
WidgetInstance(class Component *comp, WidgetInstance *parent, const char *name= 0);
virtual ~WidgetInstance();
virtual bool isSeparator();
};
#endif
Documentation generated by rich@pegasus on Sat Apr 17 17:09:53 BST 1999