#include <mapviz.h>
|
void | Initialize () |
|
| Mapviz (bool is_standalone, int argc, char **argv, QWidget *parent=0, Qt::WindowFlags flags=0) |
|
| ~Mapviz () |
|
Definition at line 76 of file mapviz.h.
◆ Mapviz()
mapviz::Mapviz::Mapviz |
( |
bool |
is_standalone, |
|
|
int |
argc, |
|
|
char ** |
argv, |
|
|
QWidget * |
parent = 0 , |
|
|
Qt::WindowFlags |
flags = 0 |
|
) |
| |
◆ ~Mapviz()
mapviz::Mapviz::~Mapviz |
( |
| ) |
|
◆ AddDisplay()
bool mapviz::Mapviz::AddDisplay |
( |
AddMapvizDisplay::Request & |
req, |
|
|
AddMapvizDisplay::Response & |
resp |
|
) |
| |
|
protected |
◆ AdjustWindowSize()
void mapviz::Mapviz::AdjustWindowSize |
( |
| ) |
|
|
protected |
◆ AutoSave
void mapviz::Mapviz::AutoSave |
( |
| ) |
|
|
slot |
◆ CaptureVideoFrame
void mapviz::Mapviz::CaptureVideoFrame |
( |
| ) |
|
|
slot |
◆ ClearConfig
void mapviz::Mapviz::ClearConfig |
( |
| ) |
|
|
slot |
◆ ClearDisplays()
void mapviz::Mapviz::ClearDisplays |
( |
| ) |
|
|
protected |
◆ ClearHistory
void mapviz::Mapviz::ClearHistory |
( |
| ) |
|
|
slot |
◆ closeEvent()
void mapviz::Mapviz::closeEvent |
( |
QCloseEvent * |
event | ) |
|
|
protectedvirtual |
◆ CreateNewDisplay()
MapvizPluginPtr mapviz::Mapviz::CreateNewDisplay |
( |
const std::string & |
name, |
|
|
const std::string & |
type, |
|
|
bool |
visible, |
|
|
bool |
collapsed, |
|
|
int |
draw_order = 0 |
|
) |
| |
|
protected |
◆ FixedFrameSelected
void mapviz::Mapviz::FixedFrameSelected |
( |
const QString & |
text | ) |
|
|
slot |
◆ Force480p
void mapviz::Mapviz::Force480p |
( |
bool |
on | ) |
|
|
slot |
◆ Force720p
void mapviz::Mapviz::Force720p |
( |
bool |
on | ) |
|
|
slot |
◆ FrameGrabbed
void mapviz::Mapviz::FrameGrabbed |
( |
QImage |
| ) |
|
|
signal |
Emitted every time a frame is grabbed when Mapviz is in video recording mode, typically at a rate of 30 FPS. Note that the QImage emitted says its format is ARGB, but its pixel order is actually BGRA.
◆ HandleProfileTimer
void mapviz::Mapviz::HandleProfileTimer |
( |
| ) |
|
|
slot |
◆ Hover
void mapviz::Mapviz::Hover |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
scale |
|
) |
| |
|
slot |
◆ ImageTransportChanged
void mapviz::Mapviz::ImageTransportChanged |
( |
| ) |
|
|
signal |
◆ Initialize()
void mapviz::Mapviz::Initialize |
( |
| ) |
|
◆ Open()
void mapviz::Mapviz::Open |
( |
const std::string & |
filename | ) |
|
|
protected |
◆ OpenConfig
void mapviz::Mapviz::OpenConfig |
( |
| ) |
|
|
slot |
◆ Recenter
void mapviz::Mapviz::Recenter |
( |
| ) |
|
|
slot |
◆ RemoveDisplay [1/2]
void mapviz::Mapviz::RemoveDisplay |
( |
| ) |
|
|
slot |
◆ RemoveDisplay [2/2]
void mapviz::Mapviz::RemoveDisplay |
( |
QListWidgetItem * |
item | ) |
|
|
slot |
◆ ReorderDisplays
void mapviz::Mapviz::ReorderDisplays |
( |
| ) |
|
|
slot |
◆ Save()
void mapviz::Mapviz::Save |
( |
const std::string & |
filename | ) |
|
|
protected |
◆ SaveConfig
void mapviz::Mapviz::SaveConfig |
( |
| ) |
|
|
slot |
◆ SaveConfigAs
void mapviz::Mapviz::SaveConfigAs |
( |
| ) |
|
|
slot |
◆ Screenshot
void mapviz::Mapviz::Screenshot |
( |
| ) |
|
|
slot |
◆ SelectBackgroundColor
void mapviz::Mapviz::SelectBackgroundColor |
( |
const QColor & |
color | ) |
|
|
slot |
◆ SelectNewDisplay
void mapviz::Mapviz::SelectNewDisplay |
( |
| ) |
|
|
slot |
◆ SetCaptureDirectory
void mapviz::Mapviz::SetCaptureDirectory |
( |
| ) |
|
|
slot |
◆ SetImageTransport
void mapviz::Mapviz::SetImageTransport |
( |
QAction * |
transport_action | ) |
|
|
slot |
◆ SetResizable
void mapviz::Mapviz::SetResizable |
( |
bool |
on | ) |
|
|
slot |
◆ showEvent()
void mapviz::Mapviz::showEvent |
( |
QShowEvent * |
event | ) |
|
|
protectedvirtual |
◆ SpinOnce
void mapviz::Mapviz::SpinOnce |
( |
| ) |
|
|
slot |
◆ StopRecord
void mapviz::Mapviz::StopRecord |
( |
| ) |
|
|
slot |
◆ TargetFrameSelected
void mapviz::Mapviz::TargetFrameSelected |
( |
const QString & |
text | ) |
|
|
slot |
◆ ToggleCaptureTools
void mapviz::Mapviz::ToggleCaptureTools |
( |
bool |
on | ) |
|
|
slot |
◆ ToggleConfigPanel
void mapviz::Mapviz::ToggleConfigPanel |
( |
bool |
on | ) |
|
|
slot |
◆ ToggleEnableAntialiasing
void mapviz::Mapviz::ToggleEnableAntialiasing |
( |
bool |
on | ) |
|
|
slot |
◆ ToggleFixOrientation
void mapviz::Mapviz::ToggleFixOrientation |
( |
bool |
on | ) |
|
|
slot |
◆ ToggleRecord
void mapviz::Mapviz::ToggleRecord |
( |
bool |
on | ) |
|
|
slot |
◆ ToggleRotate90
void mapviz::Mapviz::ToggleRotate90 |
( |
bool |
on | ) |
|
|
slot |
◆ ToggleShowPlugin
void mapviz::Mapviz::ToggleShowPlugin |
( |
QListWidgetItem * |
item, |
|
|
bool |
visible |
|
) |
| |
|
slot |
◆ ToggleStatusBar
void mapviz::Mapviz::ToggleStatusBar |
( |
bool |
on | ) |
|
|
slot |
◆ UpdateFrames
void mapviz::Mapviz::UpdateFrames |
( |
| ) |
|
|
slot |
◆ UpdateImageTransportMenu
void mapviz::Mapviz::UpdateImageTransportMenu |
( |
| ) |
|
|
slot |
◆ UpdateSizeHints
void mapviz::Mapviz::UpdateSizeHints |
( |
| ) |
|
|
slot |
◆ add_display_srv_
◆ argc_
int mapviz::Mapviz::argc_ |
|
protected |
◆ argv_
char** mapviz::Mapviz::argv_ |
|
protected |
◆ background_
QColor mapviz::Mapviz::background_ |
|
protected |
◆ canvas_
◆ capture_directory_
std::string mapviz::Mapviz::capture_directory_ |
|
protected |
◆ force_480p_
bool mapviz::Mapviz::force_480p_ |
|
protected |
◆ force_720p_
bool mapviz::Mapviz::force_720p_ |
|
protected |
◆ frame_timer_
QTimer mapviz::Mapviz::frame_timer_ |
|
protected |
◆ image_transport_menu_
QMenu* mapviz::Mapviz::image_transport_menu_ |
|
protected |
◆ IMAGE_TRANSPORT_PARAM
const std::string mapviz::Mapviz::IMAGE_TRANSPORT_PARAM = "image_transport" |
|
staticprotected |
◆ initialized_
bool mapviz::Mapviz::initialized_ |
|
protected |
◆ is_standalone_
bool mapviz::Mapviz::is_standalone_ |
|
protected |
◆ lat_lon_pos_label_
QLabel* mapviz::Mapviz::lat_lon_pos_label_ |
|
protected |
◆ loader_
◆ MAPVIZ_CONFIG_FILE
const QString mapviz::Mapviz::MAPVIZ_CONFIG_FILE = "/.mapviz_config" |
|
staticprotected |
◆ meas_spin_
◆ node_
◆ plugins_
◆ profile_timer_
QTimer mapviz::Mapviz::profile_timer_ |
|
protected |
◆ rec_button_
QPushButton* mapviz::Mapviz::rec_button_ |
|
protected |
◆ recenter_button_
QPushButton* mapviz::Mapviz::recenter_button_ |
|
protected |
◆ record_timer_
QTimer mapviz::Mapviz::record_timer_ |
|
protected |
◆ resizable_
bool mapviz::Mapviz::resizable_ |
|
protected |
◆ ROS_WORKSPACE_VAR
const QString mapviz::Mapviz::ROS_WORKSPACE_VAR = "ROS_WORKSPACE" |
|
staticprotected |
◆ save_location_
std::string mapviz::Mapviz::save_location_ |
|
protected |
◆ save_timer_
QTimer mapviz::Mapviz::save_timer_ |
|
protected |
◆ screenshot_button_
QPushButton* mapviz::Mapviz::screenshot_button_ |
|
protected |
◆ spacer1_
QWidget* mapviz::Mapviz::spacer1_ |
|
protected |
◆ spacer2_
QWidget* mapviz::Mapviz::spacer2_ |
|
protected |
◆ spacer3_
QWidget* mapviz::Mapviz::spacer3_ |
|
protected |
◆ spin_timer_
QTimer mapviz::Mapviz::spin_timer_ |
|
protected |
◆ stop_button_
QPushButton* mapviz::Mapviz::stop_button_ |
|
protected |
◆ tf_
◆ tf_manager_
◆ ui_
Ui::mapviz mapviz::Mapviz::ui_ |
|
protected |
◆ updating_frames_
bool mapviz::Mapviz::updating_frames_ |
|
protected |
◆ vid_writer_
◆ video_thread_
QThread mapviz::Mapviz::video_thread_ |
|
protected |
◆ xy_pos_label_
QLabel* mapviz::Mapviz::xy_pos_label_ |
|
protected |
The documentation for this class was generated from the following files: