class SearchWindow: public Gtk_Window


Inheritance:


Public Methods

SearchWindow( Session &s )
void find_hint_words( int position, GList *&hints )
void callback_less( int pos )
callbacks
void callback_more( int pos )
void callback_close()
void callback_search()

Private Fields

Session& session
session
vector < SearchItem * > searchItems
vector of text search items, connected by boolean operation
Gtk_VBox* searchItemsVBox
and corresponding container
SearchResults* searchResults
static const int topWindowInitSizeX
static const int topWindowInitSizeY

Documentation

Session& session
session

vector < SearchItem * > searchItems
vector of text search items, connected by boolean operation

Gtk_VBox* searchItemsVBox
and corresponding container

SearchResults* searchResults

static const int topWindowInitSizeX

static const int topWindowInitSizeY

SearchWindow( Session &s )

void find_hint_words( int position, GList *&hints )

void callback_less( int pos )
callbacks

void callback_more( int pos )

void callback_close()

void callback_search()


This class has no child classes.

alphabetic index html hierarchy of classes or java



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