Frapper  1.0a
Public Member Functions | List of all members
Frapper::PanelTypeInterface Class Referenceabstract

Interface for node type classes. More...

#include <PanelTypeInterface.h>

Inheritance diagram for Frapper::PanelTypeInterface:
Inheritance graph
[legend]

Public Member Functions

virtual PanelcreatePanel (QWidget *parent)=0
 Creates a panel of this type.
 

Detailed Description

Interface for node type classes.

Member Function Documentation

virtual Panel* Frapper::PanelTypeInterface::createPanel ( QWidget *  parent)
pure virtual

Creates a panel of this type.

Parameters
parentThe parent Widget.
Returns
A pointer to the new panel.

Implemented in PainterPanel::PainterPanelPlugin, PoemReaderPanelPlugin, and TestPanelPlugin.


The documentation for this class was generated from the following file: