QCAD Application Framework
CAD Application Development and Automation.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
RModifiedListener.h
Go to the documentation of this file.
1 #ifndef RMODIFIEDLISTENER_H
2 #define RMODIFIEDLISTENER_H
3 
4 class RStorage;
5 
14 public:
15  virtual ~RModifiedListener() {}
16 
20  virtual void updateModifiedListener(const RStorage* storage) = 0;
21 };
22 
24 
25 #endif