/***************************************************************************
                          labelcomponent.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 LABELCOMPONENT_H
#define LABELCOMPONENT_H

#include "component.h"

/**
	* Represents the QLabel class.
	*
  * @author Richard Moore
  */
class Component.html">LabelComponent : public Component  {
public: 
	LabelComponent();
	virtual ~LabelComponent();

	virtual class Instance *createInstance(Instance *parent);

	virtual QWidget *createView(Instance *props, QWidget *parent);
	virtual void updateView(Instance *props, QWidget *view);
};

#endif


















Documentation generated by rich@pegasus on Sat Apr 17 17:09:53 BST 1999