QCAD Application Framework
CAD Application Development and Automation.
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
RLayerListener.h
Go to the documentation of this file.
1
#ifndef RLAYERLISTENER_H
2
#define RLAYERLISTENER_H
3
4
class
RDocumentInterface
;
5
6
7
16
class
RLayerListener
{
17
public
:
18
virtual
~RLayerListener
() {}
19
24
virtual
void
updateLayers
(
RDocumentInterface
* documentInterface) = 0;
25
29
virtual
void
clearLayers
() = 0;
30
};
31
32
Q_DECLARE_METATYPE
(
RLayerListener
*)
33
34
#endif
src
core
RLayerListener.h
Generated on Tue Jun 26 2012 18:41:07 for QCAD Application Framework by
1.8.1.1