Home
last modified time | relevance | path

Searched refs:_insert_row_action (Results 1 – 2 of 2) sorted by relevance

/dports/games/allacrost/allacrost-1.0.2/src/editor/
H A Deditor.h393 QAction* _insert_row_action; variable
H A Deditor.cpp1433 _insert_row_action = new QAction("Insert row", this); in EditorScrollView()
1434_insert_row_action->setStatusTip("Inserts a row of empty tiles on all layers above the currently s… in EditorScrollView()
1435 connect(_insert_row_action, SIGNAL(triggered()), this, SLOT(_ContextInsertRow())); in EditorScrollView()
1448 _context_menu->addAction(_insert_row_action); in EditorScrollView()