mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
Interface builder refactored
This commit is contained in:
@@ -85,3 +85,18 @@ private:
|
||||
std::vector<const CRmgTemplate *> curItems;
|
||||
|
||||
};
|
||||
|
||||
class TeamAlignmentsWidget: public CIntObject
|
||||
{
|
||||
public:
|
||||
TeamAlignmentsWidget(RandomMapTab * randomMapTab);
|
||||
|
||||
private:
|
||||
|
||||
RandomMapTab * randomMapTab;
|
||||
|
||||
std::shared_ptr<CFilledTexture> background;
|
||||
std::shared_ptr<CLabelGroup> labels;
|
||||
std::shared_ptr<CButton> buttonOk, buttonCancel;
|
||||
std::vector<std::shared_ptr<CToggleGroup>> teams;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user