#include <ap_Win32Dialog_Latex.h>
Public Member Functions | |
| AP_Win32Dialog_Latex (XAP_DialogFactory *pDlgFactory, XAP_Dialog_Id id) | |
| virtual | ~AP_Win32Dialog_Latex (void) |
| virtual void | runModeless (XAP_Frame *pFrame) |
| virtual void | destroy (void) |
| virtual void | activate (void) |
| virtual void | notifyActiveFrame (XAP_Frame *pFrame) |
| virtual void | notifyCloseFrame (XAP_Frame *pFrame) |
| virtual void * | pGetWindowHandle (void) |
| void | event_Insert (void) |
| void | event_Close (void) |
| void | event_WindowDelete (void) |
| virtual void | setLatexInGUI (void) |
| virtual bool | getLatexFromGUI (void) |
Static Public Member Functions | |
| static XAP_Dialog * | static_constructor (XAP_DialogFactory *, XAP_Dialog_Id id) |
Protected Member Functions | |
| BOOL | _onInitDialog (HWND hWnd, WPARAM wParam, LPARAM lParam) |
| BOOL | _onCommand (HWND hWnd, WPARAM wParam, LPARAM lParam) |
| BOOL | _onDeltaPos (NM_UPDOWN *pnmud) |
Protected Attributes | |
| HWND | m_hDlg |
| AP_Win32Dialog_Latex::AP_Win32Dialog_Latex | ( | XAP_DialogFactory * | pDlgFactory, | |
| XAP_Dialog_Id | id | |||
| ) |
Referenced by static_constructor().
| AP_Win32Dialog_Latex::~AP_Win32Dialog_Latex | ( | void | ) | [virtual] |
| BOOL AP_Win32Dialog_Latex::_onCommand | ( | HWND | hWnd, | |
| WPARAM | wParam, | |||
| LPARAM | lParam | |||
| ) | [protected] |
References event_Close(), event_Insert(), and UT_DEBUGMSG.
| BOOL AP_Win32Dialog_Latex::_onDeltaPos | ( | NM_UPDOWN * | pnmud | ) | [protected] |
| BOOL AP_Win32Dialog_Latex::_onInitDialog | ( | HWND | hWnd, | |
| WPARAM | wParam, | |||
| LPARAM | lParam | |||
| ) | [protected] |
| void AP_Win32Dialog_Latex::activate | ( | void | ) | [virtual] |
| void AP_Win32Dialog_Latex::destroy | ( | void | ) | [virtual] |
Implements XAP_Dialog_Modeless.
References XAP_Win32DialogBase::destroyWindow(), AP_Dialog_Latex::m_answer, and XAP_Dialog_Modeless::modeless_cleanup().
| void AP_Win32Dialog_Latex::event_Close | ( | void | ) |
References XAP_Win32DialogBase::destroyWindow(), AP_Dialog_Latex::m_answer, and XAP_Dialog_Modeless::modeless_cleanup().
Referenced by _onCommand().
| void AP_Win32Dialog_Latex::event_Insert | ( | void | ) |
References AP_Dialog_Latex::convertLatexToMathML(), getLatexFromGUI(), and AP_Dialog_Latex::insertIntoDoc().
Referenced by _onCommand().
| void AP_Win32Dialog_Latex::event_WindowDelete | ( | void | ) |
| bool AP_Win32Dialog_Latex::getLatexFromGUI | ( | void | ) | [virtual] |
Implements AP_Dialog_Latex.
References UT_UTF8String::assign(), XAP_Win32DialogBase::getControlText(), AP_Dialog_Latex::setLatex(), and UT_DEBUGMSG.
Referenced by event_Insert().
| void AP_Win32Dialog_Latex::notifyActiveFrame | ( | XAP_Frame * | pFrame | ) | [virtual] |
| void AP_Win32Dialog_Latex::notifyCloseFrame | ( | XAP_Frame * | pFrame | ) | [virtual] |
Reimplemented from XAP_Dialog_Modeless.
References XAP_Frame::getFrameImpl(), m_hDlg, and UT_return_if_fail.
| virtual void* AP_Win32Dialog_Latex::pGetWindowHandle | ( | void | ) | [inline, virtual] |
Reimplemented from XAP_Dialog_Modeless.
| void AP_Win32Dialog_Latex::runModeless | ( | XAP_Frame * | pFrame | ) | [virtual] |
| void AP_Win32Dialog_Latex::setLatexInGUI | ( | void | ) | [virtual] |
Implements AP_Dialog_Latex.
References AP_Dialog_Latex::getLatex(), XAP_Win32DialogBase::setControlText(), and UT_UTF8String::utf8_str().
| XAP_Dialog * AP_Win32Dialog_Latex::static_constructor | ( | XAP_DialogFactory * | pFactory, | |
| XAP_Dialog_Id | id | |||
| ) | [static] |
References AP_Win32Dialog_Latex().
HWND AP_Win32Dialog_Latex::m_hDlg [protected] |
Referenced by _onInitDialog(), activate(), notifyActiveFrame(), and notifyCloseFrame().
1.7.1