notepad::renderCommand Class Reference

Inheritance diagram for notepad::renderCommand:
Inheritance graph
[legend]
Collaboration diagram for notepad::renderCommand:
Collaboration graph
[legend]

Public Member Functions

 renderCommand (CNotepadPages *pages, RenderPageCtx *aCtx)
bool execute ()

Detailed Description

Definition at line 42 of file notepad_pages.cpp.


Constructor & Destructor Documentation

notepad::renderCommand::renderCommand ( CNotepadPages pages,
RenderPageCtx aCtx 
) [inline]

Definition at line 45 of file notepad_pages.cpp.

00045 {the_pages = pages; params = aCtx; };


Member Function Documentation

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; };

Here is the call graph for this function:


The documentation for this class was generated from the following file:
Generated by  doxygen 1.6.2-20100208