Ignore:
Timestamp:
Mar 4, 2013, 6:08:02 PM (11 years ago)
Author:
garnier
Message:

Changement de la couleur des sections selectionnes + plein dautres choses

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Interface_Web/trunk/pspaWT/sources/controler/include/dataManager.h

    r355 r359  
    1212#include "beam2Moments.h"
    1313#include "parmelaParticle.h"
     14#include "nomDeLogiciel.h"
    1415
    1516class PspaApplication;
     
    3132   
    3233  void addSectionToExecute(int debut, int fin, nomDeLogiciel prog);
    33    
    34   abstractElement* addElement(typedElement elemType);
     34
     35    abstractElement* addElement(typedElement elemType);
    3536  void removeElement(string);
    3637 
     
    4647  */
    4748  int getNumeroFromElementLabel(string);
    48   abstractElement* getElementPointerFromNumero(int);
     49    abstractElement* getElementPointerFromNumero(int);
    4950 
    5051  void initializeExecution();
    51   trivaluedBool checkExecute(string& diagnostic);
    52   trivaluedBool checkElementsForExec(nomDeLogiciel logiciel, unsigned indexDeb, unsigned indexFin, string& diagnostic);
     52//  trivaluedBool checkExecute(string& diagnostic);
     53//  trivaluedBool checkElementsForExec(nomDeLogiciel logiciel, unsigned indexDeb, unsigned indexFin, string& diagnostic);
    5354  bool executeAll();
    5455 
Note: See TracChangeset for help on using the changeset viewer.