Changeset 2781 in Sophya for trunk/SophyaPI/PIext/piacmd.cc


Ignore:
Timestamp:
May 30, 2005, 10:00:17 AM (20 years ago)
Author:
ansari
Message:

1/ Separation de basexecut.cc en deux : commandes graphiques mises ds graphexecut.cc .h
2/ Finalisation commandes bargraph et textdrawer ds graphexecut.cc
3/ Adaptation piacmd.cc , suppression limite a 250 ds func2d et MAJ MAkefile et objlist.list

Reza 30 Mai 2005

File:
1 edited

Legend:

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

    r2755 r2781  
    66#include <math.h>
    77
    8 #include "basexecut.h"
    98
    109#include "pdlmgr.h"
     
    2120#include "pistdimgapp.h"
    2221#include "nobjmgr.h"
     22
     23// Les differentes classes CommandExecutor
     24#include "basexecut.h"
     25#include "graphexecut.h"
    2326#include "piafitting.h"
    2427#include "pawexecut.h"
     
    170173
    171174basexec = new PIABaseExecutor(this, mObjMgr, app);
     175graphexec = new PIAGraphicExecutor(this, mObjMgr, app);
    172176fitexec = new PIAFitter(this, app);
    173177pawexec = new PAWExecutor(this, app);
     
    197201delete cxxoptwin;
    198202delete basexec;
     203delete graphexec;
    199204delete fitexec;
    200205delete pawexec;
Note: See TracChangeset for help on using the changeset viewer.