#include <PanoCommand.h>
Inheritance diagram for PT::CombinedPanoCommand:

Public Member Functions | |
| CombinedPanoCommand (Panorama &pano, std::vector< PanoCommand * > &commands) | |
| Constructor. | |
| ~CombinedPanoCommand () | |
| virtual bool | processPanorama (Panorama &pano) |
| virtual std::string | getName () const |
Private Attributes | |
| std::vector< PanoCommand * > | commands |
Use to get one Undo step from what would normally be several PanoCommands.
Definition at line 69 of file PanoCommand.h.
|
||||||||||||
|
Constructor.
Definition at line 77 of file PanoCommand.h. |
|
|
Definition at line 80 of file PanoCommand.h. |
|
|
Reimplemented from AppBase::Command< std::string >. Definition at line 102 of file PanoCommand.h. |
|
|
Reimplemented from PT::PanoCommand. Definition at line 89 of file PanoCommand.h. |
|
|
Definition at line 107 of file PanoCommand.h. |
1.3.9.1