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 08: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
MethodsObject:getBaseClass - returns base class |
EventsConstants |