mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 04:27:42 +00:00
Refactor GuiSys (remove general logic handling)
This commit is contained in:
@@ -18,10 +18,7 @@ public:
|
||||
void SelectWorkerWidget(int workerId, bool setActive, bool setVisible);
|
||||
CGuiWidget* GetSelectedWidget();
|
||||
bool AddWorkerWidget(CGuiWidget* worker);
|
||||
void OnDeActivate();
|
||||
void OnActivate(bool flag);
|
||||
bool DoUnregisterEventHandler();
|
||||
bool DoRegisterEventHandler();
|
||||
void OnActiveChange();
|
||||
|
||||
static CGuiGroup* Create(CGuiFrame* frame, CInputStream& in, bool flag);
|
||||
static void LoadWidgetFnMap();
|
||||
|
||||
Reference in New Issue
Block a user