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