/***************************************************************************
                          formcomponent.h  -  description                              
                             -------------------                                         
    begin                : Sun Mar 21 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 FORMCOMPONENT_H
#define FORMCOMPONENT_H

#include <component.h>

class QWidget;

/**
  *@author Richard Moore
  */
class Component.html">FormComponent : public Component  {
public: 
	FormComponent();
	~FormComponent();

	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