Home
last modified time | relevance | path

Searched refs:DBobView (Results 1 – 15 of 15) sorted by relevance

/dports/games/netradiant/netradiant-20150621-src/contrib/bobtoolz/
H A DDBobView.cpp44 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 DDBobView.h42 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 Dfunchandlers.h20 class DBobView; variable
25 extern DBobView* g_PathView;
H A Dfunchandlers.cpp48 DBobView* g_PathView = NULL;
454 g_PathView = new DBobView; in PathPlotter()
H A Dfunchandlers-GTK.cpp68 DBobView* g_PathView = NULL;
/dports/games/gtkradiant/GPL/GtkRadiant/contrib/bobtoolz/
H A DDBobView.cpp39 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 DDBobView.h36 class DBobView :
41 DBobView();
42 virtual ~DBobView();
H A Dfunchandlers.h20 class DBobView; variable
25 extern DBobView* g_PathView;
H A DDListener.h36 DBobView* parent;
H A Dfunchandlers.cpp48 DBobView* g_PathView = NULL;
456 g_PathView = new DBobView; in PathPlotter()
H A Dfunchandlers-GTK.cpp71 DBobView* g_PathView = NULL;
393 g_PathView = new DBobView; in DoPathPlotter()
H A DbobToolz_gtk.dsp132 SOURCE=.\DBobView.cpp
252 SOURCE=.\DBobView.h
/dports/games/gtkradiant/GPL/GtkRadiant/
H A DGtkRadiant.prj68 contrib/bobtoolz/DBobView.h\
272 contrib/bobtoolz/DBobView.cpp\
H A DSConscript449 #'dialogs/dialogs-gtk.cpp bobToolz-GTK.cpp bsploader.cpp cportals.cpp DBobView.cpp \
/dports/games/netradiant/netradiant-20150621-src/
H A DMakefile894 contrib/bobtoolz/DBobView.o \