Searched refs:GLifeConfig (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/screen_savers/glife/
H A DGLifeConfig.h27 // GLifeConfig Class Declaration
28 class GLifeConfig : public BView class in inherits:BView
42 GLifeConfig(BRect, GLifeState*);
H A DGLifeSaver.cpp21 #include "GLifeConfig.h"
64 GLifeConfig* pglcConfig = new GLifeConfig(pbvView->Bounds(),
H A DGLifeConfig.cpp11 #include "GLifeConfig.h"
29 // GLifeConfig Class Constructor Definition
30 GLifeConfig::GLifeConfig(BRect frame, GLifeState* pglsState) function in class:GLifeConfig
102 // GLifeConfig Class AttachedToWindow Definition
104 GLifeConfig::AttachedToWindow(void)
121 GLifeConfig::_UpdateLabels()
146 // GLifeConfig Class MessageReceived Definition
148 GLifeConfig::MessageReceived(BMessage* pbmMessage)

Completed in 87 milliseconds