Public Member Functions | |
renderCommand (CNotepadPages *pages, RenderPageCtx *aCtx) | |
bool | execute () |
Definition at line 42 of file notepad_pages.cpp.
notepad::renderCommand::renderCommand | ( | CNotepadPages * | pages, | |
RenderPageCtx * | aCtx | |||
) | [inline] |
Definition at line 45 of file notepad_pages.cpp.
bool notepad::renderCommand::execute | ( | void | ) | [inline, virtual] |
Implements notepad::Command.
Definition at line 46 of file notepad_pages.cpp.
References notepad::CNotepadPages::execRenderPage(), and LOGPRINTF.
00046 { bool r = the_pages->execRenderPage(params); LOGPRINTF(); delete params; return r; };