#include <GLWListView.h>
Public Member Functions | |
| WordEntry (const char *word, Vector &color) | |
Public Attributes | |
| unsigned | wordRef_ |
| Vector | color_ |
| std::string | href_ |
| std::string | word_ |
| std::map < std::string, std::string > | event_ |
Static Public Attributes | |
| static unsigned | wordRefCount_ = 1 |
Definition at line 74 of file GLWListView.h.
| GLWListView::WordEntry::WordEntry | ( | const char * | word, | |
| Vector & | color | |||
| ) | [inline] |
Definition at line 76 of file GLWListView.h.
| unsigned GLWListView::WordEntry::wordRef_ |
unsigned GLWListView::WordEntry::wordRefCount_ = 1 [static] |
Definition at line 80 of file GLWListView.h.
Referenced by GLWListView::draw(), and GLWListView::resetPosition().
Definition at line 82 of file GLWListView.h.
Referenced by GLWListView::draw(), and GLWListView::drawUrl().
Definition at line 83 of file GLWListView.h.
Referenced by GLWListView::draw(), and GLWListView::mouseDown().
Definition at line 84 of file GLWListView.h.
Referenced by GLWListView::draw(), GLWListView::drawUrl(), and GLWListView::getLines().
| std::map<std::string, std::string> GLWListView::WordEntry::event_ |
1.5.3