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

/haiku/src/apps/pairs/
H A DPairs.h37 class Pairs : public BApplication { class in inherits:BApplication
39 Pairs();
40 virtual ~Pairs();
H A DPairs.cpp13 #include "Pairs.h"
29 #define B_TRANSLATION_CONTEXT "Pairs"
32 const char* kSignature = "application/x-vnd.Haiku-Pairs";
38 // #pragma mark - Pairs
41 Pairs::Pairs() function in class:Pairs
50 Pairs::~Pairs()
56 Pairs::ReadyToRun()
64 Pairs
[all...]
H A DPairsView.cpp29 #include "Pairs.h"
188 Pairs* app = dynamic_cast<Pairs*>(be_app);

Completed in 37 milliseconds