Kodi Documentation  18.0
Kodi is an open source media player and entertainment hub.
XBMCAddon::xbmcgui::ControlEdit Class Reference

#include <Control.h>

Inheritance diagram for XBMCAddon::xbmcgui::ControlEdit:
XBMCAddon::xbmcgui::Control XBMCAddon::AddonClass CCriticalSection XbmcThreads::CountingLockable< XbmcThreads::CRecursiveMutex >

Public Member Functions

 ControlEdit (long x, long y, long width, long height, const String &label, const char *font=NULL, const char *textColor=NULL, const char *disabledColor=NULL, long _alignment=XBFONT_LEFT, const char *focusTexture=NULL, const char *noFocusTexture=NULL, bool isPassword=false)
 
 setLabel (...)
 

Function: setLabel(label[, font, textColor, disabledColor, shadowColor, focusedColor, label2])


Set's text heading for this edit control. More...

 
 getLabel ()
 

Function: getLabel()


Returns the text heading for this edit control. More...

 
 setText (...)
 

Function: setText(value)


Set's text value for this edit control. More...

 
 getText ()
 

Function: getText()


Returns the text value for this edit control. More...

 
 ControlEdit ()=default
 
SWIGHIDDENVIRTUAL CGUIControlCreate () override
 
 setType (...)
 

Function: setType(type, heading)


Sets the type of this edit control. More...

 
- Public Member Functions inherited from XBMCAddon::xbmcgui::Control
 ~Control () override
 
virtual bool canAcceptMessages (int actionId)
 
 getId () inline bool operator
 

Function: getId()


Returns the control's current id as an integer. More...

 
 getX ()
 

Function: getX()


Returns the control's current X position. More...

 
 getY ()
 

Function: getY()


Returns the control's current Y position. More...

 
 getHeight ()
 

Function: getHeight()


Returns the control's current height as an integer. More...

 
 getWidth ()
 

Function: getWidth()


Returns the control's current width as an integer. More...

 
 setEnabled (...)
 

Function: setEnabled(enabled)


Set's the control's enabled/disabled state. More...

 
 setVisible (...)
 

Function: setVisible(visible)


Set's the control's visible/hidden state. More...

 
 isVisible (...)
 

Function: isVisible()


Get the control's visible/hidden state. More...

 
 setVisibleCondition (...)
 

Function: setVisibleCondition(visible[,allowHiddenFocus])


Set's the control's visible condition. More...

 
 setEnableCondition (...)
 

Function: setEnableCondition(enable)


Set's the control's enabled condition. More...

 
 setAnimations (...)
 

Function: setAnimations([(event, attr,)*])


Set's the control's animations. More...

 
 setPosition (...)
 

Function: setPosition(x, y)


Set's the controls position. More...

 
 setWidth (...)
 

Function: setWidth(width)


Set's the controls width. More...

 
 setHeight (...)
 

Function: setHeight(height)


Set's the controls height. More...

 
 setNavigation (...)
 

Function: setNavigation(up, down, left, right)


Set's the controls navigation. More...

 
 controlUp (...)
 

Function: controlUp(control)


Set's the controls up navigation. More...

 
 controlDown (...)
 

Function: controlDown(control)


Set's the controls down navigation. More...

 
 controlLeft (...)
 

Function: controlLeft(control)


Set's the controls left navigation. More...

 
 controlRight (...)
 

Function: controlRight(control)


Set's the controls right navigation. More...

 
- Public Member Functions inherited from XBMCAddon::AddonClass
 AddonClass ()
 
virtual ~AddonClass ()
 
const char * GetClassname () const
 
LanguageHookGetLanguageHook ()
 
bool isDeallocating ()
 
void Release () const
 
void Acquire () const
 
- Public Member Functions inherited from XbmcThreads::CountingLockable< XbmcThreads::CRecursiveMutex >
 CountingLockable ()=default
 
void lock ()
 
bool try_lock ()
 
void unlock ()
 
unsigned int exit (unsigned int leave=0)
 
void restore (unsigned int restoreCount)
 
XbmcThreads::CRecursiveMutex & get_underlying ()
 

Public Attributes

std::string strFont
 
std::string strText
 
std::string strTextureFocus
 
std::string strTextureNoFocus
 
UTILS::Color textColor
 
UTILS::Color disabledColor
 
uint32_t align
 
bool bIsPassword = false
 
- Public Attributes inherited from XBMCAddon::xbmcgui::Control
int iControlId = 0
 
int iParentId = 0
 
int dwPosX = 0
 
int dwPosY = 0
 
int dwWidth = 0
 
int dwHeight = 0
 
int iControlUp = 0
 
int iControlDown = 0
 
int iControlLeft = 0
 
int iControlRight = 0
 
CGUIControlpGUIControl = nullptr
 

Additional Inherited Members

- Static Public Member Functions inherited from XBMCAddon::AddonClass
static short getNumAddonClasses ()
 
- Protected Member Functions inherited from XBMCAddon::xbmcgui::Control
 Control ()=default
 
- Protected Member Functions inherited from XBMCAddon::AddonClass
virtual void deallocating ()
 
- Static Protected Member Functions inherited from XBMCAddon::AddonClass
static short getNextClassIndex ()
 
- Protected Attributes inherited from XBMCAddon::AddonClass
LanguageHooklanguageHook
 
- Protected Attributes inherited from XbmcThreads::CountingLockable< XbmcThreads::CRecursiveMutex >
XbmcThreads::CRecursiveMutex mutex
 
unsigned int count
 

Constructor & Destructor Documentation

§ ControlEdit() [1/2]

XBMCAddon::xbmcgui::ControlEdit::ControlEdit ( long  x,
long  y,
long  width,
long  height,
const String label,
const char *  font = NULL,
const char *  textColor = NULL,
const char *  disabledColor = NULL,
long  _alignment = XBFONT_LEFT,
const char *  focusTexture = NULL,
const char *  noFocusTexture = NULL,
bool  isPassword = false 
)

§ ControlEdit() [2/2]

XBMCAddon::xbmcgui::ControlEdit::ControlEdit ( )
default

Member Function Documentation

§ Create()

CGUIControl * XBMCAddon::xbmcgui::ControlEdit::Create ( )
overridevirtual

Reimplemented from XBMCAddon::xbmcgui::Control.

Member Data Documentation

§ align

uint32_t XBMCAddon::xbmcgui::ControlEdit::align

§ bIsPassword

bool XBMCAddon::xbmcgui::ControlEdit::bIsPassword = false

§ disabledColor

UTILS::Color XBMCAddon::xbmcgui::ControlEdit::disabledColor

§ strFont

std::string XBMCAddon::xbmcgui::ControlEdit::strFont

§ strText

std::string XBMCAddon::xbmcgui::ControlEdit::strText

§ strTextureFocus

std::string XBMCAddon::xbmcgui::ControlEdit::strTextureFocus

§ strTextureNoFocus

std::string XBMCAddon::xbmcgui::ControlEdit::strTextureNoFocus

§ textColor

UTILS::Color XBMCAddon::xbmcgui::ControlEdit::textColor

The documentation for this class was generated from the following files: