~cairo-dock-team/cairo-dock-plug-ins/plug-ins

« back to all changes in this revision

Viewing changes to System-Monitor/src/applet-struct.h

  • Committer: Fabrice Rey
  • Date: 2010-10-02 00:41:08 UTC
  • Revision ID: fabounet03@gmail.com-20101002004108-2m2n0ns8hjlrtnln
weather: remove workaround for double-click since the dock handles it nicely + CMakeList: fixed the plug-in dir test + System-monitor: added data from sensors (work in progress)

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
        gdouble fSmoothFactor;
49
49
        gboolean bShowCpu;
50
50
        gboolean bShowRam;
 
51
        gboolean bShowSwap;
51
52
        gboolean bShowNvidia;
52
 
        gboolean bShowSwap;
 
53
        gboolean bShowCpuTemp;
 
54
        gboolean bShowFanSpeed;
53
55
        gboolean bShowFreeMemory;
54
56
        
55
57
        CairoDockInfoDisplay iInfoDisplay;
120
122
        gdouble fPrevCpuTempPercent;
121
123
        gdouble fFanSpeedPercent;
122
124
        gdouble fPrevFanSpeedPercent;
 
125
        gdouble fMaxFanSpeed;
123
126
        gboolean bNeedsUpdate;
124
127
        gint iTimerCount;
 
128
        gboolean bCpuTempAlarm;
 
129
        gboolean bFanAlarm;
125
130
        // end of shared memory.
126
131
        gboolean bAlerted;
127
132
        gint iCount;  // pour sous-echantilloner les acquisitions de valeurs moins variables.
 
133
        gint iSensorsState;
128
134
        
129
135
        guint iNbProcesses;
130
136
        CairoDialog *pTopDialog;