Open main menu

CDOT Wiki β

Changes

Command

39 bytes removed, 13:27, 14 April 2007
C++
== C++ ==
Here is an example of a cut command using the command pattern used in a text editor (menu bar) // Imaginary example of a command object used with for a text editor:
<nowiki>
class EditorCommandInterface {
public:
}
};
</nowiki>
93
edits