Searched refs:DBobView (Results 1 – 15 of 15) sorted by relevance
/dports/games/netradiant/netradiant-20150621-src/contrib/bobtoolz/ |
H A D | DBobView.cpp | 44 DBobView::DBobView(){ in DBobView() function in DBobView 55 DBobView::~DBobView(){ in ~DBobView() 70 void DBobView::render( RenderStateFlags state ) const { in render() 82 void DBobView::constructShaders(){ in constructShaders() 104 void DBobView::destroyShaders(){ in destroyShaders() 116 void DBobView::renderSolid( Renderer& renderer, const VolumeTest& volume ) const { in renderSolid() 134 void DBobView::renderWireframe( Renderer& renderer, const VolumeTest& volume ) const { in renderWireframe() 138 void DBobView::SetPath( vec3_t *pPath ){ in SetPath() 148 bool DBobView::CalculateTrajectory( vec3_t start, vec3_t apex, float multiplier, int points, float … in CalculateTrajectory() 208 bool DBobView::UpdatePath(){ in UpdatePath() [all …]
|
H A D | DBobView.h | 42 class DBobView : public Renderable, public OpenGLRenderable, public Entity::Observer 47 DBobView(); 48 virtual ~DBobView(); 81 typedef MemberCaller1<DBobView, const char*, &DBobView::valueChanged> ValueChangedCaller;
|
H A D | funchandlers.h | 20 class DBobView; variable 25 extern DBobView* g_PathView;
|
H A D | funchandlers.cpp | 48 DBobView* g_PathView = NULL; 454 g_PathView = new DBobView; in PathPlotter()
|
H A D | funchandlers-GTK.cpp | 68 DBobView* g_PathView = NULL;
|
/dports/games/gtkradiant/GPL/GtkRadiant/contrib/bobtoolz/ |
H A D | DBobView.cpp | 39 DBobView::DBobView() in DBobView() function in DBobView 52 DBobView::~DBobView() in ~DBobView() 72 void DBobView::Draw2D(VIEWTYPE vt) in Draw2D() 177 void DBobView::Draw3D() in Draw3D() 255 void DBobView::Register() in Register() 262 void DBobView::UnRegister() in UnRegister() 269 void DBobView::SetPath(vec3_t *pPath) in SetPath() 279 bool DBobView::CalculateTrajectory(vec3_t start, vec3_t apex, float multiplier, int points, float v… in CalculateTrajectory() 325 void DBobView::Begin(const char* trigger, const char *target, float multiplier, int points, float v… in Begin() 353 bool DBobView::UpdatePath() in UpdatePath()
|
H A D | DBobView.h | 36 class DBobView : 41 DBobView(); 42 virtual ~DBobView();
|
H A D | funchandlers.h | 20 class DBobView; variable 25 extern DBobView* g_PathView;
|
H A D | DListener.h | 36 DBobView* parent;
|
H A D | funchandlers.cpp | 48 DBobView* g_PathView = NULL; 456 g_PathView = new DBobView; in PathPlotter()
|
H A D | funchandlers-GTK.cpp | 71 DBobView* g_PathView = NULL; 393 g_PathView = new DBobView; in DoPathPlotter()
|
H A D | bobToolz_gtk.dsp | 132 SOURCE=.\DBobView.cpp 252 SOURCE=.\DBobView.h
|
/dports/games/gtkradiant/GPL/GtkRadiant/ |
H A D | GtkRadiant.prj | 68 contrib/bobtoolz/DBobView.h\ 272 contrib/bobtoolz/DBobView.cpp\
|
H A D | SConscript | 449 #'dialogs/dialogs-gtk.cpp bobToolz-GTK.cpp bsploader.cpp cportals.cpp DBobView.cpp \
|
/dports/games/netradiant/netradiant-20150621-src/ |
H A D | Makefile | 894 contrib/bobtoolz/DBobView.o \
|