class SearchResults: public Gtk_CList

clist to display search results

Inheritance:


Public Methods

SearchResults( Session &s, SearchWindow &sw )
void display_results( const WordOccurencesT &result )
void callback_select_row( gint row, gint col, GdkEvent *button )

Private Fields

Session& session
SearchWindow& searchWindow
WordOccurencesT WordOccurences
each row is index in this vector
static const int col0width
static const int col1width
static const int col2width
static const int TextColumns

Documentation

clist to display search results
Session& session

SearchWindow& searchWindow

WordOccurencesT WordOccurences
each row is index in this vector

static const int col0width

static const int col1width

static const int col2width

static const int TextColumns

SearchResults( Session &s, SearchWindow &sw )

void display_results( const WordOccurencesT &result )

void callback_select_row( gint row, gint col, GdkEvent *button )


This class has no child classes.

alphabetic index html hierarchy of classes or java



This page was generated with the help of DOC++.