| 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.