flimEngine
|
#include <RenderBoxCommand.h>
Public Member Functions | |
RenderBoxCommand (Matrix &mat, const Vect &col) | |
virtual void | execute () override |
![]() | |
Command () | |
virtual | ~Command () |
Command & | operator= (const Command &)=default |
Command (const Command &)=default | |
Command ()=default | |
~Command () | |
Command & | operator= (const Command &)=default |
Command (const Command &)=default | |
Private Attributes | |
Matrix | mat |
Vect | vect |
RenderBoxCommand::RenderBoxCommand | ( | Matrix & | mat, |
const Vect & | col | ||
) |
|
overridevirtual |
Reimplemented from Command.
|
private |
|
private |