代码拉取完成,页面将自动刷新
同步操作将从 深圳高通半导体有限公司/GT-HMI-Engine 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
/**
* @file gt.h
* @author yongg
* @brief
* @version 0.1
* @date 2022-05-11 18:22:31
* @copyright Copyright (c) 2014-2022, Company Genitop. Co., Ltd.
*/
#ifndef _GT_H_
#define _GT_H_
#ifdef __cplusplus
extern "C" {
#endif
/* include --------------------------------------------------------------*/
/* standard */
#include "stdint.h"
#include "string.h"
#include "math.h"
#include "stdlib.h"
/* core */
#include "src/core/gt_handler.h"
#include "src/core/gt_graph_base.h"
#include "src/core/gt_fs.h"
#include "src/core/gt_event.h"
#include "src/core/gt_disp.h"
#include "src/core/gt_mem.h"
#include "src/core/gt_style.h"
#include "src/core/gt_obj_pos.h"
#include "src/core/gt_timer.h"
#include "src/core/gt_draw.h"
/* font */
#include "src/font/gt_font.h"
#include "src/font/gt_symbol.h"
/* hal */
#include "src/hal/gt_hal_disp.h"
#include "src/hal/gt_hal_indev.h"
#include "src/hal/gt_hal_vf.h"
#include "src/hal/gt_hal_tick.h"
/* widgets */
#include "src/widgets/gt_conf_widgets.h"
#include "src/widgets/gt_obj.h"
/* draw */
#include "src/extra/draw/gt_draw_blend.h"
#include "src/others/gt_anim.h"
#if GT_CFG_ENABLE_BTN
#include "src/widgets/gt_btn.h"
#endif
#if GT_CFG_ENABLE_CHECKBOX
#include "src/widgets/gt_checkbox.h"
#endif
#if GT_CFG_ENABLE_GROUP
#include "src/widgets/gt_group.h"
#endif
#if GT_CFG_ENABLE_IMG
#include "src/widgets/gt_img.h"
#endif
#if GT_CFG_ENABLE_INPUT
#include "src/widgets/gt_input.h"
#include "src/widgets/gt_keypad.h"
#endif
#if GT_CFG_ENABLE_LABEL
#include "src/widgets/gt_label.h"
#endif
#if GT_CFG_ENABLE_LISTVIEW
#include "src/widgets/gt_listview.h"
#endif
#if GT_CFG_ENABLE_PROGRESS_BAR
#include "src/widgets/gt_progress_bar.h"
#endif
#if GT_CFG_ENABLE_RADIO
#include "src/widgets/gt_radio.h"
#endif
#if GT_CFG_ENABLE_SLIDER
#include "src/widgets/gt_slider.h"
#endif
#if GT_CFG_ENABLE_SWITCH
#include "src/widgets/gt_switch.h"
#endif
#if GT_CFG_ENABLE_TEXTAREA
#include "src/widgets/gt_textarea.h"
#endif
#if GT_CFG_ENABLE_IMGBTN
#include "src/widgets/gt_imgbtn.h"
#endif
#if GT_CFG_ENABLE_RECT
#include "src/widgets/gt_rect.h"
#endif
#if GT_CFG_ENABLE_BARCODE
/* barcode */
#include "src/widgets/gt_barcode.h"
#endif
#if GT_CFG_ENABLE_QRCODE
#include "src/widgets/gt_qrcode.h"
#endif
#if GT_CFG_ENABLE_LINE
#include "src/widgets/gt_line.h"
#endif
#if GT_CFG_ENABLE_PLAYER
#include "src/widgets/gt_player.h"
#endif
#if GT_CFG_ENABLE_INPUT_NUMBER
#include "src/widgets/gt_input_number.h"
#endif
#if GT_CFG_ENABLE_CLOCK
#include "src/widgets/gt_clock.h"
#endif
#if GT_CFG_ENABLE_WORDART
#include "src/widgets/gt_wordart.h"
#endif
/* other */
#include "src/others/gt_color.h"
#include "src/others/gt_log.h"
#include "src/others/gt_txt.h"
/* define ---------------------------------------------------------------*/
/* typedef --------------------------------------------------------------*/
/* macros ---------------------------------------------------------------*/
/* global functions / API interface -------------------------------------*/
#ifdef __cplusplus
} /*extern "C"*/
#endif
#endif //!_GT_H_
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。