| Clear() | kiwano::Shape | |
| ClearStatus() | kiwano::ObjectBase | |
| ComputeArea() const | kiwano::Shape | |
| ComputePointAtLength(float length, Point &point, Vec2 &tangent) const | kiwano::Shape | |
| ContainsPoint(const Point &point, const Matrix3x2 *transform=nullptr) const | kiwano::Shape | |
| CreateCircle(const Point ¢er, float radius) | kiwano::Shape | static |
| CreateEllipse(const Point ¢er, const Vec2 &radius) | kiwano::Shape | static |
| CreateLine(const Point &begin, const Point &end) | kiwano::Shape | static |
| CreatePolygon(const Vector< Point > &vertices) | kiwano::Shape | static |
| CreateRect(const Rect &rect) | kiwano::Shape | static |
| CreateRoundedRect(const Rect &rect, const Vec2 &radius) | kiwano::Shape | static |
| Deserialize(const Vector< uint8_t > &data) | kiwano::Serializable | inline |
| DoDeserialize(Deserializer *deserializer) override | kiwano::ObjectBase | virtual |
| DoSerialize(Serializer *serializer) const override | kiwano::ObjectBase | virtual |
| DumpTracingObjects() | kiwano::ObjectBase | static |
| Fail(StringView msg, int code=ObjectStatus::fail) | kiwano::ObjectBase | |
| GetBoundingBox() const | kiwano::Shape | |
| GetBoundingBox(const Matrix3x2 &transform) const | kiwano::Shape | |
| GetLength() const | kiwano::Shape | |
| GetName() const | kiwano::ObjectBase | inline |
| GetNative() const (定义于 kiwano::NativeObject) | kiwano::NativeObject | inline |
| GetNative() const (定义于 kiwano::NativeObject) | kiwano::NativeObject | inline |
| GetObjectID() const | kiwano::ObjectBase | inline |
| GetRefCount() const | kiwano::RefObject | |
| GetStatus() const | kiwano::ObjectBase | |
| GetTracingObjects() | kiwano::ObjectBase | static |
| GetUserData() const | kiwano::ObjectBase | |
| Hold(RefPtr< ObjectBase > other) | kiwano::ObjectBase | |
| IsName(StringView name) const | kiwano::ObjectBase | inline |
| IsTracingLeaks() | kiwano::ObjectBase | static |
| IsValid() const override | kiwano::NativeObject | inlinevirtual |
| native_ (定义于 kiwano::NativeObject) | kiwano::NativeObject | protected |
| NativeObject()=default (定义于 kiwano::NativeObject) | kiwano::NativeObject | |
| Noncopyable()=default (定义于 kiwano::Noncopyable) | kiwano::Noncopyable | protected |
| ObjectBase() | kiwano::ObjectBase | |
| operator delete(void *ptr) (定义于 kiwano::RefObject) | kiwano::RefObject | static |
| operator delete(void *ptr, std::nothrow_t const &) noexcept (定义于 kiwano::RefObject) | kiwano::RefObject | static |
| operator delete(void *ptr, void *place) noexcept (定义于 kiwano::RefObject) | kiwano::RefObject | static |
| operator new(size_t size) (定义于 kiwano::RefObject) | kiwano::RefObject | static |
| operator new(size_t size, std::nothrow_t const &) noexcept (定义于 kiwano::RefObject) | kiwano::RefObject | static |
| operator new(size_t size, void *ptr) noexcept (定义于 kiwano::RefObject) | kiwano::RefObject | static |
| RefObject() (定义于 kiwano::RefObject) | kiwano::RefObject | protected |
| Release() | kiwano::RefObject | |
| ResetNative() (定义于 kiwano::NativeObject) | kiwano::NativeObject | inline |
| Retain() | kiwano::RefObject | |
| Serialize() const | kiwano::Serializable | inline |
| SetName(StringView name) | kiwano::ObjectBase | |
| SetNative(const Any &native) (定义于 kiwano::NativeObject) | kiwano::NativeObject | inline |
| SetObjectPolicy(const ObjectPolicyFunc &policy) | kiwano::ObjectBase | static |
| SetStatus(const ObjectStatus &status) | kiwano::ObjectBase | |
| SetUserData(void *data) | kiwano::ObjectBase | |
| Shape() (定义于 kiwano::Shape) | kiwano::Shape | |
| ShapeMaker (定义于 kiwano::Shape) | kiwano::Shape | friend |
| StartTracingLeaks() | kiwano::ObjectBase | static |
| StopTracingLeaks() | kiwano::ObjectBase | static |
| Unhold(RefPtr< ObjectBase > other) | kiwano::ObjectBase | |
| ~ObjectBase() (定义于 kiwano::ObjectBase) | kiwano::ObjectBase | virtual |
| ~RefObject() (定义于 kiwano::RefObject) | kiwano::RefObject | virtual |