ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

history.h
Go to the documentation of this file.
00001 /*
00002  * PROJECT:     PAINT for ReactOS
00003  * LICENSE:     LGPL
00004  * FILE:        history.h
00005  * PURPOSE:     Undo and redo functionality
00006  * PROGRAMMERS: Benedikt Freisen
00007  */
00008 
00009 void newReversible(void);
00010 
00011 void undo(void);
00012 
00013 void redo(void);
00014 
00015 void resetToU1(void);
00016 
00017 void clearHistory(void);
00018 
00019 void insertReversible(HBITMAP hbm);
00020 
00021 void cropReversible(int width, int height, int xOffset, int yOffset);

Generated on Sun May 27 2012 04:17:04 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.