Public Member Functions | Private Member Functions | Private Attributes
rxtools::TopicDisplayDialog Class Reference

#include <topic_display_dialog.h>

Inheritance diagram for rxtools::TopicDisplayDialog:
Inheritance graph
[legend]

List of all members.

Public Member Functions

void getSelection (std::vector< std::string > &selection)
 Returns the selected topics, or an empty vector if "Cancel" was pressed.
 TopicDisplayDialog (wxWindow *parent, bool multiselect, const std::string &message_type="")
 Constructor.
 ~TopicDisplayDialog ()

Private Member Functions

virtual void onCancel (wxCommandEvent &event)
virtual void onOK (wxCommandEvent &event)
void onTreeItemActivated (wxTreeEvent &event)

Private Attributes

TopicDisplaytopic_display_panel_

Detailed Description

Definition at line 56 of file topic_display_dialog.h.


Constructor & Destructor Documentation

rxtools::TopicDisplayDialog::TopicDisplayDialog ( wxWindow *  parent,
bool  multiselect,
const std::string &  message_type = "" 
)

Constructor.

Parameters:
parentThe parent window, or NULL
nodeThe ROS node
multiselectWhether multiple selection is valid or not. If not, getSelection() will only ever return vectors of length 0 and 1
message_typeThe message type of the topics you'd like to display, or empty for all topics

Definition at line 44 of file topic_display_dialog.cpp.

Definition at line 53 of file topic_display_dialog.cpp.


Member Function Documentation

void rxtools::TopicDisplayDialog::getSelection ( std::vector< std::string > &  selection)

Returns the selected topics, or an empty vector if "Cancel" was pressed.

Definition at line 76 of file topic_display_dialog.cpp.

void rxtools::TopicDisplayDialog::onCancel ( wxCommandEvent &  event) [private, virtual]

Reimplemented from rxtools::GenTopicDisplayDialog.

Definition at line 71 of file topic_display_dialog.cpp.

void rxtools::TopicDisplayDialog::onOK ( wxCommandEvent &  event) [private, virtual]

Reimplemented from rxtools::GenTopicDisplayDialog.

Definition at line 57 of file topic_display_dialog.cpp.

void rxtools::TopicDisplayDialog::onTreeItemActivated ( wxTreeEvent &  event) [private]

Definition at line 81 of file topic_display_dialog.cpp.


Member Data Documentation

Definition at line 79 of file topic_display_dialog.h.


The documentation for this class was generated from the following files:


rxtools
Author(s): Josh Faust, Rob Wheeler, Ken Conley
autogenerated on Mon Oct 6 2014 07:26:00