Difference between revisions of "Object"

From GiderosMobile
(Created page with "__NOTOC__ '''Supported platforms:''' <br/> '''Available since:''' Gideros 2015.08<br/> === Description === Main Object class from which all Gideros classes inherit.<br/> There...")
 
Line 4: Line 4:
 
=== Description ===
 
=== Description ===
 
Main Object class from which all Gideros classes inherit.<br/>
 
Main Object class from which all Gideros classes inherit.<br/>
There is no other purpose for this classes, rather a neat way to add methods to all Gideros classes{|-
+
There is no other purpose for this classes, rather a neat way to add methods to all Gideros classes
 +
 
 +
 
 +
 
 +
 
 +
{|-
 
| style="width: 50%;"|
 
| style="width: 50%;"|
 
=== Methods ===
 
=== Methods ===
 +
[[Object:getBaseClass]] - returns base class<br/>
 +
[[Object:getClass]] - returns class name<br/>
 +
[[Object:isInstanceOf]] - checks if instance belongs to class<br/>
 
| style="width: 50%;"|
 
| style="width: 50%;"|
 
=== Events ===
 
=== Events ===
 
=== Constants ===
 
=== Constants ===
 
|}
 
|}

Revision as of 09:56, 23 August 2018

Supported platforms:
Available since: Gideros 2015.08

Description

Main Object class from which all Gideros classes inherit.
There is no other purpose for this classes, rather a neat way to add methods to all Gideros classes



Methods

Object:getBaseClass - returns base class
Object:getClass - returns class name
Object:isInstanceOf - checks if instance belongs to class

Events

Constants