![]() |
Mapper
0.9.0
API documentation
|
Creates a test map editor and provides related pointers. More...

Public Member Functions | |
| TestMapEditor (Map *map) | |
| TestMapEditor (const TestMapEditor &)=delete | |
| TestMapEditor & | operator= (const TestMapEditor &)=delete |
| ~TestMapEditor () | |
| void | simulateClick (const QPoint &pos) |
| void | simulateClick (const QPointF &pos) |
| void | simulateDrag (const QPoint &start_pos, const QPoint &end_pos) |
| void | simulateDrag (const QPointF &start_pos, const QPointF &end_pos) |
Public Attributes | |
| MainWindow * | window |
| MapEditorController * | editor |
| MapWidget * | map_widget |
Creates a test map editor and provides related pointers.
| TestMapEditor::TestMapEditor | ( | Map * | map | ) |
|
delete |
| TestMapEditor::~TestMapEditor | ( | ) |
|
delete |
| void TestMapEditor::simulateClick | ( | const QPoint & | pos | ) |
| void TestMapEditor::simulateClick | ( | const QPointF & | pos | ) |
| MapEditorController* TestMapEditor::editor |
| MapWidget* TestMapEditor::map_widget |
| MainWindow* TestMapEditor::window |
1.8.13