#include <ax_resource/ax_module_book.h>

Public Member Functions | |
| AxBookView () | |
| ~AxBookView () | |
| void | Init () |
| virtual bool | Activate (AxViewManager *viewManager, AxDocument *doc) |
| Override to activate the view for a particular document, and show the window. | |
| virtual bool | Deactivate (AxViewManager *viewManager) |
| Override to deactivate the view. This implementation can be empty. | |
| virtual bool | Initialize (AxViewManager *viewManager) |
| Override to create the view's window if necessary. | |
| virtual bool | Uninitialize (AxViewManager *viewManager) |
| Override to uninitialize the view's window. This implementation can be empty. | |
| void | ShowViewIfInactive () |
| AxBookResource * | GetResource () const |
| AxSummaryViewPanel * | GetViewPanel () const |
| void | SetDescription (const wxString &text) |
| bool | ShowBookDetails (AxBookResource *resource, bool say=true) |
| bool | ShowBookSection (AxBookResource *resource, const wxString §ionLocation, bool say=true) |
| bool | ConvertHTMLToText (const wxString &filename, wxOutputStream &stream, int options=0) |
| AxBookView::AxBookView | ( | ) | [inline] |
| AxBookView::~AxBookView | ( | ) | [inline] |
| bool AxBookView::Activate | ( | AxViewManager * | viewManager, | |
| AxDocument * | doc | |||
| ) | [virtual] |
| bool AxBookView::ConvertHTMLToText | ( | const wxString & | filename, | |
| wxOutputStream & | stream, | |||
| int | options = 0 | |||
| ) |
| virtual bool AxBookView::Deactivate | ( | AxViewManager * | viewManager | ) | [virtual] |
| AxBookResource * AxBookView::GetResource | ( | ) | const |
| AxSummaryViewPanel * AxBookView::GetViewPanel | ( | ) | const |
| void AxBookView::Init | ( | ) |
Reimplemented from AxView.
| bool AxBookView::Initialize | ( | AxViewManager * | viewManager | ) | [virtual] |
Override to create the view's window if necessary.
Add the window to the view manager's pager control.
Implements AxView.
| void AxBookView::SetDescription | ( | const wxString & | text | ) |
| bool AxBookView::ShowBookDetails | ( | AxBookResource * | resource, | |
| bool | say = true | |||
| ) |
| bool AxBookView::ShowBookSection | ( | AxBookResource * | resource, | |
| const wxString & | sectionLocation, | |||
| bool | say = true | |||
| ) |
| void AxBookView::ShowViewIfInactive | ( | ) |
| virtual bool AxBookView::Uninitialize | ( | AxViewManager * | viewManager | ) | [virtual] |
1.5.8