#include <SearchTopicGui.h>
Inheritance diagram for Impala::Visualization::SearchTopicGui:
Public Member Functions | |
SearchTopicGui (OglGui::Window *parent, int wndWidth, int wndHeight, int nrImOnRow, int imWidth, int imHeight, double viewScale, Core::Trec::SearchTopic *searchTopic, Core::Array::Array2dVec3UInt8 *logoIm, bool logoAnim) | |
void | SetTopicListener (SearchTopicGuiListener *listener, void *listenerData=0) |
virtual void | StringSelectionEvent (OglGui::StringSelector *src, int strIndex, void *vData) |
virtual void | ImageSelectionEvent (Window *src, int imIndex, void *vData) |
virtual void | ButtonSelectionEvent (OglGui::Button *src, void *vData) |
void | ShowTopic (int id) |
Private Member Functions | |
void | SetAsBox (OglGui::Window *w) |
Private Attributes | |
Core::Trec::SearchTopic * | mSearchTopic |
OglGui::StringSelector * | mTopicNumList |
OglGui::TextArea * | mTopicTextArea |
OglGui::StringSelector * | mTopicVideoList |
ImageStrip * | mExampleImagesStrip |
SearchTopicGuiListener * | mTopicListener |
void * | mTopicListenerData |
Static Private Attributes | |
static const int | NUM = 1 |
static const int | VIDEO = 2 |
static const int | PLAY = 3 |
static const int | EXAMPLE = 4 |
Definition at line 19 of file SearchTopicGui.h.