Changeset 194 in Sophya for trunk/SophyaPI/PIext/pistdimgapp.cc
- Timestamp:
- Feb 11, 1999, 5:52:48 PM (27 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pistdimgapp.cc
r191 r194 319 319 } 320 320 321 321 /* --Methode-- */ 322 void PIStdImgApp::SetReady() 323 { 324 mCons->SetSensitive(); 325 gimv->SetSensitive(); 326 PIApplication::SetReady(); 327 } 328 329 /* --Methode-- */ 330 void PIStdImgApp::SetBusy() 331 { 332 mCons->SetUnSensitive(); 333 gimv->SetUnSensitive(); 334 PIApplication::SetBusy(); 335 } 336 337 /* --Methode-- */ 338 void PIStdImgApp::SetBlocked() 339 { 340 mCons->SetUnSensitive(); 341 gimv->SetUnSensitive(); 342 PIApplication::SetBlocked(); 343 } 322 344 323 345
Note:
See TracChangeset
for help on using the changeset viewer.