Searched refs:GLifeView (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/screen_savers/glife/
H A DGLifeView.h18 // GLifeView Class Declaration
19 class GLifeView : public BGLView { class in inherits:BGLView
22 GLifeView(BRect, const char*, ulong,
24 ~GLifeView(void);
H A DGLifeView.cpp11 #include "GLifeView.h"
23 // GLifeView Class Constructor Definition
24 GLifeView::GLifeView(BRect rect, const char* name, ulong resizingMode, function in class:GLifeView
36 // GLifeView Class Destructor Definition
37 GLifeView::~GLifeView(void)
44 // GLifeView Class AttachedToWindow Definition
46 GLifeView::AttachedToWindow(void)
73 // GLifeView Clas
[all...]
H A DGLifeSaver.h18 #include "GLifeView.h"
47 GLifeView* fGLifeViewport;
H A DGLifeSaver.cpp22 #include "GLifeView.h"
78 fGLifeViewport = new GLifeView(pbvView->Bounds(),
79 "GLifeView", B_FOLLOW_NONE, BGL_RGB | BGL_DEPTH | BGL_DOUBLE,

Completed in 44 milliseconds