Ignore:
Timestamp:
10/29/10 12:22:13 (14 years ago)
Author:
yerima
Message:

The common object witch is the "Order" is present present both in the modinspace window than in the spaceintraj one according to the grammar. So some updates are made in those three class (OrderWindow?, ModinspaceWindow? and SpaceintrajWindow?).Visual Yao

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yao/src/interface/src/include/ModinspaceWindow.hpp

    r471 r472  
    2424 
    2525        public : 
    26                 ModinspaceWindow(yao::Table <yao::Modul> *aModulTable, yao::Table <yao::Space> *aSpaceTable, yao::Table <yao::Operator> *anOperatorTable, yao::Table <yao::Order> *anOrderTable, QWidget *parent=0); 
     26                ModinspaceWindow(yao::Table <yao::Modul> *aModulTable, yao::Table <yao::Space> *aSpaceTable, yao::Table <yao::Operator> *anOperatorTable, yao::Table <yao::Order> *anOrderTable, yao::Order *anOrder, QWidget *parent=0); 
    2727 
    2828        private slots: 
     
    4747                yao::Table <yao::Operator> *m_localOperaTable; 
    4848                yao::Table <yao::Order> *m_localOrderTable; 
     49                yao::Order *m_localOrder; 
    4950                 
    5051                QStandardItemModel *m_axesModel; 
Note: See TracChangeset for help on using the changeset viewer.