#include <ScreenQuery.h>
Inheritance diagram for Impala::Application::IDash::ScreenQuery:


Public Member Functions | |
| ScreenQuery (int width, int height, ScreenBrowser *browser) | |
| ScreenQuery (OglGui::Window *parent, int width, int height, ScreenBrowser *browser) | |
| ScreenQuery (OglGui::Window *parent, ScreenBrowser *browser) | |
| virtual void | PreviewBarSelectionEvent (OglGui::Window *src, std::string concept, bool selected, void *userData) |
| virtual void | PreviewBarImageClickEvent (OglGui::Window *src, std::string concept, int keyframeID, void *userData) |
| virtual void | ButtonSelectionEvent (Button *src, void *vData) |
Static Public Attributes | |
| static const int | SEL_FROMTREE = 1 |
| static const int | SEL_FROMSET = 2 |
| static const int | SEL_SHOTSSET = 3 |
| static const int | BTN_QUERY = 1 |
| static const int | BTN_ALLMOVIES = 2 |
| static const int | BTN_CLEAR = 3 |
Private Member Functions | |
| void | InitScreen (ScreenBrowser *browser) |
| void | AddConcepts (Core::Table::SimilarityTableSet *conceptRanking) |
| void | AddConceptToQuery (std::string name, bool selected=true) |
| void | RemoveConceptFromQuery (std::string name) |
| void | AddComponent (std::string qomponent) |
| void | RemoveComponent (std::string qomponent) |
| Visualization::GUI::ConceptPreviewBar * | GetConceptBar (std::string name) |
| void | DoClearSelection () |
Private Attributes | |
| Visualization::GUI::ConceptTreeBrowser * | mConceptTreeBrowserWnd |
| std::map< std::string, Visualization::GUI::ConceptPreviewBar * > | mConceptBars |
| OglGui::Window * | mSuggestionWnd |
| std::list< std::string > | mQueryComponents |
| OglGui::Button * | mBtnSearch |
| OglGui::Button * | mBtnAllMovies |
| OglGui::Button * | mBtnClearSelection |
| ScreenBrowser * | mBrowser |
| ILOG_VAR_DEC | |
Definition at line 38 of file ScreenQuery.h.
1.5.1