|
WordTree
|
#include <WTTreeVisualizer.h>
Public Member Functions | |
Construction / Destruction | |
| WTTreeVisualizer (QObject *parent=0) | |
| Constructor. | |
| ~WTTreeVisualizer () | |
| Destructor. | |
Public methods | |
| void | SetGraphicsView (QGraphicsView *pGraphicsView) |
| this method sets the graphics view where the output should be drawn | |
| void | VisualizeWordTree (QSharedPointer< WTVisualizedTree > spWordTree) |
| this method draws a visualized tree on the output view | |
This class takes a WTVisualizedTree object and redraws it (on a graphics scene / view)
1.7.4