#include <ax/ax_help_provider.h>

Public Member Functions | |
| AxHtmlToolTip (wxWindow *window) | |
| AxHtmlToolTip () | |
| ~AxHtmlToolTip () | |
| void | Init () |
| bool | CreateWindow () |
| virtual wxHtmlWindow * | CreateHtmlWindow () |
| void | OnCloseWindow (wxCloseEvent &event) |
| void | SetTip (const wxString &tip) |
| void | StartShowing () |
| void | MoveToGoodPosition (const wxRect &rect) |
| void | SetWidth (int width) |
| int | GetWidth () const |
| void | SetMargin (int margin) |
| int | GetMargin () const |
| void | SetShowDuration (int duration) |
| int | GetShowDuration () const |
| void | SetAutoDestroy (bool autoDestroy) |
| bool | GetAutoDestroy () const |
| void | SetCallingWindow (wxWindow *callingWindow) |
| wxWindow * | GetCallingWindow () const |
| void | SetHtmlWindow (wxHtmlWindow *win) |
| wxHtmlWindow * | GetHtmlWindow () const |
| void | OnTimeout (wxTimerEvent &event) |
| void | OnChar (wxKeyEvent &event) |
Public Attributes | |
| wxHtmlWindow * | m_htmlWindow |
| wxWindow * | m_callingWindow |
| int | m_htmlWidth |
| int | m_margin |
| wxTimer | m_timer |
| int | m_showDuration |
| bool | m_autoDestroy |
| AxHtmlToolTip::AxHtmlToolTip | ( | wxWindow * | window | ) |
| AxHtmlToolTip::AxHtmlToolTip | ( | ) | [inline] |
| AxHtmlToolTip::~AxHtmlToolTip | ( | ) |
| wxHtmlWindow * AxHtmlToolTip::CreateHtmlWindow | ( | ) | [virtual] |
Reimplemented in AxHelpToolTip.
| bool AxHtmlToolTip::CreateWindow | ( | ) |
| bool AxHtmlToolTip::GetAutoDestroy | ( | ) | const [inline] |
| wxWindow* AxHtmlToolTip::GetCallingWindow | ( | ) | const [inline] |
| wxHtmlWindow* AxHtmlToolTip::GetHtmlWindow | ( | ) | const [inline] |
| int AxHtmlToolTip::GetMargin | ( | ) | const [inline] |
| int AxHtmlToolTip::GetShowDuration | ( | ) | const [inline] |
| int AxHtmlToolTip::GetWidth | ( | ) | const [inline] |
| void AxHtmlToolTip::Init | ( | ) |
| void AxHtmlToolTip::MoveToGoodPosition | ( | const wxRect & | rect | ) |
| void AxHtmlToolTip::OnChar | ( | wxKeyEvent & | event | ) |
| void AxHtmlToolTip::OnCloseWindow | ( | wxCloseEvent & | event | ) |
| void AxHtmlToolTip::OnTimeout | ( | wxTimerEvent & | event | ) |
| void AxHtmlToolTip::SetAutoDestroy | ( | bool | autoDestroy | ) | [inline] |
| void AxHtmlToolTip::SetCallingWindow | ( | wxWindow * | callingWindow | ) | [inline] |
| void AxHtmlToolTip::SetHtmlWindow | ( | wxHtmlWindow * | win | ) | [inline] |
| void AxHtmlToolTip::SetMargin | ( | int | margin | ) | [inline] |
| void AxHtmlToolTip::SetShowDuration | ( | int | duration | ) | [inline] |
| void AxHtmlToolTip::SetTip | ( | const wxString & | tip | ) |
| void AxHtmlToolTip::SetWidth | ( | int | width | ) | [inline] |
| void AxHtmlToolTip::StartShowing | ( | ) |
| wxWindow* AxHtmlToolTip::m_callingWindow |
| wxHtmlWindow* AxHtmlToolTip::m_htmlWindow |
| wxTimer AxHtmlToolTip::m_timer |
1.5.8