MCUXpresso_LPC55S69/boards/lpcxpresso55s69/ew_gui_examples/ew_gui_waveform_generator/GeneratedCode/_CoreLayoutLineContext.h
2022-04-08 22:42:47 +08:00

81 lines
2.5 KiB
C

/*******************************************************************************
*
* E M B E D D E D W I Z A R D P R O J E C T
*
* Copyright (c) TARA Systems GmbH
* written by Paul Banach and Manfred Schweyer
*
********************************************************************************
*
* This software is delivered "as is" and shows the usage of other software
* components. It is provided as an example software which is intended to be
* modified and extended according to particular requirements.
*
* TARA Systems hereby disclaims all warranties and conditions with regard to the
* software, including all implied warranties and conditions of merchantability
* and non-infringement of any third party IPR or other rights which may result
* from the use or the inability to use the software.
*
* This file was generated automatically by Embedded Wizard Studio.
*
* Please do not make any modifications of this file! The modifications are lost
* when the file is generated again by Embedded Wizard Studio!
*
* Version : 10.0
* Date : 17.02.2021 8:00:50
* Profile : NxpLpc
* Platform : NXP.LPC.RGB565
*
*******************************************************************************/
#ifndef _CoreLayoutLineContext_H
#define _CoreLayoutLineContext_H
#ifdef __cplusplus
extern "C"
{
#endif
#include "ewrte.h"
#if EW_RTE_VERSION != 0x000A0000
#error Wrong version of Embedded Wizard Runtime Environment.
#endif
#include "ewgfx.h"
#if EW_GFX_VERSION != 0x000A0000
#error Wrong version of Embedded Wizard Graphics Engine.
#endif
#include "_CoreLayoutContext.h"
/* Forward declaration of the class Core::LayoutLineContext */
#ifndef _CoreLayoutLineContext_
EW_DECLARE_CLASS( CoreLayoutLineContext )
#define _CoreLayoutLineContext_
#endif
/* Forward declaration of the class Core::Outline */
#ifndef _CoreOutline_
EW_DECLARE_CLASS( CoreOutline )
#define _CoreOutline_
#endif
/* Deklaration of class : 'Core::LayoutLineContext' */
EW_DEFINE_FIELDS( CoreLayoutLineContext, CoreLayoutContext )
EW_VARIABLE( point2, XPoint )
EW_VARIABLE( point1, XPoint )
EW_END_OF_FIELDS( CoreLayoutLineContext )
/* Virtual Method Table (VMT) for the class : 'Core::LayoutLineContext' */
EW_DEFINE_METHODS( CoreLayoutLineContext, CoreLayoutContext )
EW_END_OF_METHODS( CoreLayoutLineContext )
#ifdef __cplusplus
}
#endif
#endif /* _CoreLayoutLineContext_H */
/* Embedded Wizard */