close Warning: Can't use blame annotator:
No changeset 2 in the repository

source: svn/zasc/app/DST_WinManager.h @ 66

Last change on this file since 66 was 66, checked in by megakiss, 11 years ago

키패드 기능 연결

전원키 누르고 리모콘 누르면 학습
CH+ 간격 1초 증가 MAX:15
CH- 간격 1초 감소 MIN :1

File size: 563 bytes
RevLine 
1#ifndef __DST_WINMANAGER_H__
2#define __DST_WINMANAGER_H__
3
4#include "DST_Window.h"
5
6void DST_AddWin(WinID nID, CWindow *pData);// À©µµ¿ì Ãß°¡
7void DST_RemoveWin(WinID nID);// À©µµ¿ì Á¦°Å
8void DST_RemoveAllWindows();// ¸ðµç À©µµ¿ì Á¦°Å
9void DST_RemoveAllWindowExceptBasicWin();// ¸ðµç À©µµ¿ì Á¦°Å BasicWin Á¦¿Ü
10CWindow *DST_GetWin(WinID nID); // À©µµ¿ì ¹Ýȯ
11
12void DST_ResetUpdateRegion();// ¾÷µ¥ÀÌÆ® ¿µ¿ª ÃʱâÈ­
13void DST_AddUpdateRegion(DST_RECT rectNew);// ¾÷µ¥ÀÌÆ® ¿µ¿ª Ãß°¡
14DST_RECT DST_GetUpdateRegion();// ¾÷µ¥ÀÌÆ® ¿µ¿ª ¹Ýȯ   
15
16#endif /* __DST_WINMANAGER_H */
Note: See TracBrowser for help on using the repository browser.