My Project
SallyAPI::GUI Namespace Reference

Namespaces

namespace  SendMessage

Classes

class  C3DCircle
 3 d circle. More...
class  CAboutDialog
 About Dialog Box. More...
class  CAppBase
 Application base. More...
class  CApplicationWindow
 The main class to inherit from when creating a sally application or screensaver (or both). More...
class  CBottonMenu
 Botton menu. More...
class  CBox2DObject
 Box 2 d object. More...
class  CBreadcrumb
 Breadcrumb. More...
class  CButton
 Button. More...
class  CButtonBar
 Button bar. More...
class  CButtonBarButton
 Button bar button. More...
class  CCheckbox
 Checkbox. More...
class  CConfigPanel
 Panel for editing the c configuration. More...
class  CContextMenu
 Pop up menu. More...
class  CContextMenuPopUp
 Context menu pop up. More...
class  CControl
 The base GUI control. Every GUI control will inherit from this class. More...
class  CDialog
 Dialog. More...
class  CDialogBox
 Dialog box. More...
class  CDropDown
 Drop down. More...
class  CDropDownItem
 Drop down item. More...
class  CEdit
 Edit. More...
class  CEditBox
 Edit box. More...
class  CFileBrowser
 File browser. More...
class  CForm
 Form for viewing the c. More...
class  CGameWindow
 Form for creating a game application. More...
class  CGroupBox
 Group box. More...
class  CGUIBaseObject
 Cgui base object. More...
class  GUIHelper
 Graphical user interface helper. More...
class  CHorizontalSeperator
class  CImageBox
 Image box. More...
class  CInputBox
 Input box. More...
class  CLabel
 Label. More...
class  CLabelBox
 Label box. More...
class  CListView
 List view. Depricated, please use CListViewExt. More...
class  CListViewButton
 List view button. More...
class  CListViewExt
 List view ext. More...
class  CListViewItem
 List view item. More...
class  CMessageBox
 Message box. More...
class  CNotificationBox
 Notification box. More...
class  CNumberSelector
 Number selector. More...
class  COpenDialog
 Dialog for setting the open. More...
class  CPicture
 Picture. More...
class  CPopUpWindow
 Form for viewing the c pop up. More...
class  CProcessbar
 Processbar. More...
class  CQuestionBox
 Question box. More...
class  CRadioButton
 Radio button. More...
class  CRating
 Rating. More...
class  CRoundButton
 Round button. More...
class  CScreensaverControl
 Screensaver control. More...
class  CScreensaverControlButton
 Screensaver control button. More...
class  CScreensaverControlLabel
 Screensaver control label. More...
class  CScrollbar
 Scrollbar. More...
class  CScrollForm
class  CScrollList
 List of c scrolls. More...
class  CScrollListItem
 Scroll list item. More...
class  CSideMenu
 Side menu. More...
class  CSideMenuButton
 Side menu button. More...
class  CSlider
 Slider. More...
class  CTabcontrol
 Tabcontrol. More...
class  CTabcontrolButton
 Tabcontrol button. More...
class  CTabcontrolItem
 Tabcontrol item. More...
class  CThreadStarter
 Thread starter. More...
class  CTimer
 Timer. More...
class  CTopMenu
 Top menu. More...
class  CVerticalSeperator
 Vertical seperator. More...
class  CVolumeControl
 Volume control. More...
class  CWindow
 Form for viewing the c. More...
class  CWindowMessage
 Window message. More...
class  CWizardPanel
 Panel for editing the c wizard. More...
class  CWorking
 Working. More...

Enumerations

enum  ButtonType { BUTTON_TYPE_NORMAL, BUTTON_TYPE_ONLY_IMAGE, BUTTON_TYPE_FOUR_TEXTS }
 Values that represent ButtonType. More...
