Superclass for all classes created by lwtk.newClass().
- Methods
- getClass()
- getClassPath()
- getMember()
- getReverseClassPath()
- getSuperClass() - Returns the superclass of this object.
- isInstanceOf() - Determines if object is instance of the given class.
- setAttributes()
- Subclasses
-
Object:getClass()
-
Object:getClassPath()
-
Object:getMember(name)
-
Object:getReverseClassPath()
-
Object:getSuperClass()
Returns the superclass of this object.
This method can also be called on a class. In this case the superclass of the given class is returned.
-
Object:isInstanceOf(C)
Determines if object is instance of the given class.
Returns true, if self is an object that was created by invoking class C or by invoking a subclass of C.
Returns also true if C is a metatable of self or somewhere in the metatable chain of self.
- Implementation: lwtk.isInstanceOf()
-
Object:setAttributes(attr)
- /
Object
/- Actionable /
- FocusHandler
- Node / Drawable /
- Component /
- Compound / InnerCompound
- Styleable / Animatable / Widget / Compound /
- LayoutFrame / Control /
- MouseDispatcher / Group /
- TextCursor
- TextFragment
- Styleable / KeyHandler / MouseDispatcher / Window
- Component /
- Animations
- Application / Node / MouseDispatcher / love.Application
- Area
- Color
- FontInfo
- FontInfos
- Rect
- Style / DefaultStyle
- Timer
- love.Driver
- love.LayoutContext / love.DrawContext
- love.View
- lpugl.CairoLayoutContext / lpugl.CairoDrawContext
- lpugl.Driver
- Actionable /