Module game_layers :: Class ToggleFullScreenButton
[hide private]
[frames] | no frames]

Class ToggleFullScreenButton

source code

               object --+            
                        |            
cocos.cocosnode.CocosNode --+        
                            |        
       cocos.text.TextElement --+    
                                |    
                 cocos.text.Label --+
                                    |
                                   ToggleFullScreenButton

Instance Methods [hide private]
 
__init__(self, x, y, text)
x.__init__(...) initializes x; see help(type(x)) for signature
source code

Inherited from cocos.text.TextElement: create_element, draw

Inherited from cocos.text.TextElement (private): _get_opacity, _set_opacity

Inherited from cocos.cocosnode.CocosNode: __contains__, add, are_actions_running, do, get, get_ancestor, get_children, get_local_inverse, get_local_transform, get_world_inverse, get_world_transform, kill, on_enter, on_exit, pause, pause_scheduler, point_to_local, point_to_world, remove, remove_action, resume, resume_scheduler, schedule, schedule_interval, stop, transform, unschedule, visit, walk

Inherited from cocos.cocosnode.CocosNode (private): _get_parent, _get_position, _get_rotation, _get_scale, _get_x, _get_y, _remove, _set_parent, _set_position, _set_rotation, _set_scale, _set_x, _set_y, _step

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]

Inherited from cocos.text.Label: klass

Inherited from cocos.text.TextElement: opacity

Inherited from cocos.cocosnode.CocosNode: anchor, anchor_x, anchor_y, parent, position, rotation, scale, transform_anchor, x, y

Instance Variables [hide private]

Inherited from cocos.cocosnode.CocosNode: is_running, scheduled_calls, scheduled_interval_calls

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, x, y, text)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)