source: svn/trunk/zasc/app/DST_WinManager.h

Last change on this file was 2, checked in by phkim, 11 years ago

1.phkim

  1. revision copy newcon3sk r27
File size: 563 bytes
Line 
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.