📄 mapp_uimenudraw2.h
字号:
/******************************************************************************
Copyright (c) 2006 MStar Semiconductor, Inc.
All rights reserved.
[Module Name]: MApp_UiMenuDraw2.h
[Date]: 2006/11/01
[Comment]:
OSD Menu draw components relative subroutine.
[Reversion History]:
*******************************************************************************/
#include "MApp_UiMenuDef.h"
#ifndef MAPP_UI_MENU_DRAW2_H
#define MAPP_UI_MENU_DRAW2_H
#ifdef MAPP_UI_MENU_DRAW2_C
#define INTERFACE
#else
#define INTERFACE extern
#endif
INTERFACE void MApp_UiMenu_DrawLine_2(U8 u8CPIndex);
INTERFACE void MApp_UiMenu_DrawLine_TouchPanel(U16 ivalue, U16 jvalue);
INTERFACE void MApp_UiMenu_DrawBlock_TouchPanel(U16 ivalue, U16 jvalue, U8 TPcolor, U8 TPsize);
//Addy 20071107
INTERFACE void MApp_UiMenu_DrawBlock_TouchPanel_Color(U16 ivalue, U16 jvalue, U8 TPcolor);
INTERFACE void MApp_UiMenu_DrawBlock_TouchPanel_Size(U16 ivalue, U16 jvalue, U8 TPsize);
INTERFACE void MApp_UiMenu_SpretrumBar_DrawBlock_2(U8 u8CPIndex, U8 u8SpectrumValue, S8 s8BarMovOrg, U8 u8BarMode);
INTERFACE void MApp_UiMenu_SpretrumBar_DrawBitmap_2(U16 u8CPIndex, U8 PreValue, U8 CourrentValue, U8 u8BarMode);
//INTERFACE void MApp_UiMenu_DrawFrame_2(U8 u8CPIndex);
INTERFACE void MApp_UiMenu_DrawBlock_2(U8 u8CPIndex);
INTERFACE void MApp_UiMenu_Draw3DConvexBlock_2(U8 u8CPIndex);
INTERFACE void MApp_UiMenu_Draw3DConcaveBlock_2(U8 u8CPIndex);
INTERFACE void MApp_UiMenu_DrawBitmap_2(U16 u8CPIndex, COMPONENT_STATE_TYPE State);
INTERFACE void MApp_UiMenu_DrawMenuString0_2(U8 u8CPIndex, COMPONENT_STATE_TYPE State);
INTERFACE void MApp_UiMenu_DrawMenuString1_2(U8 u8CPIndex, COMPONENT_STATE_TYPE State);
INTERFACE void MApp_UiMenu_DrawMenuString2_2(U8 u8CPIndex, COMPONENT_STATE_TYPE State);
INTERFACE void MApp_UiMenu_DrawMenuDynamicString_2(void);
INTERFACE void MApp_UiMenu_DrawIdleString0_2(U8 u8CPIndex, COMPONENT_STATE_TYPE State);
INTERFACE void MApp_UiMenu_DrawIdleString1(U8 u8CPIndex, COMPONENT_STATE_TYPE State);
INTERFACE void MApp_UiMenu_DrawNumber_2(U8 u8CPIndex, COMPONENT_STATE_TYPE State);
INTERFACE void MApp_UiMenu_DrawBmpProgBar_2(U8 u8CPIndex, COMPONENT_STATE_TYPE State);
INTERFACE void MApp_UiMenu_DrawBmpBalanceBar_2(U8 u8CPIndex, COMPONENT_STATE_TYPE State);
INTERFACE void MApp_UiMenu_DrawBmpSignalBar_2(U8 u8CPIndex, COMPONENT_STATE_TYPE State);
INTERFACE void MApp_UiMenu_DrawNoPrefixSignNumber_2(U8 u8CPIndex, COMPONENT_STATE_TYPE State);
INTERFACE void MApp_UIMenu_DrawDynamicBitMap_2(U8 u8CPIndex, COMPONENT_STATE_TYPE State);
INTERFACE void MApp_UiMenu_DrawAquaBitmapProgressBar_2(U8 u8CPIndex);
INTERFACE void MApp_UiMenu_DrawPlusMinusNumber_2(U8 u8CPIndex, COMPONENT_STATE_TYPE State);
INTERFACE void MApp_UiMenu_DrawUnColorKeyBitmap_2(U8 u8CPIndex, COMPONENT_STATE_TYPE State);
//INTERFACE U16 MApp_UiMenu_GetBufferedStrWidth(FONTHANDLE font_handle,EN_CHAR_IDX_LENGTH charIdxLength,U8 gap);
INTERFACE void MApp_UiMenu_DrawGuagePoint(U16 u8CPIndex,U8 u8GuageProValue,U8 u8GuageCurrentValue);
INTERFACE void MApp_UiMenu_DrawSpeaker(U16 u8CPIndex, COMPONENT_STATE_TYPE State);
#undef INTERFACE
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -