/[projects]/wxCpuThrottle/src/wxcputhrottleframe.h
ViewVC logotype

Diff of /wxCpuThrottle/src/wxcputhrottleframe.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 24 by torben, Thu Aug 9 20:57:19 2007 UTC revision 25 by torben, Fri Aug 10 18:12:36 2007 UTC
# Line 29  class wxCpuThrottleFrame : public wxDial Line 29  class wxCpuThrottleFrame : public wxDial
29  {  {
30          public:          public:
31                  wxCpuThrottleFrame();                  wxCpuThrottleFrame();
32                  void OnQuit( wxCommandEvent& event );                  void OnQuit( /*wxCommandEvent& event*/ );
33                  void OnAbout( wxCommandEvent& event );                  void OnAbout( wxCommandEvent& event );
34                  void OnClose( wxCloseEvent&  event  );                  void OnClose( wxCloseEvent&  event  );
35                    void OnTimer( wxTimerEvent& event );
36                    void OnRadiobutton(wxCommandEvent& event);
37                  void SetPosition();                  void SetPosition();
38                    bool GetWritable() {return mWritable;}
39                    AcpiParser* GetParser() { return &mParser; }
40            
41          private:          private:
42                                    
43                  wxIcon mIcon;                  wxIcon mIcon;
44                  TrayIcon* mTrayIcon;                  TrayIcon* mTrayIcon;
45                  AcpiParser mParser;                  AcpiParser mParser;
46                    bool mWritable;
47                    wxRadioBox* mButtonbox;
48                    wxTimer mTimer;
49                                    
50                  DECLARE_EVENT_TABLE()                  DECLARE_EVENT_TABLE()
51  };  };

Legend:
Removed from v.24  
changed lines
  Added in v.25

  ViewVC Help
Powered by ViewVC 1.1.20