repository_infos: Enable automatic updates on the main Haiku repostiory.
[haiku.git] / src / apps / pulse / PulseApp.h
blob266af30d4f0971f950db85a73707e87c94f843e3
1 //****************************************************************************************
2 //
3 // File: PulseApp.h
4 //
5 // Written by: Daniel Switkin
6 //
7 // Copyright 1999, Be Incorporated
8 //
9 //****************************************************************************************
11 #ifndef PULSEAPP_H
12 #define PULSEAPP_H
15 #include <Application.h>
16 #include <Catalog.h>
18 #include "Prefs.h"
21 class PulseApp : public BApplication {
22 public:
23 PulseApp(int argc, char **argv);
24 ~PulseApp();
26 virtual void AboutRequested();
27 static void ShowAbout(bool asApplication);
29 Prefs* prefs;
31 private:
32 void BuildPulse();
35 extern bool LastEnabledCPU(unsigned int cpu);
36 extern int GetMinimumViewWidth();
37 extern bool LoadInDeskbar();
38 extern void Usage();
40 #endif // PULSEAPP_H