mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-10 09:07:41 +00:00
@@ -5,13 +5,13 @@
|
||||
|
||||
class CGuiGroup : public CGuiCompoundWidget {
|
||||
public:
|
||||
FourCC GetWidgetTypeID() const override { return 'GRUP'; }
|
||||
FourCC GetWidgetTypeID() const { return 'GRUP'; }
|
||||
|
||||
void SelectWorkerWidget(int workerId, bool setActive, bool setVisible);
|
||||
CGuiWidget* GetSelectedWidget();
|
||||
const CGuiWidget* GetSelectedWidget() const;
|
||||
bool AddWorkerWidget(CGuiWidget* worker) override;
|
||||
void OnActivate() override;
|
||||
bool AddWorkerWidget(CGuiWidget* worker);
|
||||
void OnActivate();
|
||||
|
||||
private:
|
||||
uint xb8_workerCount;
|
||||
|
||||
Reference in New Issue
Block a user