Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
kodi-addon-dev-kit/include/kodi/gui/controls/Spin.h File Reference
#include "../../AddonBase.h"
#include "../Window.h"

Classes

class  kodi::gui::controls::CSpin
 

Namespaces

namespace  kodi
 
namespace  kodi::gui
 
namespace  kodi::gui::controls
 

Typedefs

typedef enum kodi::gui::controls::AddonGUISpinControlType kodi::gui::controls::AddonGUISpinControlType
 The values here defines the used value format for steps on spin control. More...
 

Enumerations

enum  kodi::gui::controls::AddonGUISpinControlType { kodi::gui::controls::ADDON_SPIN_CONTROL_TYPE_INT = 1 , kodi::gui::controls::ADDON_SPIN_CONTROL_TYPE_FLOAT = 2 , kodi::gui::controls::ADDON_SPIN_CONTROL_TYPE_TEXT = 3 , kodi::gui::controls::ADDON_SPIN_CONTROL_TYPE_PAGE = 4 }
 The values here defines the used value format for steps on spin control. More...