|
|
@ -25,7 +25,7 @@
|
|
|
|
CutCommand::CutCommand(KImageMapEditor * document, const AreaSelection & a)
|
|
|
|
CutCommand::CutCommand(KImageMapEditor * document, const AreaSelection & a)
|
|
|
|
:
|
|
|
|
:
|
|
|
|
|
|
|
|
|
|
|
|
#if KDE_VERSION < 300
|
|
|
|
#if TDE_VERSION < 300
|
|
|
|
KCommand
|
|
|
|
KCommand
|
|
|
|
#else
|
|
|
|
#else
|
|
|
|
KNamedCommand
|
|
|
|
KNamedCommand
|
|
|
@ -79,7 +79,7 @@ DeleteCommand::DeleteCommand(KImageMapEditor * document, const AreaSelection & a
|
|
|
|
|
|
|
|
|
|
|
|
PasteCommand::PasteCommand(KImageMapEditor *document, const AreaSelection & a)
|
|
|
|
PasteCommand::PasteCommand(KImageMapEditor *document, const AreaSelection & a)
|
|
|
|
:
|
|
|
|
:
|
|
|
|
#if KDE_VERSION < 300
|
|
|
|
#if TDE_VERSION < 300
|
|
|
|
KCommand
|
|
|
|
KCommand
|
|
|
|
#else
|
|
|
|
#else
|
|
|
|
KNamedCommand
|
|
|
|
KNamedCommand
|
|
|
@ -124,7 +124,7 @@ void PasteCommand::unexecute()
|
|
|
|
|
|
|
|
|
|
|
|
MoveCommand::MoveCommand (KImageMapEditor *document, AreaSelection * a, const TQPoint & oldPoint)
|
|
|
|
MoveCommand::MoveCommand (KImageMapEditor *document, AreaSelection * a, const TQPoint & oldPoint)
|
|
|
|
:
|
|
|
|
:
|
|
|
|
#if KDE_VERSION < 300
|
|
|
|
#if TDE_VERSION < 300
|
|
|
|
KCommand
|
|
|
|
KCommand
|
|
|
|
#else
|
|
|
|
#else
|
|
|
|
KNamedCommand
|
|
|
|
KNamedCommand
|
|
|
@ -186,7 +186,7 @@ void MoveCommand::unexecute()
|
|
|
|
|
|
|
|
|
|
|
|
ResizeCommand::ResizeCommand (KImageMapEditor *document, AreaSelection *a, Area *oldArea)
|
|
|
|
ResizeCommand::ResizeCommand (KImageMapEditor *document, AreaSelection *a, Area *oldArea)
|
|
|
|
:
|
|
|
|
:
|
|
|
|
#if KDE_VERSION < 300
|
|
|
|
#if TDE_VERSION < 300
|
|
|
|
KCommand
|
|
|
|
KCommand
|
|
|
|
#else
|
|
|
|
#else
|
|
|
|
KNamedCommand
|
|
|
|
KNamedCommand
|
|
|
@ -233,7 +233,7 @@ void ResizeCommand::unexecute()
|
|
|
|
|
|
|
|
|
|
|
|
AddPointCommand::AddPointCommand (KImageMapEditor *document, AreaSelection *a, const TQPoint & p)
|
|
|
|
AddPointCommand::AddPointCommand (KImageMapEditor *document, AreaSelection *a, const TQPoint & p)
|
|
|
|
:
|
|
|
|
:
|
|
|
|
#if KDE_VERSION < 300
|
|
|
|
#if TDE_VERSION < 300
|
|
|
|
KCommand
|
|
|
|
KCommand
|
|
|
|
#else
|
|
|
|
#else
|
|
|
|
KNamedCommand
|
|
|
|
KNamedCommand
|
|
|
@ -282,7 +282,7 @@ void AddPointCommand::unexecute()
|
|
|
|
|
|
|
|
|
|
|
|
RemovePointCommand::RemovePointCommand (KImageMapEditor *document, AreaSelection *a, Area *oldArea)
|
|
|
|
RemovePointCommand::RemovePointCommand (KImageMapEditor *document, AreaSelection *a, Area *oldArea)
|
|
|
|
:
|
|
|
|
:
|
|
|
|
#if KDE_VERSION < 300
|
|
|
|
#if TDE_VERSION < 300
|
|
|
|
KCommand
|
|
|
|
KCommand
|
|
|
|
#else
|
|
|
|
#else
|
|
|
|
KNamedCommand
|
|
|
|
KNamedCommand
|
|
|
@ -335,7 +335,7 @@ void RemovePointCommand::unexecute()
|
|
|
|
|
|
|
|
|
|
|
|
CreateCommand::CreateCommand (KImageMapEditor *document, Area *area)
|
|
|
|
CreateCommand::CreateCommand (KImageMapEditor *document, Area *area)
|
|
|
|
:
|
|
|
|
:
|
|
|
|
#if KDE_VERSION < 300
|
|
|
|
#if TDE_VERSION < 300
|
|
|
|
KCommand
|
|
|
|
KCommand
|
|
|
|
#else
|
|
|
|
#else
|
|
|
|
KNamedCommand
|
|
|
|
KNamedCommand
|
|
|
|