$search
#include "visualization_frame.h"
#include <string>
#include <wx/frame.h>
#include <deque>
#include <boost/shared_ptr.hpp>
#include "render_panel.h"
#include "displays_panel.h"
#include "views_panel.h"
#include "time_panel.h"
#include "selection_panel.h"
#include "tool_properties_panel.h"
#include "visualization_manager.h"
#include "tools/tool.h"
#include "plugin_manager_dialog.h"
#include "splash_screen.h"
#include "loading_dialog.h"
#include <ros/package.h>
#include <ros/console.h>
#include <ogre_tools/initialization.h>
#include <wx/config.h>
#include <wx/confbase.h>
#include <wx/stdpaths.h>
#include <wx/menu.h>
#include <wx/toolbar.h>
#include <wx/aui/aui.h>
#include <wx/filedlg.h>
#include <wx/artprov.h>
#include <boost/filesystem.hpp>
#include <boost/bind.hpp>
#include <boost/algorithm/string/split.hpp>
#include <boost/algorithm/string/trim.hpp>
Go to the source code of this file.
Namespaces | |
namespace | rviz |
namespace | rviz::toolbar_items |
Defines | |
#define | CONFIG_AUIMANAGER_PERSPECTIVE wxT("/AuiManagerPerspective") |
#define | CONFIG_AUIMANAGER_PERSPECTIVE_VERSION wxT("/AuiManagerPerspectiveVersion") |
#define | CONFIG_EXTENSION "vcg" |
#define | CONFIG_EXTENSION_WILDCARD "*."CONFIG_EXTENSION |
#define | CONFIG_LAST_DIR wxT("/LastConfigDir") |
#define | CONFIG_RECENT_CONFIGS wxT("/RecentConfigs") |
#define | CONFIG_WINDOW_HEIGHT wxT("/Window/Height") |
#define | CONFIG_WINDOW_WIDTH wxT("/Window/Width") |
#define | CONFIG_WINDOW_X wxT("/Window/X") |
#define | CONFIG_WINDOW_Y wxT("/Window/Y") |
#define | PERSPECTIVE_VERSION 2 |
#define | RECENT_CONFIG_COUNT 10 |
Typedefs | |
typedef toolbar_items::ToolbarItem | rviz::ToolbarItem |
Enumerations | |
enum | rviz::toolbar_items::ToolbarItem { rviz::toolbar_items::Count } |
#define CONFIG_AUIMANAGER_PERSPECTIVE wxT("/AuiManagerPerspective") |
Definition at line 68 of file visualization_frame.cpp.
#define CONFIG_AUIMANAGER_PERSPECTIVE_VERSION wxT("/AuiManagerPerspectiveVersion") |
Definition at line 69 of file visualization_frame.cpp.
#define CONFIG_EXTENSION "vcg" |
Definition at line 73 of file visualization_frame.cpp.
#define CONFIG_EXTENSION_WILDCARD "*."CONFIG_EXTENSION |
Definition at line 74 of file visualization_frame.cpp.
#define CONFIG_LAST_DIR wxT("/LastConfigDir") |
Definition at line 71 of file visualization_frame.cpp.
#define CONFIG_RECENT_CONFIGS wxT("/RecentConfigs") |
Definition at line 70 of file visualization_frame.cpp.
#define CONFIG_WINDOW_HEIGHT wxT("/Window/Height") |
Definition at line 67 of file visualization_frame.cpp.
#define CONFIG_WINDOW_WIDTH wxT("/Window/Width") |
Definition at line 66 of file visualization_frame.cpp.
#define CONFIG_WINDOW_X wxT("/Window/X") |
Definition at line 64 of file visualization_frame.cpp.
#define CONFIG_WINDOW_Y wxT("/Window/Y") |
Definition at line 65 of file visualization_frame.cpp.
#define PERSPECTIVE_VERSION 2 |
Definition at line 75 of file visualization_frame.cpp.
#define RECENT_CONFIG_COUNT 10 |
Definition at line 77 of file visualization_frame.cpp.