Changeset 194 in Sophya for trunk/SophyaPI/PIext/pistdimgapp.cc


Ignore:
Timestamp:
Feb 11, 1999, 5:52:48 PM (27 years ago)
Author:
ercodmgr
Message:

Petites erreurs Reza 11/02/99

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/pistdimgapp.cc

    r191 r194  
    319319}
    320320
    321 
     321/* --Methode-- */
     322void PIStdImgApp::SetReady()
     323{
     324mCons->SetSensitive();
     325gimv->SetSensitive();
     326PIApplication::SetReady();
     327}
     328
     329/* --Methode-- */
     330void PIStdImgApp::SetBusy()
     331{
     332mCons->SetUnSensitive();
     333gimv->SetUnSensitive();
     334PIApplication::SetBusy();
     335}
     336
     337/* --Methode-- */
     338void PIStdImgApp::SetBlocked()
     339{
     340mCons->SetUnSensitive();
     341gimv->SetUnSensitive();
     342PIApplication::SetBlocked();
     343}
    322344
    323345
Note: See TracChangeset for help on using the changeset viewer.