|
Developer Documentation
|
#include <Plugin-VSI/scene/functionDisplay.hh>
Public Member Functions | |
| FunctionDisplay (GraphicsScene *_scene) | |
| Constructor. | |
| ~FunctionDisplay () | |
| Destructor. | |
| void | paint (QPainter *_painter, const QStyleOptionGraphicsItem *_option, QWidget *_widget=0) |
| Paints the background. | |
| GraphicsScene * | graphicsScene () |
| Scene. | |
Private Attributes | |
| GraphicsScene * | scene_ |
Widget that will display the current visible/editable function name. It provides a "Go back" button if the function is not the "Main" function
Definition at line 65 of file functionDisplay.hh.
|
explicit |
Constructor.
Definition at line 77 of file functionDisplay.cc.
| VSI::FunctionDisplay::~FunctionDisplay | ( | ) |
Destructor.
Definition at line 137 of file functionDisplay.cc.
|
inline |
Scene.
Definition at line 81 of file functionDisplay.hh.
| void VSI::FunctionDisplay::paint | ( | QPainter * | _painter, |
| const QStyleOptionGraphicsItem * | _option, | ||
| QWidget * | _widget = 0 |
||
| ) |
Paints the background.
Definition at line 144 of file functionDisplay.cc.
|
private |
Definition at line 85 of file functionDisplay.hh.