All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
list_box_properties.h File Reference

Variables

static PropertyType< int > KeepAliveItemCountProperty
 KeepAliveItemCount property. More...
 
static PropertyType< bool > LoopAlongXProperty
 LoopAlongX property. More...
 
static PropertyType< bool > LoopAlongYProperty
 LoopAlongY property. More...
 
static PropertyType
< ListBoxConcept::SelectionBehavior > 
SelectionBehaviorProperty
 SelectionBehavior property. More...
 
static PropertyType< string > ItemGeneratorTypeNameProperty
 ItemGeneratorTypeName property. More...
 
static PropertyType< string > ItemContainerGeneratorTypeNameProperty
 ItemContainerGeneratorTypeName property. More...
 
static PropertyType< ResourceID > ItemPrototypeProperty
 ItemPrototype property. More...
 
static PropertyType< ResourceID > ItemContainerTemplateProperty
 ItemContainerTemplate property. More...
 
static PropertyType< int > SelectedItemIndexProperty
 SelectedItemIndex property. More...
 

Variable Documentation

PropertyType<int> KeepAliveItemCountProperty
static

KeepAliveItemCount property.

The default value is 20000000.

See also
setKeepAliveItemCount(), getKeepAliveItemCount()
PropertyType<bool> LoopAlongXProperty
static

LoopAlongX property.

The default value is false.

See also
setLoopAlongX(), isLoopAlongX()
PropertyType<bool> LoopAlongYProperty
static

LoopAlongY property.

The default value is false.

See also
setLoopAlongY(), isLoopAlongY()
PropertyType<ListBoxConcept::SelectionBehavior> SelectionBehaviorProperty
static

SelectionBehavior property.

The default value is ListBoxConcept::SelectionBehaviorNone.

See also
setSelectionBehavior(), getSelectionBehavior()
PropertyType<string> ItemGeneratorTypeNameProperty
static

ItemGeneratorTypeName property.

The default value is "".

See also
setItemGeneratorTypeName(), getItemGeneratorTypeName()
PropertyType<string> ItemContainerGeneratorTypeNameProperty
static

ItemContainerGeneratorTypeName property.

The default value is "".

See also
setItemContainerGeneratorTypeName(), getItemContainerGeneratorTypeName()
PropertyType<ResourceID> ItemPrototypeProperty
static

ItemPrototype property.

The default value is ResourceID().

See also
setItemPrototypeResourceID(), getItemPrototypeResourceID()
PropertyType<ResourceID> ItemContainerTemplateProperty
static

ItemContainerTemplate property.

The default value is ResourceID().

See also
setItemContainerTemplateResourceID(), getItemContainerTemplateResourceID()
PropertyType<int> SelectedItemIndexProperty
static

SelectedItemIndex property.

Index of selected list box item. The default value is -1.

See also
setSelectedItemIndex(), getSelectedItemIndex()