Changeset 68dfc58 in OpenModelica for OMEdit/OMEditGUI/ProjectTabWidget.h


Ignore:
Timestamp:
2011-03-06T04:24:22+01:00 (13 years ago)
Author:
Adeel Asghar <adeel.asghar@…>
Branches:
Added-citation-metadata, maintenance/v1.14, maintenance/v1.15, maintenance/v1.16, maintenance/v1.17, maintenance/v1.18, maintenance/v1.19, maintenance/v1.20, maintenance/v1.21, maintenance/v1.22, maintenance/v1.23, master, omlib-staging
Children:
30eb505b
Parents:
b605a21
Message:
  • Changed the settings of all OM clients so that generatedfiles are created in a separate directories.
  • Few updates of OMEdit

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8115 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

File:
1 edited

Legend:

Unmodified
Added
Removed
  • OMEdit/OMEditGUI/ProjectTabWidget.h

    rbb4e1539 r68dfc58  
    8888public:
    8989    GraphicsView(int iconType, ProjectTab *parent = 0);
     90    void addComponentoView(QString name, QString className, QPoint point, bool isConnector = false,
     91                           bool addObject = true, bool diagram = false);
    9092    void addComponentObject(Component *icon);
    9193    void deleteComponentObject(Component *icon);
     
    135137    void keyPressRotateAntiClockwise();
    136138public slots:
     139    void updateSceneRect(const QRectF &rect);
    137140    void addConnector(Component *pComponent);
    138141    void removeConnector();
     
    198201
    199202    ProjectTabWidget *mpParentProjectTabWidget;
    200     GraphicsView *mpGraphicsView;
    201     GraphicsScene *mpGraphicsScene;
    202203    GraphicsView *mpDiagramGraphicsView;
    203204    GraphicsScene *mpDiagramGraphicsScene;
     205    GraphicsView *mpIconGraphicsView;
     206    GraphicsScene *mpIconGraphicsScene;
    204207    QWidget *mpModelicaEditorWidget;
    205208    ModelicaEditor *mpModelicaEditor;
     
    213216public slots:
    214217    void hasChanged();
     218    void showIconView(bool checked);
    215219    void showDiagramView(bool checked);
    216     void showIconView(bool checked);
    217220    void showModelicaTextView(bool checked);
    218221    void showDocumentationView();
Note: See TracChangeset for help on using the changeset viewer.