TarzaNN
TarzaNN neural network simulator
C:/Users/albertlr/projects/TarzaNN/TarzaNN/UI_DesignerPropDisplay.h
Go to the documentation of this file.
00001 /****************************************************************************
00002  **
00003  ** Copyright C 2002-2012 Laboratory for Active and Attentive Vision (LAAV), Department of Computer Science and Engineering, York University, Toronto, ON, Canada.
00004  ** All rights reserved.
00005  **
00006  ** This file is part of the TarzaNN Neural Network Simulator.
00007  **
00008  ** This file may be distributed and/or modified under the terms of the
00009  ** GNU General Public License version 2 as published by the Free Software
00010  ** Foundation and appearing in the file LICENSE.GPL included in the
00011  ** packaging of this file.
00012  **
00013  ** See http://www.tarzann.org/gpl/ for GPL licensing information.
00014  **
00015  ** Contact info@tarzann.org if any conditions of this licensing are
00016  ** not clear to you.
00017  **
00018  ** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
00019  ** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
00020  **
00021  ****************************************************************************/
00022 
00023 #ifndef UI_DESIGNER_PROP_DISPLAY_INCLUDED
00024 #define UI_DESIGNER_PROP_DISPLAY_INCLUDED
00025 
00026 #include <QWidget>
00027 #include <q3canvas.h>
00028 #include <QLayout>
00029 #include <QLabel>
00030 #include <QVBoxLayout>
00031 #include <QGroupBox>
00032 
00041 class UI_DesignerPropDisplay: public QWidget
00042 {
00043         Q_OBJECT
00044 
00045 public:
00046 
00056         UI_DesignerPropDisplay(Q3CanvasPolygonalItem * theItem, QWidget *p=0, const char *name=0);
00057 
00062     ~UI_DesignerPropDisplay();
00063 
00069         void makePropsPanel(Q3CanvasPolygonalItem * item);
00070 public slots:
00071 
00075         void slotTemp() {};
00076 private:
00077 
00081         QVBoxLayout * theLayout;
00082 
00086         QGroupBox * propsPanel;
00087 
00091         int mainLayoutPos;
00092 
00093 };
00094 #endif //UI_DESIGNER_PROP_DISPLAY_INCLUDED
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines