5namespace Stroika::Frameworks::Led {
7#if qStroika_Frameworks_Led_SupportGDI
19 inline Command::Command (
bool done)
27 inline void Command::Do (TextInteractor& )
35 inline void Command::UnDo (TextInteractor& )
43 inline void Command::ReDo (TextInteractor& )
52 inline bool Command::GetDone ()
const
58 inline CommandHandler* SnoopingCommandHandler::GetRealHandler ()
const
73 inline size_t MultiLevelUndoCommandHandler::GetMaxUnDoLevels ()
75 return fMaxUndoLevels;
79 inline InteractiveReplaceCommand::SavedTextRep::SavedTextRep (
size_t selStart,
size_t selEnd)
80 : fSelStart (selStart)
84 inline InteractiveReplaceCommand::SavedTextRep::~SavedTextRep ()