source --> actor

class InternalStructure

Clase para uso interno de bicotiActorGraphicMenu.

InternalStructure es una clase para uso interno de bicotiActorGraphicMenu. Representa los ítems y separadores del menú.

Source:
../../source/actor/actor_graphic_menu.hpp:33

See Also:
bicotiActorGraphicMenu

Constructors Index

InternalStructure
[public]


Variables Index

id
[public]
is_separator
[public]
item_name
[public]
ptr_popup
[public]


Methods Index

operator ==
[public]


Constructors

InternalStructure

public InternalStructure ( int id ,
                           bool = true ,
                           char * = NULL ,
                           bicotiActorGraphicMenuPopup * = NULL ) ;


Variables

id

public int id

is_separator

public bool is_separator

item_name

public char * item_name

ptr_popup

public bicotiActorGraphicMenuPopup * ptr_popup


Methods

operator ==

public bool operator == ( const InternalStructure & ) const ;


bicoti II

bicoti II
Claudio Risso
Wilman Alarcon

Click here to return to the top of the page.