enum  CONTEXT_MENU_ARROW_POSITION {
  CONTEXT_MENU_ARROW_POSITION_LEFT_TOP, CONTEXT_MENU_ARROW_POSITION_LEFT_BOTTOM, CONTEXT_MENU_ARROW_POSITION_RIGHT_TOP, CONTEXT_MENU_ARROW_POSITION_RIGHT_BOTTOM,
  CONTEXT_MENU_ARROW_POSITION_CENTER_TOP, CONTEXT_MENU_ARROW_POSITION_CENTER_BOTTOM
}
 Values that represent CONTEXT_MENU_ARROW_POSITION. More...
enum  ControlRotation { CONTROLROTATION_LEFT, CONTROLROTATION_RIGHT }
 Values that represent ControlRotation. More...
enum  DROPDOWN_LOCALISATION { DROPDOWN_LOCALISATION_FROM_PARENT, DROPDOWN_LOCALISATION_TRUE, DROPDOWN_LOCALISATION_FALSE }
 Values that represent DROPDOWN_LOCALISATION. More...
enum  EditCharacterInputType { EDIT_CHARACTER_INPUT_TYPE_NONE, EDIT_CHARACTER_INPUT_TYPE_LOWER, EDIT_CHARACTER_INPUT_TYPE_UPPER }
 Values that represent EditCharacterInputType. More...
enum  CHAR_SELECTOR_COUNT { CHAR_SELECTOR_COUNT_28, CHAR_SELECTOR_COUNT_15, CHAR_SELECTOR_COUNT_OFF }
 Values that represent CHAR_SELECTOR_COUNT. More...
enum  ScrollType { SCROLL_TYPE_NONE, SCROLL_TYPE_NORMAL, SCROLL_TYPE_SMOOTH }
 Values that represent ScrollType. More...
enum  ImageBoxDisplayType { IMAGEBOX_DISPLAY_TYPE_STRETCH, IMAGEBOX_DISPLAY_TYPE_SCALE, IMAGEBOX_DISPLAY_TYPE_CENTER }
 Values that represent ImageBoxDisplayType. More...
enum  LISTVIEW_LOCALISATION { LISTVIEW_LOCALISATION_FROM_PARENT, LISTVIEW_LOCALISATION_TRUE, LISTVIEW_LOCALISATION_FALSE }
 Values that represent LISTVIEW_LOCALISATION. More...
enum  LISTVIEWITEM_TYPE { LISTVIEWITEM_TYPE_NORMAL, LISTVIEWITEM_TYPE_SORTER }
enum  MessageBoxIcon { MESSAGEBOX_ICON_INFO, MESSAGEBOX_ICON_ERROR, MESSAGEBOX_ICON_WARNING }
 Values that represent MessageBoxIcon. More...
enum  POPUP_BLEND_IN { POPUP_BLEND_IN_BOTTOM, POPUP_BLEND_IN_TOP, POPUP_BLEND_IN_CENTER }
 Values that represent POPUP_BLEND_IN. More...
enum  RatingType { RATING_TYPE_SELECT, RATING_TYPE_VIEW_ONLY }
 Values that represent RatingType. More...
enum  RoundButtonType { ROUNDBUTTON_TYPE_SMALL, ROUNDBUTTON_TYPE_BIG }
 Values that represent RoundButtonType. More...
enum  SCROLLBAR_ALIGNMENT { SCROLLBAR_ALIGNMENT_VERTICAL }
 Values that represent SCROLLBAR_ALIGNMENT. More...
enum  SideMenuButtonType { SIDE_MENUE_BUTTON_TYPE_NORMAL, SIDE_MENUE_BUTTON_TYPE_SEPERATOR, SIDE_MENUE_BUTTON_TYPE_HEADING }
 Values that represent SideMenuButtonType. More...
enum  TabPosition { TAB_POSITION_LEFT }
 Values that represent TabPosition. More...
enum  WorkingSize { WORKING_BIG, WORKING_MEDIUM, WORKING_SMALL }
 Values that represent WorkingSize. More...

