src/mainwindow.h

changeset 1162
94e12806d741
parent 1160
2cf16ba952bf
child 1185
c2e0db52ea07
child 1240
cebb7ef54f41
equal deleted inserted replaced
1161:e6a5ff67c057 1162:94e12806d741
151 MessageManager* m_messageLog = nullptr; 151 MessageManager* m_messageLog = nullptr;
152 QMap<LDDocument*, Canvas*> m_renderers; 152 QMap<LDDocument*, Canvas*> m_renderers;
153 PrimitiveManager* m_primitives; 153 PrimitiveManager* m_primitives;
154 Grid* m_grid; 154 Grid* m_grid;
155 MathFunctions* m_mathFunctions; 155 MathFunctions* m_mathFunctions;
156 LDObjectList m_sel; 156 QVector<LDObject*> m_sel;
157 QVector<ColorToolbarItem> m_quickColors; 157 QVector<ColorToolbarItem> m_quickColors;
158 QList<QToolButton*> m_colorButtons; 158 QList<QToolButton*> m_colorButtons;
159 QList<QAction*> m_recentFiles; 159 QList<QAction*> m_recentFiles;
160 class Ui_MainWindow& ui; 160 class Ui_MainWindow& ui;
161 QTabBar* m_tabs; 161 QTabBar* m_tabs;

mercurial