|
|
| ParamRepresentation (Block *model, ParamDefinition *param, bool isInput, QWidget *father) |
| |
|
| ParamRepresentation (ParamRepresentation *other) |
| |
|
virtual ParamVisibility | shouldShow () const |
| |
|
virtual void | setVisibility (ParamVisibility visible) |
| |
|
bool | isDefaultVal () const |
| |
|
void | useDefault (bool defaultVal) |
| |
|
std::string | getParamName () const |
| |
|
ParamValue * | getParamValue () const |
| |
|
std::string | getParamHelper () const |
| |
|
std::vector< std::string > | getParamListChoice () const |
| |
|
Block * | getModel () const |
| |
| void | setSubParam (bool param1) |
| |
|
bool | isSubParam () const |
| |
|
void | redefineParam (std::string fullSubName, ParamType newType) |
| |
|
| LinkConnexionRepresentation (std::string text, bool isInput, QWidget *father) |
| |
|
virtual void | mousePressEvent (QMouseEvent *) |
| |
|
virtual void | mouseReleaseEvent (QMouseEvent *) |
| |
|
virtual void | mouseMoveEvent (QMouseEvent *) |
| |
|
virtual void | enterEvent (QEvent *) |
| |
|
std::string | getName () const |
| |
|
VertexRepresentation * | getVertex () const |
| |
|
bool | isInput () const |
| |
|
virtual void | setVisibility (bool visible) |
| |
|
void | changeStyleProperty (const char *propertyName, QVariant val) |
| |
|
QPoint | getWorldAnchor () |
| |
|
|
void | creationLink (QPoint startPos) |
| |
|
void | releaseLink (QPoint endPos) |
| |
|
void | askSynchro () |
| |
|
bool | _isInput |
| |
|
bool | _shouldShow |
| |
|
VertexRepresentation * | _activeVertex |
| |
|
VertexRepresentation * | _vertex |
| |
|
std::string | _name |
| |
|
QWidget * | _father |
| |
| void charliesoft::ParamRepresentation::setSubParam |
( |
bool |
param1 | ) |
|
- Todo:
- something is wrong here...
The documentation for this class was generated from the following files:
- D:/Travail/ProjetPerso/imGraph/IHM/view/Connectors.h
- D:/Travail/ProjetPerso/imGraph/IHM/view/Connectors.cpp