This class implements the controller code for EasyXLL features. It is mostly used internally within the library, but clients can also benefit from its public methods.
Public Member Functions | |
| HWND | excelWindow () |
| Retrieve the handle to the MsExcel Window. | |
| bool | isCalledByFunctionWizard () |
| Guess whether we have been called from the Excel's Function Wizard. | |
| void | do_register_ () |
| void | do_unregister_ () |
Static Public Member Functions | |
| Controller * | instance () |
| void | init_ () |
| void | done_ () |
|
|
|
|
|
|
|
|
|
|
|
Retrieve the handle to the MsExcel Window.
|
|
|
|
|
|
|
|
|
Guess whether we have been called from the Excel's Function Wizard. If a function's implementation triggers lengthy calculations, it may be necessary not to launch those when the user is navigating in the Function Wizard. This method can be used to check this condition and shortcut the computation and return (for intance), an error. |
1.3.8