Home
last modified time | relevance | path

Searched refs:EditorScrollView (Results 1 – 4 of 4) sorted by relevance

/dports/games/allacrost/allacrost-1.0.2/src/editor/
H A Deditor.h86 class EditorScrollView; variable
99 friend class EditorScrollView; variable
277 EditorScrollView* _ed_scrollview;
311 class EditorScrollView: public Q3ScrollView
317 EditorScrollView(QWidget* parent, const QString& name, int width, int height);
318 ~EditorScrollView();
448 friend class EditorScrollView; variable
H A Ddialog_boxes.h58 friend class EditorScrollView; variable
104 friend class EditorScrollView; variable
154 friend class EditorScrollView; variable
H A Dgrid.h54 class EditorScrollView; variable
132 EditorScrollView * _ed_scrollview;
H A Deditor.cpp1406 EditorScrollView::EditorScrollView(QWidget* parent, const QString& name, in EditorScrollView() function in EditorScrollView
1455 EditorScrollView::~EditorScrollView() in ~EditorScrollView()
1463 void EditorScrollView::Resize(int width, int height) in Resize()
1470 vector<int32>& EditorScrollView::GetCurrentLayer() in GetCurrentLayer()
1842 void EditorScrollView::keyPressEvent(QKeyEvent *evt) in keyPressEvent()
1856 void EditorScrollView::_ContextInsertRow() in _ContextInsertRow()
1861 void EditorScrollView::_ContextInsertColumn() in _ContextInsertColumn()
1866 void EditorScrollView::_ContextDeleteRow() in _ContextDeleteRow()
1871 void EditorScrollView::_ContextDeleteColumn() in _ContextDeleteColumn()
1880 void EditorScrollView::_PaintTile(int32 index) in _PaintTile()
[all …]