$search
#include <topic_display_generated.h>
Public Member Functions | |
GenTopicDisplay (wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(500, 300), long style=wxTAB_TRAVERSAL) | |
~GenTopicDisplay () | |
Protected Member Functions | |
virtual void | checkIsTopic (wxTreeEvent &event) |
virtual void | onItemActivated (wxTreeEvent &event) |
Protected Attributes | |
wxTreeCtrl * | topic_tree_ |
Class GenTopicDisplay
Definition at line 30 of file topic_display_generated.h.
GenTopicDisplay::GenTopicDisplay | ( | wxWindow * | parent, | |
wxWindowID | id = wxID_ANY , |
|||
const wxPoint & | pos = wxDefaultPosition , |
|||
const wxSize & | size = wxSize( 500,300 ) , |
|||
long | style = wxTAB_TRAVERSAL | |||
) |
Definition at line 13 of file topic_display_generated.cpp.
GenTopicDisplay::~GenTopicDisplay | ( | ) |
Definition at line 30 of file topic_display_generated.cpp.
virtual void rxtools::GenTopicDisplay::checkIsTopic | ( | wxTreeEvent & | event | ) | [inline, protected, virtual] |
Reimplemented in rxtools::TopicDisplay.
Definition at line 39 of file topic_display_generated.h.
virtual void rxtools::GenTopicDisplay::onItemActivated | ( | wxTreeEvent & | event | ) | [inline, protected, virtual] |
Reimplemented in rxtools::TopicDisplay.
Definition at line 38 of file topic_display_generated.h.
wxTreeCtrl* rxtools::GenTopicDisplay::topic_tree_ [protected] |
Definition at line 35 of file topic_display_generated.h.