#include "WidgetBase.h"
Go to the source code of this file.
Compounds | |
class | NodeWidget |
a Node (point) also can keep track of edges it is connected to More... | |
Typedefs | |
typedef gutz::SmartPtr< NodeWidget > | NodeWidgetSP |
typedef std::vector< NodeWidgetSP > | NodeWidgetVec |
typedef NodeWidgetVec::iterator | NodeWidgetVecIter |
Variables | |
const gutz::vec4f | defNodeColor = gutz::vec4f(.4256f, .4000f, .9412f, 1.0f) |
NodeWidget.h. |
|
Definition at line 136 of file NodeWidget.h. Referenced by FrameWidget::configureFrame(). |
|
Definition at line 137 of file NodeWidget.h. |
|
Definition at line 138 of file NodeWidget.h. |
|
Definition at line 26 of file NodeWidget.h. Referenced by GLUNodeWidget::GLUNodeWidget(). |