CHMHtmlWindow Class Reference

Custom HTML widget class. Needed for sychnronization between the topics tree control and the currently displayed page. More...

#include <chmhtmlwindow.h>

Inheritance diagram for CHMHtmlWindow:

wxHtmlWindow

List of all members.

Public Member Functions

 CHMHtmlWindow (wxWindow *parent, wxTreeCtrl *tc, CHMFrame *frame)
 Initializes the widget.
 ~CHMHtmlWindow ()
 Destructor. Deletes heap objects allocated in the constructor.
virtual void OnSetTitle (const wxString &title)
bool LoadPage (const wxString &location)
 Override. Looks up the wanted page in the tree and selects it.
void SetSync (bool value)
 Dictates the behaviour of LoadPage(). If SetSync() has been called with a true parameter, the tree control will be updated by LoadPage(). Otherwise, it will not be updated.
bool IsCaller () const
wxHtmlCell * FindFirst (wxHtmlCell *parent, const wxString &word, bool wholeWords, bool caseSensitive)
 Finds the first occurence of word in the displayed page.
wxHtmlCell * FindNext (wxHtmlCell *start, const wxString &word, bool wholeWords, bool caseSensitive)
 Same as FindFirst(), but continues the search from start (start is considered in the search process).
void ClearSelection ()
 Clears the current selection.
void OnFind (wxCommandEvent &event)
 Called when the user selects 'Find' from the popup menu.
void OnCopy (wxCommandEvent &event)
 Called when the user selects 'Copy' from the popup menu.

Protected Member Functions

void OnForward (wxCommandEvent &event)
 Called when the user selects 'Forward' from the popup menu.
void OnBack (wxCommandEvent &event)
 Called when the user selects 'Back' from the popup menu.
void OnCopyLink (wxCommandEvent &event)
 Called when the user selects 'Copy link' from the popup menu.
void OnSaveLinkAs (wxCommandEvent &event)
 Called when the user selects 'Save link as' from the popup menu.
void OnChar (wxKeyEvent &event)
 Called when the user presses a key.
void OnSize (wxSizeEvent &event)
 Called on widget resize.
void OnOpenInNewTab (wxCommandEvent &event)
 Called when the user selects 'Save link as' from the popup menu.
void OnRightClick (wxMouseEvent &event)
 Called when the user right clicks the HTML window.
void OnLinkClicked (const wxHtmlLinkInfo &link)
 Overridden. Called when the user clicks on a link.

Private Member Functions

void Sync (wxTreeItemId root, const wxString &page)
 Helper. Recursively looks for the opened page in the tree.
wxString GetPrefix (const wxString &location) const
 Helper. Returns the prefix of the currently loaded page.

Private Attributes

wxTreeCtrl * _tcl
bool _syncTree
bool _found
wxMenu * _menu
CHMFrame_frame
wxString _link
CHMFindDialog_fdlg


Detailed Description

Custom HTML widget class. Needed for sychnronization between the topics tree control and the currently displayed page.

Constructor & Destructor Documentation

CHMHtmlWindow::CHMHtmlWindow ( wxWindow *  parent,
wxTreeCtrl *  tc,
CHMFrame frame 
)

Initializes the widget.

Parameters:
parent The parent widget.
tc Pointer to the tree control we want to synchronize with.
frame Outer frame.


Member Function Documentation

wxHtmlCell * CHMHtmlWindow::FindFirst ( wxHtmlCell *  parent,
const wxString &  word,
bool  wholeWords,
bool  caseSensitive 
)

Finds the first occurence of word in the displayed page.

Parameters:
parent Root of the wxHtmlCell tree where the search should begin.
word The word we're looking for. If more words separated by spaces are typed in, only the first one is taken into account.
wholeWords If true, will search for words that match word exactly.
caseSensitive If true, the search will be performed case sensitive.
Returns:
A valid cell if the result was found, NULL otherwise.

Referenced by FindNext().

bool CHMHtmlWindow::IsCaller (  )  const [inline]

Returns true if the tree control's EVT_TREE_SEL_CHANGED event happened as a result of the CHMHtmlWindow calling SelectItem() on it.

Referenced by CHMFrame::OnSelectionChanged().

void CHMHtmlWindow::SetSync ( bool  value  )  [inline]

Dictates the behaviour of LoadPage(). If SetSync() has been called with a true parameter, the tree control will be updated by LoadPage(). Otherwise, it will not be updated.

Parameters:
value Synchronize the tree widget on load?

Referenced by CHMFrame::OnSelectionChanged().


The documentation for this class was generated from the following files:

Generated on Wed Oct 28 17:35:58 2009 for xCHM by  doxygen 1.5.8