WebRadioApp  0.1
_CoreLayoutQuadContext.h
Go to the documentation of this file.
1 /*******************************************************************************
2 *
3 * E M B E D D E D W I Z A R D P R O J E C T
4 *
5 * Copyright (c) TARA Systems GmbH
6 * written by Paul Banach and Manfred Schweyer
7 *
8 ********************************************************************************
9 *
10 * This file was generated automatically by Embedded Wizard Studio.
11 *
12 * Please do not make any modifications of this file! The modifications are lost
13 * when the file is generated again by Embedded Wizard Studio!
14 *
15 * The template of this heading text can be found in the file 'head.ewt' in the
16 * directory 'Platforms' of your Embedded Wizard installation directory. If you
17 * wish to adapt this text, please copy the template file 'head.ewt' into your
18 * project directory and edit the copy only. Please avoid any modifications of
19 * the original template file!
20 *
21 * Version : 10.00
22 * Profile : STM32H747
23 * Platform : STM.STM32.RGB565
24 *
25 *******************************************************************************/
26 
27 #ifndef _CoreLayoutQuadContext_H
28 #define _CoreLayoutQuadContext_H
29 
30 #ifdef __cplusplus
31  extern "C"
32  {
33 #endif
34 
35 #include "ewrte.h"
36 #if EW_RTE_VERSION != 0x000A0000
37  #error Wrong version of Embedded Wizard Runtime Environment.
38 #endif
39 
40 #include "ewgfx.h"
41 #if EW_GFX_VERSION != 0x000A0000
42  #error Wrong version of Embedded Wizard Graphics Engine.
43 #endif
44 
45 #include "_CoreLayoutContext.h"
46 
47 /* Forward declaration of the class Core::LayoutQuadContext */
48 #ifndef _CoreLayoutQuadContext_
49  EW_DECLARE_CLASS( CoreLayoutQuadContext )
50 #define _CoreLayoutQuadContext_
51 #endif
52 
53 /* Forward declaration of the class Core::Outline */
54 #ifndef _CoreOutline_
55  EW_DECLARE_CLASS( CoreOutline )
56 #define _CoreOutline_
57 #endif
58 
59 
60 /* Deklaration of class : 'Core::LayoutQuadContext' */
61 EW_DEFINE_FIELDS( CoreLayoutQuadContext, CoreLayoutContext )
62  EW_VARIABLE( point4, XPoint )
63  EW_VARIABLE( point3, XPoint )
64  EW_VARIABLE( point2, XPoint )
65  EW_VARIABLE( point1, XPoint )
66 EW_END_OF_FIELDS( CoreLayoutQuadContext )
67 
68 /* Virtual Method Table (VMT) for the class : 'Core::LayoutQuadContext' */
69 EW_DEFINE_METHODS( CoreLayoutQuadContext, CoreLayoutContext )
70 EW_END_OF_METHODS( CoreLayoutQuadContext )
71 
72 #ifdef __cplusplus
73  }
74 #endif
75 
76 #endif /* _CoreLayoutQuadContext_H */
77 
78 /* Embedded Wizard */
ewrte.h
EW_END_OF_FIELDS
#define EW_END_OF_FIELDS(aClass)
Definition: ewrte.h:460
EW_DECLARE_CLASS
#define EW_DECLARE_CLASS(aClass)
Definition: ewrte.h:393
EW_VARIABLE
#define EW_VARIABLE(aName, aType)
Definition: ewrte.h:464
ewgfx.h
EW_DEFINE_METHODS
#define EW_DEFINE_METHODS(aClass, aSuperClass)
Definition: ewrte.h:524
_CoreLayoutContext.h
XPoint
Definition: ewrte.h:1616
EW_END_OF_METHODS
#define EW_END_OF_METHODS(aClass)
Definition: ewrte.h:539
EW_DEFINE_FIELDS
#define EW_DEFINE_FIELDS(aClass, aSuperClass)
Definition: ewrte.h:451