Jafar
|
Definition at line 24 of file display.hpp.
Public Slots | |
void | shuffle () |
void | zoomIn () |
void | zoomOut () |
Public Member Functions | |
Viewer () | |
< | |
void | itemMoved () |
template<typename Graph > | |
void | bufferize (const Graph &g) |
void | render () |
void | view () |
Public Attributes | |
unsigned int | _width |
unsigned int | _height |
qdisplay::Viewer * | _viewer |
Protected Member Functions | |
bool | existDisplayEdge (int from_id, int to_id) |
void | addDisplayEdge (int from_id, int to_id) |
void | timerEvent (QTimerEvent *event) |
void | wheelEvent (QWheelEvent *event) |
void | drawBackground (QPainter *painter, const QRectF &rect) |
void | scaleView (qreal scaleFactor) |
Node * | getNodeWithId (int id) |
Private Attributes | |
int | timerId |
std::list< Node * > | node_list |
std::list< Edge * > | edge_list |
<
If not used, cmake will complain it can't find display.moc file. If used, generates the object but linker complain it can't find vtable. The workaround (if display.moc is not found) is add Q_OBJECT here, cmake, compile until error, remove it and finish compilation.
void jafar::graphmap::display::Viewer::bufferize | ( | const Graph & | g | ) | [inline] |
Definition at line 42 of file display.hpp.
Generated on Wed Oct 15 2014 00:37:39 for Jafar by doxygen 1.7.6.1 |