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

/haiku/src/apps/pairs/
H A DPairsView.cpp15 #include "PairsView.h"
34 #define B_TRANSLATION_CONTEXT "PairsView"
37 // #pragma mark - PairsView
40 PairsView::PairsView(BRect frame, const char* name, uint8 rows, uint8 cols, function in class:PairsView
64 PairsView::CreateGameBoard()
77 PairsView::~PairsView()
90 PairsView::AttachedToWindow()
104 PairsView
[all...]
H A DPairsWindow.h22 class PairsView;
41 PairsView* fPairsView;
H A DPairsView.h32 class PairsView : public BView { class in inherits:BView
34 PairsView(BRect frame, const char* name,
37 virtual ~PairsView();
H A DPairsWindow.cpp32 #include "PairsView.h"
170 fPairsView = new PairsView(viewBounds, "PairsView", rows, cols, iconSize);

Completed in 43 milliseconds