Ignore:
Timestamp:
Sep 13, 2017, 5:20:35 PM (8 years ago)
Author:
Frederik Heber <frederik.heber@…>
Children:
1e4f0a
Parents:
17fceea
Message:

MakroAction allows getting the internal ActionSequence's current step.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/MakroAction.hpp

    r17fceea r15acdb  
    5454  virtual void unprepare(ActionRegistry &AR);
    5555
     56  void setLoop(unsigned int _loop);
     57
     58  unsigned int getLoop() const;
     59
     60  unsigned int getStep() const;
     61
    5662protected:
    5763  virtual ~MakroAction();
     
    7884  virtual ActionState::ptr performRedo(ActionState::ptr);
    7985
    80   void setLoop(unsigned int _loop);
    81 
    8286private:
    8387  /** fillDialog is used to spawn sequence queries, hence must not be modified by
Note: See TracChangeset for help on using the changeset viewer.