CSAD
 All Classes Namespaces Functions Variables Enumerations Enumerator Friends Groups Pages
Public Member Functions | List of all members
csad::SGScroll Class Reference

SGScroll - component, which is the controller of the scrolls, defines the characteristics of the image and manages events. More...

Inheritance diagram for csad::SGScroll:
csad::SGBaseElement csad::SceneComponent csad::Component csad::BaseObject

Public Member Functions

CSAD_API void prepare ()
 The event is called during the preparation stage.
 
CSAD_API void * set (unsigned _int32, void *)
 used for any interface commands.
 
CSAD_API void setReceiver (char *path)
 
CSAD_API void setReceiver (BaseObject *obj)
 
CSAD_API SGScrollsetSize (vector3f &size)
 Задает размер полосы
 
CSAD_API void setStyle (char *name)
 Sets the style named.
 
CSAD_API void setStyle (Style *style)
 Задает объект стиля
 
CSAD_API void start ()
 This event is fired after the program start.
 
CSAD_API void update ()
 This event is fired before rendering environment container component.
 

Additional Inherited Members

- Public Types inherited from csad::SGBaseElement
enum  State {
  Normal = 0x0, Active = 0x1, Click = 0x2, Disable = 0x3,
  SGE_Set = 0x100 , SGE_SetButton = 0x0000, SGE_SetSelect = 0x1000, SGE_SetSwitch = 0x2000,
  SGE_SetOpen = 0x3000, SGE_Opened = 0x10000 , SGE_Vertical = 0x00000, SGE_Horisontal = 0x80000,
  SGE_End = 0x100000
}
 
- Static Public Member Functions inherited from csad::Component
static CSAD_API int regClass (const char *name, const void *info, tfSTDCALL_p_FUNC_p fun)
 

Detailed Description

SGScroll - component, which is the controller of the scrolls, defines the characteristics of the image and manages events.

See Also
csad: gui

Member Function Documentation

CSAD_API void csad::SGScroll::setReceiver ( char *  path)

Задает получателя событий по его пути

See Also
BaseObject::SELECT
CSAD_API void csad::SGScroll::setReceiver ( BaseObject obj)

Задает объект получателя

See Also
BaseObject::SELECT