Candidate_v1.7.0
        stable
      
      
        
          | Last change
 on this file since e9f307 was             bcc29ca, checked in by Frederik Heber <frederik.heber@…>, 3 months ago | 
        
          | 
Splits off Undo mark actions.
 Undo action has again no parameters (which is preferable to use in
the GUI).
undo-mark is now alled set-undo-mark (with parameter telling whether
to set or unset the mark).
undo-till-mark is now a separate action.
adapted userguide accordingly.
TESTS: adapted regression tests.
 | 
        
          | 
              
Property                 mode
 set to                 100644 | 
        
          | File size:
            327 bytes | 
      
      
| Rev | Line |  | 
|---|
| [e4afb4] | 1 | /* | 
|---|
|  | 2 | * UndoAction.hpp | 
|---|
|  | 3 | * | 
|---|
|  | 4 | *  Created on: Oct 27, 2010 | 
|---|
|  | 5 | *      Author: heber | 
|---|
|  | 6 | */ | 
|---|
|  | 7 |  | 
|---|
|  | 8 | #ifndef UNDOACTION_HPP_ | 
|---|
|  | 9 | #define UNDOACTION_HPP_ | 
|---|
|  | 10 |  | 
|---|
|  | 11 | // include config.h | 
|---|
|  | 12 | #ifdef HAVE_CONFIG_H | 
|---|
|  | 13 | #include <config.h> | 
|---|
|  | 14 | #endif | 
|---|
|  | 15 |  | 
|---|
|  | 16 | #include "Actions/Action.hpp" | 
|---|
|  | 17 |  | 
|---|
|  | 18 | #include "UndoAction.def" | 
|---|
|  | 19 | #include "Actions/Action_impl_header.hpp" | 
|---|
|  | 20 |  | 
|---|
|  | 21 | #endif /* UNDOACTION_HPP_ */ | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.