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

/haiku/src/apps/processcontroller/
H A DPreferences.h13 class Preferences : public BMessage, public BLocker { class in inherits:BMessage,BLocker
15 Preferences(const char* thename, const char* thesignature = NULL, bool doSave = true);
16 Preferences(const entry_ref& ref, const char* thesignature = NULL, bool doSave = true);
17 ~Preferences();
41 extern Preferences gPreferences;
H A DPreferences.cpp7 #include "Preferences.h"
26 Preferences::Preferences(const char* name, const char* signature, bool doSave) function in class:Preferences
27 : BMessage('Pref'), BLocker("Preferences", true),
53 Preferences::Preferences(const entry_ref &ref, const char* signature, bool doSave) function in class:Preferences
54 : BMessage('Pref'), BLocker("Preferences", true),
74 Preferences::~Preferences()
115 Preferences
[all...]
H A DPCWindow.cpp9 #include "Preferences.h"
28 Preferences preferences(kPreferencesFileName);
75 Preferences tPreferences(kPreferencesFileName);
H A DProcessController.cpp40 #include "Preferences.h"
543 Preferences tPreferences(kPreferencesFileName, NULL, false);

Completed in 90 milliseconds