35 #ifndef ANATOMIST_SURFPAINT_ACTION_H 
   36 #define ANATOMIST_SURFPAINT_ACTION_H 
   52       virtual std::string 
name() 
const;
 
   68       void brushMove ( 
int x, 
int y, 
int globalX, 
int globalY  );
 
   69       void brushStart( 
int x, 
int y, 
int globalX, 
int globalY );
 
   70       void brushStop( 
int x, 
int y, 
int globalX, 
int globalY );
 
   77       void eraseMove ( 
int x, 
int y, 
int globalX, 
int globalY  );
 
   78       void eraseStart( 
int x, 
int y, 
int globalX, 
int globalY );
 
   79       void eraseStop( 
int x, 
int y, 
int globalX, 
int globalY );