TarzaNN
TarzaNN neural network simulator
Public Slots | Public Member Functions
UI_DesignerPropDisplay Class Reference

#include <UI_DesignerPropDisplay.h>

List of all members.

Public Slots

void slotTemp ()

Public Member Functions

 UI_DesignerPropDisplay (Q3CanvasPolygonalItem *theItem, QWidget *p=0, const char *name=0)
 ~UI_DesignerPropDisplay ()
void makePropsPanel (Q3CanvasPolygonalItem *item)

Detailed Description

UI_DesignerPropDisplay is an information display which has two parts. One is a color key panel and the other is a panel which contains the properties of the currently selected item on the canvas (passed as a parameter). If no item is currently selected the second panel is empty. Inherits from QWidget.


Constructor & Destructor Documentation

UI_DesignerPropDisplay::UI_DesignerPropDisplay ( Q3CanvasPolygonalItem *  theItem,
QWidget *  p = 0,
const char *  name = 0 
)

Creates a new UI_DesignerPropDisplay.

Parameters:
theItemThe QCanvasPolygonalItem which properties are to be displayed
parentThe parent of this widget
nameThe name of this widget The parent and name are passed on to the QWidget constructor.
UI_DesignerPropDisplay::~UI_DesignerPropDisplay ( )

Destroys the object and frees any allocated resources.


Member Function Documentation

void UI_DesignerPropDisplay::makePropsPanel ( Q3CanvasPolygonalItem *  item)

Creates a dynamic type-specific properties panel.

Parameters:
itemThe item which properties are to be displayed on the panel
void UI_DesignerPropDisplay::slotTemp ( ) [inline, slot]

Dummy slot function.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines