Moogli
|
Public Member Functions | |
Network * | get_network () |
NetworkViewer (Network *network, QWidget *parent=0, const QGLWidget *shareWidget=0, Qt::WindowFlags f=0) | |
void | add_view (int x, int y, int width, int height) |
void | split_horizontally (unsigned int view_index=0, unsigned int width_factor=2) |
void | split_vertically (unsigned int view_index=0, unsigned int height_factor=2) |
void | home (unsigned int index=0) |
void | forward (double distance, unsigned int index=0) |
void | backward (double distance, unsigned int index=0) |
void | left (double distance, unsigned int index=0) |
void | right (double distance, unsigned int index=0) |
void | up (double distance, unsigned int index=0) |
void | down (double distance, unsigned int index=0) |
void | zoom (double factor, unsigned int index=0) |
void | roll (double angle, unsigned int index=0) |
void | pitch (double angle, unsigned int index=0) |
void | yaw (double angle, unsigned int index=0) |
Definition at line 10 of file NetworkViewer.hpp.