#include <filter_frames.h>
Public Types | |
using | FramesSet = std::set< std::pair< std::string, std::string >> |
Public Member Functions | |
FilterFrames (const rosbag::Bag &bag, FramesSet &filtered_frames, QWidget *parent=nullptr) | |
~FilterFrames () | |
Private Slots | |
void | on_buttonBox_accepted () |
Private Attributes | |
const rosbag::Bag & | _bag |
FramesSet & | _frames_to_filter |
Ui::FilterFrames * | ui |
Definition at line 12 of file filter_frames.h.
using FilterFrames::FramesSet = std::set<std::pair<std::string,std::string>> |
Definition at line 17 of file filter_frames.h.
|
explicit |
Definition at line 10 of file filter_frames.cpp.
FilterFrames::~FilterFrames | ( | ) |
Definition at line 76 of file filter_frames.cpp.
|
privateslot |
Definition at line 81 of file filter_frames.cpp.
|
private |
Definition at line 31 of file filter_frames.h.
|
private |
Definition at line 32 of file filter_frames.h.
|
private |
Definition at line 30 of file filter_frames.h.