Graphics::SolidBrush Class Reference
#include <Asset.h>
Inheritance diagram for Graphics::SolidBrush:
Collaboration diagram for Graphics::SolidBrush:
Public Member Functions | |
| SolidBrush (AssetID id, Color color) | |
| void | write (MetaWriter &meta) const override |
Public Member Functions inherited from Graphics::AssetTemplate< AssetType::SolidBrush > | |
| virtual Type | type () const override |
| Asset () | |
| Asset (ID id) | |
Public Member Functions inherited from Graphics::Asset | |
| Asset () | |
| Asset (ID id) | |
| bool | operator== (ID id) const |
| ID | id () const |
| virtual Type | type () const =0 |
| virtual String | getTypeStr () const |
Public Member Functions inherited from LinkedObjectTemplate< Asset > | |
| Asset * | getNext () const |
| bool | insertAfter (Asset *object) |
| Iterator | begin () const |
| Iterator | end () const |
| Iterator | cbegin () const |
| Iterator | cend () const |
Public Member Functions inherited from LinkedObject | |
| virtual | ~LinkedObject () |
| virtual LinkedObject * | next () const |
| bool | insertAfter (LinkedObject *object) |
| bool | operator== (const LinkedObject &other) const |
| bool | operator!= (const LinkedObject &other) const |
Public Attributes | |
| Color | color |
Additional Inherited Members | |
Public Types inherited from Graphics::Asset | |
| enum | Type { Type::XX } |
| using | List = LinkedObjectListTemplate< Asset > |
| using | OwnedList = OwnedLinkedObjectListTemplate< Asset > |
| using | ID = AssetID |
Public Types inherited from LinkedObjectTemplate< Asset > | |
| using | Iterator = IteratorTemplate< Asset, Asset *, Asset & > |
| using | ConstIterator = IteratorTemplate< const Asset, const Asset *, const Asset & > |
Static Public Attributes inherited from Graphics::AssetTemplate< AssetType::SolidBrush > | |
| static constexpr Asset::Type | assetType |
Constructor & Destructor Documentation
◆ SolidBrush()
Member Function Documentation
◆ write()
|
inlineoverridevirtual |
Reimplemented from Graphics::Asset.
Member Data Documentation
◆ color
| Color Graphics::SolidBrush::color |
The documentation for this class was generated from the following file:
Public Member Functions inherited from
1.8.17