#include <editor.h>
Definition at line 22 of file editor.h.
Editor::Editor |
( |
QWidget * |
parent = 0 | ) |
|
void Editor::askToSaveChangesIfModified |
( |
| ) |
|
|
private |
void Editor::closeEvent |
( |
QCloseEvent * |
event | ) |
|
|
private |
QString Editor::findRosPackage |
( |
const QString & |
name | ) |
|
|
private |
Returns a path to the specified ROS package. The returned is empty if package wasn't found.
Definition at line 148 of file editor.cpp.
void Editor::loadConfig |
( |
const QString & |
configFile | ) |
|
bool Editor::loadingSuccessful |
( |
| ) |
|
|
inline |
bool Editor::parseRosPackageDirsFromCommandLineArguments |
( |
| ) |
|
|
private |
Tries to determine ROS package dirs of hector_arena_gui and hector_arena_elements packages from command line arguments
Definition at line 188 of file editor.cpp.
void Editor::setCurrentArenaFile |
( |
QString |
fileName | ) |
|
|
private |
void Editor::slotElementTypeHovered |
( |
ArenaElement * |
element | ) |
|
|
slot |
void Editor::slotExport |
( |
| ) |
|
|
slot |
void Editor::slotExportSdf |
( |
| ) |
|
|
slot |
void Editor::slotItemMountPointChanged |
( |
int |
index | ) |
|
|
slot |
void Editor::slotModified |
( |
| ) |
|
|
privateslot |
void Editor::slotOpen |
( |
| ) |
|
|
slot |
void Editor::slotRemove |
( |
| ) |
|
|
slot |
void Editor::slotRotateClockwise |
( |
| ) |
|
|
slot |
void Editor::slotRotateCounterClockwise |
( |
| ) |
|
|
slot |
void Editor::slotSave |
( |
| ) |
|
|
slot |
void Editor::slotSaveAs |
( |
| ) |
|
|
slot |
void Editor::slotSelectionChanged |
( |
| ) |
|
|
slot |
void Editor::slotShowDocumentation |
( |
| ) |
|
|
slot |
QString Editor::m_currentArenaFile |
|
private |
QString Editor::m_exportDir |
|
private |
QString Editor::m_hector_arena_elements_package_dir |
|
private |
QString Editor::m_hector_arena_gui_package_dir |
|
private |
QString Editor::m_hector_arena_worlds_package_dir |
|
private |
bool Editor::m_loadingSuccessful |
|
private |
QString Editor::m_openSaveDir |
|
private |
Ui::MainWindow* Editor::m_ui |
|
private |
QString Editor::m_windowTitlePrefix |
|
private |
The documentation for this class was generated from the following files: