/***************************************************************************
labelinstance.h - description
-------------------
begin : Fri Mar 19 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 LABELINSTANCE_H
#define LABELINSTANCE_H
#include <instance.h>
class Component;
/**
* Represents an instance of a QLabel.
*
* @author Richard Moore
*/
class Instance.html">LabelInstance : public Instance {
public:
LabelInstance(Component *comp, Instance *parent);
virtual ~LabelInstance();
};
#endif
Documentation generated by rich@pegasus on Fri Mar 26 01:08:59 GMT 1999