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 71 of file functionDisplay.hh.