class VariableSetCommand

Variable setting command template class. More...

Full nameTSE3::Cmd::VariableSetCommand
Definition#include <Command.h>
Template formVariableSetCommand<template >
InheritsTSE3::Cmd::Command [public ]
Inherited bySong_SetAuthor, Song_SetCopyright, Song_SetDate, Song_SetTitle
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods


Detailed Description

A template class for implementing Command objects that set a particular class' variable state.

The template takes five parameters:

 VariableSetCommand (cls_type *cls, param_type arg, const std::string &title)

VariableSetCommand

 ~VariableSetCommand ()

~VariableSetCommand

[virtual]

void  executeImpl ()

executeImpl

[protected virtual]

Reimplemented from Command for internal purposes..

void  undoImpl ()

undoImpl

[protected virtual]

Reimplemented from Command for internal purposes..