The Property class property is a field it can be placed into entity or relation.
More...
#include <property.h>
|
enum | { Type = FIELD
} |
|
enum | typeDeTri { noSort,
ascSort,
descSort
} |
|
enum | { Type = FIELD
} |
|
|
void | jAiChange () |
|
void | jeSuisSelectionne (Property *) |
|
|
int | type () const |
|
| Property (dialogRelation *mum, bool, QGraphicsScene *pScene, QString pName="'something'", QGraphicsItem *pParent=0) |
|
void | contextMenuEvent (QGraphicsSceneMouseEvent *event) |
|
QString | getNomComplet () |
|
QString | getTri () |
|
void | dropEvent (QGraphicsSceneDragDropEvent *event) |
|
void | dragEnterEvent (QGraphicsSceneDragDropEvent *event) |
|
void | dragMoveEvent (QGraphicsSceneDragDropEvent *event) |
|
void | ajouteCondition (QString texteCondition) |
|
void | modifieCondition (QString) |
|
int | type () const |
|
| Property (MainWindow *mum, bool, QGraphicsScene *pScene, QString pName="'something'", QString pType="", QString pRole="", QString pTaille="", QGraphicsItem *pParent=0) |
| Property. More...
|
|
void | contextMenuEvent (QGraphicsSceneMouseEvent *event) |
| contextMenuEvent More...
|
|
QString | getNomComplet () |
| getNomComplet More...
|
|
void | dropEvent (QGraphicsSceneDragDropEvent *event) |
|
void | dragEnterEvent (QGraphicsSceneDragDropEvent *event) |
|
void | dragMoveEvent (QGraphicsSceneDragDropEvent *event) |
|
QString | toSql () |
| toSql More...
|
|
void | emmettreSelected () |
| emmettreSelected emit signal wich is used by application when field is selected
|
|
|
bool | affiche |
|
QGraphicsPixmapItem * | oeil |
|
QGraphicsPixmapItem * | iconSort |
|
QGraphicsTextItem * | cond |
|
QGraphicsLineItem * | trait |
|
QString | nomInitial |
|
QString | alias |
|
bool | freeField |
|
Entite * | laTable |
|
enum Property::typeDeTri | tri |
|
int | numeroDansLeTri |
|
int | numeroOrdreDansLeSelect |
|
QString | nom |
| nom his name example weight
|
|
Entite * | lEntite |
| lEntite object wich contains it
|
|
QString | sonType |
| sonType his type ex varchar(25) ou integer
|
|
QString | role |
| role his role ex father our chief ...
|
|
QString | taille |
| taille whenever field type need size
|
|
The Property class property is a field it can be placed into entity or relation.
Definition at line 13 of file field.h.
Property::Property |
( |
MainWindow * |
mum, |
|
|
bool |
isFree, |
|
|
QGraphicsScene * |
pScene, |
|
|
QString |
pName = "'something'" , |
|
|
QString |
pType = "" , |
|
|
QString |
pRole = "" , |
|
|
QString |
pTaille = "" , |
|
|
QGraphicsItem * |
pParent = 0 |
|
) |
| |
Property.
- Parameters
-
mum | |
pScene | |
pName | |
pType | |
pRole | |
pTaille | |
pParent | Constructor |
Definition at line 10 of file property.cpp.
void Property::contextMenuEvent |
( |
QGraphicsSceneMouseEvent * |
event | ) |
|
contextMenuEvent
- Parameters
-
QString Property::getNomComplet |
( |
| ) |
|
|
inline |
getNomComplet
- Returns
- complete name of field
Definition at line 88 of file property.h.
QString Property::toSql |
( |
| ) |
|
toSql
- Returns
- ex customerName varchar(25)
Definition at line 97 of file property.cpp.
The documentation for this class was generated from the following files:
- /home/gthom/Documents/Travail/Developpement/gapmea-v1.0-rc1-1.5.3.2/field.h
- /home/gthom/Documents/Travail/Developpement/gapmea-v1.0-rc1-1.5.3.2/property.h
- /home/gthom/Documents/Travail/Developpement/gapmea-v1.0-rc1-1.5.3.2/property.cpp