Changeset 372 for trunk/yao


Ignore:
Timestamp:
07/01/10 09:57:27 (14 years ago)
Author:
yerima
Message:

delete data after insertion in modul window. Visual Yao.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yao/src/interface/src/ModulWindow.cpp

    r371 r372  
    193193                cout << "Erreur dans la methode addModulRow" << endl; 
    194194        }        
    195 } 
    196  
    197 /***********************************************************************************************************/ 
     195        eraseDataFromLineEdit(); 
     196} 
     197 
     198/************************************ Implementation of generateModulFile(string aFilename) method. *************************************************/ 
    198199void ModulWindow::generateModulFile(string aFilename)  
    199200{ 
     
    270271void ModulWindow::eraseDataFromLineEdit() { 
    271272 
    272         /*m_modulSpaceComboName->setCurrentIndex(0);  
    273         m_modulOperaComboName->setCurrentIndex(0);  
    274         m_modulAutonetCombo->setCurrentIndex(0); 
     273        m_modulNameLine->setText(""); 
     274        m_modulSpaceCombo->setCurrentIndex(0);  
     275        m_modulOperaCombo->setCurrentIndex(0);  
     276        /*m_modulAutonetCombo->setCurrentIndex(0); 
    275277        m_comboModulClonof->setCurrentIndex(0);  
    276278        m_comboModulLopera->setCurrentIndex(0); 
Note: See TracChangeset for help on using the changeset viewer.