VerifFrame Class Reference

#include <auxframes.h>

Inheritance diagram for VerifFrame:

AuxFrame

Detailed Description

Frame to verify if a word is in the dictionary.

Definition at line 171 of file auxframes.h.

Public Member Functions

 VerifFrame (wxFrame *, Dictionary)
void OnText (wxCommandEvent &event)
void Refresh (refresh_t force=REFRESH)

Protected Member Functions

void verif ()

Protected Attributes

Dictionary dic
wxTextCtrl * word
wxStaticText * result


Constructor & Destructor Documentation

VerifFrame::VerifFrame wxFrame *  ,
Dictionary 
 


Member Function Documentation

void VerifFrame::OnText wxCommandEvent &  event  ) 
 

Definition at line 268 of file auxframes.cc.

References verif().

void VerifFrame::Refresh refresh_t  force = REFRESH  ) 
 

Definition at line 274 of file auxframes.cc.

void VerifFrame::verif  )  [protected]
 

Definition at line 254 of file auxframes.cc.

References dic, Dic_search_word(), result, and word.

Referenced by OnText().


Field Documentation

Dictionary VerifFrame::dic [protected]
 

Definition at line 174 of file auxframes.h.

Referenced by verif().

wxStaticText* VerifFrame::result [protected]
 

Definition at line 176 of file auxframes.h.

Referenced by verif().

wxTextCtrl* VerifFrame::word [protected]
 

Definition at line 175 of file auxframes.h.

Referenced by verif().


The documentation for this class was generated from the following files:
Generated on Thu Dec 29 02:01:16 2005 for Eliot by  doxygen 1.4.5