#include <video_playback.h>
Signals | |
void | clockUpdated () |
Public Member Functions | |
virtual bool | eventFilter (QObject *watched, QEvent *event) |
virtual void | initPlugin (qt_gui_cpp::PluginContext &context) |
virtual void | restoreSettings (const qt_gui_cpp::Settings &plugin_settings, const qt_gui_cpp::Settings &instance_settings) |
virtual void | saveSettings (qt_gui_cpp::Settings &plugin_settings, qt_gui_cpp::Settings &instance_settings) const |
virtual void | shutdownPlugin () |
VideoPlayback () | |
virtual | ~VideoPlayback () |
Public Member Functions inherited from rqt_gui_cpp::Plugin | |
Plugin () | |
Public Member Functions inherited from qt_gui_cpp::Plugin | |
virtual bool | hasConfiguration () const |
Plugin () | |
virtual void | triggerConfiguration () |
Public Member Functions inherited from nodelet::Nodelet | |
void | init (const std::string &name, const M_string &remapping_args, const V_string &my_argv, ros::CallbackQueueInterface *st_queue=NULL, ros::CallbackQueueInterface *mt_queue=NULL) |
Nodelet () | |
virtual | ~Nodelet () |
Protected Slots | |
void | currentSourceChanged (Phonon::MediaSource) |
void | nextClicked () |
void | openClicked () |
void | playClicked () |
void | previousClicked () |
void | sliderValueChanged (int) |
void | stateChanged (Phonon::State newstate, Phonon::State oldstate) |
void | sync () |
void | tick (qint64) |
void | totalTimeChanged (qint64) |
Protected Member Functions | |
virtual void | callbackClock (const rosgraph_msgs::Clock::ConstPtr &msg) |
Phonon::MediaObject * | mediaObject () const |
Protected Member Functions inherited from nodelet::Nodelet | |
ros::CallbackQueueInterface & | getMTCallbackQueue () const |
ros::NodeHandle & | getMTNodeHandle () const |
ros::NodeHandle & | getMTPrivateNodeHandle () const |
const V_string & | getMyArgv () const |
const std::string & | getName () const |
ros::NodeHandle & | getNodeHandle () const |
ros::NodeHandle & | getPrivateNodeHandle () const |
const M_string & | getRemappingArgs () const |
ros::CallbackQueueInterface & | getSTCallbackQueue () const |
std::string | getSuffixedName (const std::string &suffix) const |
Private Member Functions | |
qint64 | fromRos (const ros::Duration &duration) |
ros::Duration | toRos (qint64 time) |
Private Attributes | |
ros::Time | clock_ |
ros::Time | start_ |
qint64 | step_time_ |
ros::Subscriber | subscriber_ |
qint64 | time_tolerance_ |
Ui_VideoPlayback | ui_ |
QWidget * | widget_ |
Definition at line 43 of file video_playback.h.
rqt_video_playback::VideoPlayback::VideoPlayback | ( | ) |
Definition at line 36 of file video_playback.cpp.
|
virtual |
Definition at line 45 of file video_playback.cpp.
|
protectedvirtual |
Definition at line 313 of file video_playback.cpp.
|
signal |
|
protectedslot |
Definition at line 308 of file video_playback.cpp.
|
virtual |
Definition at line 79 of file video_playback.cpp.
|
private |
Definition at line 223 of file video_playback.cpp.
|
virtual |
Reimplemented from qt_gui_cpp::Plugin.
Definition at line 49 of file video_playback.cpp.
|
inlineprotected |
Definition at line 81 of file video_playback.h.
|
protectedslot |
Definition at line 202 of file video_playback.cpp.
|
protectedslot |
Definition at line 139 of file video_playback.cpp.
|
protectedslot |
Definition at line 153 of file video_playback.cpp.
|
protectedslot |
Definition at line 195 of file video_playback.cpp.
|
virtual |
Reimplemented from qt_gui_cpp::Plugin.
Definition at line 123 of file video_playback.cpp.
|
virtual |
Reimplemented from qt_gui_cpp::Plugin.
Definition at line 113 of file video_playback.cpp.
|
virtual |
Reimplemented from rqt_gui_cpp::Plugin.
Definition at line 106 of file video_playback.cpp.
|
protectedslot |
Definition at line 209 of file video_playback.cpp.
|
protectedslot |
Definition at line 286 of file video_playback.cpp.
|
protectedslot |
Definition at line 228 of file video_playback.cpp.
|
protectedslot |
Definition at line 233 of file video_playback.cpp.
|
private |
Definition at line 215 of file video_playback.cpp.
|
protectedslot |
Definition at line 303 of file video_playback.cpp.
|
private |
Definition at line 93 of file video_playback.h.
|
private |
Definition at line 94 of file video_playback.h.
|
private |
Definition at line 97 of file video_playback.h.
|
private |
Definition at line 91 of file video_playback.h.
|
private |
Definition at line 98 of file video_playback.h.
|
private |
Definition at line 87 of file video_playback.h.
|
private |
Definition at line 89 of file video_playback.h.