Enumeration Type Documentation

Values that represent ButtonType.

Enumerator:
BUTTON_TYPE_NORMAL 
BUTTON_TYPE_ONLY_IMAGE 
BUTTON_TYPE_FOUR_TEXTS 

Values that represent CHAR_SELECTOR_COUNT.

Enumerator:
CHAR_SELECTOR_COUNT_28 
CHAR_SELECTOR_COUNT_15 
CHAR_SELECTOR_COUNT_OFF 

Values that represent CONTEXT_MENU_ARROW_POSITION.

Enumerator:
CONTEXT_MENU_ARROW_POSITION_LEFT_TOP 
CONTEXT_MENU_ARROW_POSITION_LEFT_BOTTOM 
CONTEXT_MENU_ARROW_POSITION_RIGHT_TOP 
CONTEXT_MENU_ARROW_POSITION_RIGHT_BOTTOM 
CONTEXT_MENU_ARROW_POSITION_CENTER_TOP 
CONTEXT_MENU_ARROW_POSITION_CENTER_BOTTOM 

Values that represent ControlRotation.

Enumerator:
CONTROLROTATION_LEFT 
CONTROLROTATION_RIGHT 

Values that represent DROPDOWN_LOCALISATION.

Enumerator:
DROPDOWN_LOCALISATION_FROM_PARENT 
DROPDOWN_LOCALISATION_TRUE 
DROPDOWN_LOCALISATION_FALSE 

Values that represent EditCharacterInputType.

Enumerator:
EDIT_CHARACTER_INPUT_TYPE_NONE 
EDIT_CHARACTER_INPUT_TYPE_LOWER 
EDIT_CHARACTER_INPUT_TYPE_UPPER 

Values that represent ImageBoxDisplayType.

Enumerator:
IMAGEBOX_DISPLAY_TYPE_STRETCH 
IMAGEBOX_DISPLAY_TYPE_SCALE 
IMAGEBOX_DISPLAY_TYPE_CENTER 

Values that represent LISTVIEW_LOCALISATION.

Enumerator:
LISTVIEW_LOCALISATION_FROM_PARENT 
LISTVIEW_LOCALISATION_TRUE 
LISTVIEW_LOCALISATION_FALSE 
Enumerator:
LISTVIEWITEM_TYPE_NORMAL 
LISTVIEWITEM_TYPE_SORTER 

Values that represent MessageBoxIcon.

Enumerator:
MESSAGEBOX_ICON_INFO 
MESSAGEBOX_ICON_ERROR 
MESSAGEBOX_ICON_WARNING 

Values that represent POPUP_BLEND_IN.

Enumerator:
POPUP_BLEND_IN_BOTTOM 
POPUP_BLEND_IN_TOP 
POPUP_BLEND_IN_CENTER 

Values that represent RatingType.

Enumerator:
RATING_TYPE_SELECT 
RATING_TYPE_VIEW_ONLY 

Values that represent RoundButtonType.

Enumerator:
ROUNDBUTTON_TYPE_SMALL 
ROUNDBUTTON_TYPE_BIG 

Values that represent SCROLLBAR_ALIGNMENT.

Enumerator:
SCROLLBAR_ALIGNMENT_VERTICAL 

Values that represent ScrollType.

Enumerator:
SCROLL_TYPE_NONE 
SCROLL_TYPE_NORMAL 
SCROLL_TYPE_SMOOTH 

Values that represent SideMenuButtonType.

Enumerator:
SIDE_MENUE_BUTTON_TYPE_NORMAL 
SIDE_MENUE_BUTTON_TYPE_SEPERATOR 
SIDE_MENUE_BUTTON_TYPE_HEADING 

Values that represent TabPosition.

Enumerator:
TAB_POSITION_LEFT 

Values that represent WorkingSize.

Enumerator:
WORKING_BIG 
WORKING_MEDIUM 
WORKING_SMALL 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines