TarzaNN
TarzaNN neural network simulator
|
#include <UI_DesignerPropDisplay.h>
Public Slots | |
void | slotTemp () |
Public Member Functions | |
UI_DesignerPropDisplay (Q3CanvasPolygonalItem *theItem, QWidget *p=0, const char *name=0) | |
~UI_DesignerPropDisplay () | |
void | makePropsPanel (Q3CanvasPolygonalItem *item) |
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.
UI_DesignerPropDisplay::UI_DesignerPropDisplay | ( | Q3CanvasPolygonalItem * | theItem, |
QWidget * | p = 0 , |
||
const char * | name = 0 |
||
) |
Creates a new UI_DesignerPropDisplay.
theItem | The QCanvasPolygonalItem which properties are to be displayed |
parent | The parent of this widget |
name | The 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.
void UI_DesignerPropDisplay::makePropsPanel | ( | Q3CanvasPolygonalItem * | item | ) |
Creates a dynamic type-specific properties panel.
item | The item which properties are to be displayed on the panel |
void UI_DesignerPropDisplay::slotTemp | ( | ) | [inline, slot] |
Dummy slot function.