Changeset 2106 in Sophya for trunk/SophyaPI/PIext/pistdimgapp.h
- Timestamp:
- Jul 17, 2002, 7:30:48 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pistdimgapp.h
r1971 r2106 21 21 22 22 #include PIFILECHO_H 23 #include PIPERIODIC_H 24 23 25 #include "picons.h" 24 26 … … 29 31 #include "pisiadw.h" 30 32 #include "pistzwin.h" 33 34 #include "pitherm.h" 35 36 #include "resusage.h" 31 37 32 38 … … 100 106 void StatZoomWindowSetVisible(bool fg=true); 101 107 108 // Update de l'info de la fenetre stats/ressources 109 void UpdateStatResourceInfo(); 110 102 111 // Redirection ou Non de StdOut/StdErr 103 112 void RedirectStdOutErr(bool fg = true); … … 144 153 PIPixmap* gimv; 145 154 PICMapView* cmapv; 146 PILabel* labstat; 155 // Pour afficher des stats 156 PILabel* lab_mem; 157 PIThermometer* therm_mem; 158 PILabel* lab_cpu; 159 PIThermometer* therm_cpu; 147 160 148 161 PIFileChooser * pfc_fits; // Pour les fichiers FITS … … 183 196 int mFgScSz; // Flag ScreenSize 184 197 bool mFgCWImg; // true -> Current Widget is PIImage 198 199 // Pour comptabiliser l'utilisation des ressources 200 ResourceUsage resusg; 201 PIPeriodic* resupd_periodic; 185 202 }; 186 203
Note:
See TracChangeset
for help on using the changeset viewer.