59 private slots:
void OnUndo();
64 private slots:
virtual void OnUndoCommand(QAction *_action);
68 private slots:
void OnUndoHovered(QAction *_action);
72 private slots:
virtual void OnUndoCmdHistory();
75 private slots:
void OnRedo();
80 private slots:
virtual void OnRedoCommand(QAction *_action);
84 private slots:
void OnRedoHovered(QAction *_action);
88 private slots:
virtual void OnRedoCmdHistory();
92 private:
virtual void OnCmdHistory(
const bool _undo);
96 private:
virtual bool HasUndo()
const;
100 private:
virtual bool HasRedo()
const;
104 private:
virtual std::vector<std::pair<unsigned int, std::string>>
105 Cmds(
const bool _undo)
const;
109 private slots:
void OnStatsSlot();
114 private:
void OnUserCmdStatsMsg(ConstUserCmdStatsPtr &_msg);
118 private: UserCmdHistoryPrivate *dataPtr;
Class which manages user commands in the client side.
Definition UserCmdHistory.hh:37
bool Active() const
Get whether the widget is active or not.
void SetActive(const bool _active)
Set whether the widget is active or not.
virtual ~UserCmdHistory()
Destructor.