mirror of
https://github.com/Kiritow/MiniEngine.git
synced 2024-03-22 13:11:22 +08:00
Add class Processbar definition
This commit is contained in:
parent
ee2d6a5aaf
commit
ebe2ce68bb
|
@ -145,6 +145,14 @@ private:
|
|||
int _colorstatus;
|
||||
};
|
||||
|
||||
class ProcessBarBase : public WidgetBase
|
||||
{
|
||||
public:
|
||||
int currentVal,maxVal;
|
||||
ProcessBarBase();
|
||||
virtual void draw(const Brush&) override;
|
||||
};
|
||||
|
||||
}/// End of namespace MiniEngine::Widget
|
||||
|
||||
}/// End of namespace MiniEngine
|
||||
|
|
Loading…
Reference in New Issue
Block a user