enigma2  2.6
Public Member Functions | Static Public Attributes | List of all members
enigma.eWindowStyleSkinned Class Reference
Inheritance diagram for enigma.eWindowStyleSkinned:

Public Member Functions

def __init__ (self)
 
def setStyle (self, painter, what)
 
def setPixmap (self, bs, bp, pixmap)
 
def setColorBorder (self, bs, bp, color, size)
 
def setColor (self, what, back)
 
def getColor (self, what, color)
 
def setTitleOffset (self, offset)
 
def setTitleFont (self, fnt)
 
def setListFont (self, what, size, face)
 
def getListFontSize (self, what)
 
def getListFontFace (self, what)
 

Static Public Attributes

 thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 
 bsWindow = _enigma.eWindowStyleSkinned_bsWindow
 
 bsButton = _enigma.eWindowStyleSkinned_bsButton
 
 bsListboxEntry = _enigma.eWindowStyleSkinned_bsListboxEntry
 
 bpTopLeft = _enigma.eWindowStyleSkinned_bpTopLeft
 
 bpTop = _enigma.eWindowStyleSkinned_bpTop
 
 bpTopRight = _enigma.eWindowStyleSkinned_bpTopRight
 
 bpLeft = _enigma.eWindowStyleSkinned_bpLeft
 
 bpBackground = _enigma.eWindowStyleSkinned_bpBackground
 
 bpRight = _enigma.eWindowStyleSkinned_bpRight
 
 bpBottomLeft = _enigma.eWindowStyleSkinned_bpBottomLeft
 
 bpBottom = _enigma.eWindowStyleSkinned_bpBottom
 
 bpBottomRight = _enigma.eWindowStyleSkinned_bpBottomRight
 
 bpAll = _enigma.eWindowStyleSkinned_bpAll
 
 bpMax = _enigma.eWindowStyleSkinned_bpMax
 
 bpiTopLeft = _enigma.eWindowStyleSkinned_bpiTopLeft
 
 bpiTop = _enigma.eWindowStyleSkinned_bpiTop
 
 bpiTopRight = _enigma.eWindowStyleSkinned_bpiTopRight
 
 bpiLeft = _enigma.eWindowStyleSkinned_bpiLeft
 
 bpiBackground = _enigma.eWindowStyleSkinned_bpiBackground
 
 bpiRight = _enigma.eWindowStyleSkinned_bpiRight
 
 bpiBottomLeft = _enigma.eWindowStyleSkinned_bpiBottomLeft
 
 bpiBottom = _enigma.eWindowStyleSkinned_bpiBottom
 
 bpiBottomRight = _enigma.eWindowStyleSkinned_bpiBottomRight
 
 colBackground = _enigma.eWindowStyleSkinned_colBackground
 
 colLabelForeground = _enigma.eWindowStyleSkinned_colLabelForeground
 
 colListboxBackground = _enigma.eWindowStyleSkinned_colListboxBackground
 
 colListboxForeground = _enigma.eWindowStyleSkinned_colListboxForeground
 
 colListboxSelectedBackground = _enigma.eWindowStyleSkinned_colListboxSelectedBackground
 
 colListboxSelectedForeground = _enigma.eWindowStyleSkinned_colListboxSelectedForeground
 
 colListboxMarkedBackground = _enigma.eWindowStyleSkinned_colListboxMarkedBackground
 
 colListboxMarkedForeground = _enigma.eWindowStyleSkinned_colListboxMarkedForeground
 
 colListboxMarkedAndSelectedBackground = _enigma.eWindowStyleSkinned_colListboxMarkedAndSelectedBackground
 
 colListboxMarkedAndSelectedForeground = _enigma.eWindowStyleSkinned_colListboxMarkedAndSelectedForeground
 
 colWindowTitleForeground = _enigma.eWindowStyleSkinned_colWindowTitleForeground
 
 colWindowTitleBackground = _enigma.eWindowStyleSkinned_colWindowTitleBackground
 
 colWindowDimmer = _enigma.eWindowStyleSkinned_colWindowDimmer
 
 colMax = _enigma.eWindowStyleSkinned_colMax
 
 listFontBig = _enigma.eWindowStyleSkinned_listFontBig
 
 listFontMedium = _enigma.eWindowStyleSkinned_listFontMedium
 
 listFontSmall = _enigma.eWindowStyleSkinned_listFontSmall
 
 listFontSmaller = _enigma.eWindowStyleSkinned_listFontSmaller
 
 listFontBigger = _enigma.eWindowStyleSkinned_listFontBigger
 
 listFontKeyboard = _enigma.eWindowStyleSkinned_listFontKeyboard
 
 listFontMax = _enigma.eWindowStyleSkinned_listFontMax
 
 setStyle
 
 setPixmap
 
 setColorBorder
 
 setColor
 
 getColor
 
 setTitleOffset
 
 setTitleFont
 
 setListFont
 
 getListFontSize
 
 getListFontFace
 

Constructor & Destructor Documentation

◆ __init__()

def enigma.eWindowStyleSkinned.__init__ (   self)
__init__(eWindowStyleSkinned self) -> eWindowStyleSkinned

Member Function Documentation

◆ getColor()

def enigma.eWindowStyleSkinned.getColor (   self,
  what,
  color 
)
getColor(eWindowStyleSkinned self, int what, gRGBA color) -> RESULT

◆ getListFontFace()

def enigma.eWindowStyleSkinned.getListFontFace (   self,
  what 
)
getListFontFace(eWindowStyleSkinned self, int what) -> std::string const

◆ getListFontSize()

def enigma.eWindowStyleSkinned.getListFontSize (   self,
  what 
)
getListFontSize(eWindowStyleSkinned self, int what) -> int

◆ setColor()

def enigma.eWindowStyleSkinned.setColor (   self,
  what,
  back 
)
setColor(eWindowStyleSkinned self, int what, gRGBA back)

◆ setColorBorder()

def enigma.eWindowStyleSkinned.setColorBorder (   self,
  bs,
  bp,
  color,
  size 
)
setColorBorder(eWindowStyleSkinned self, int bs, int bp, gRGB color, int size)

◆ setListFont()

def enigma.eWindowStyleSkinned.setListFont (   self,
  what,
  size,
  face 
)
setListFont(eWindowStyleSkinned self, int what, int size, std::string const & face)

◆ setPixmap()

def enigma.eWindowStyleSkinned.setPixmap (   self,
  bs,
  bp,
  pixmap 
)
setPixmap(eWindowStyleSkinned self, int bs, int bp, gPixmapPtr pixmap)

◆ setStyle()

def enigma.eWindowStyleSkinned.setStyle (   self,
  painter,
  what 
)
setStyle(eWindowStyleSkinned self, gPainter & painter, int what)

◆ setTitleFont()

def enigma.eWindowStyleSkinned.setTitleFont (   self,
  fnt 
)
setTitleFont(eWindowStyleSkinned self, gFont fnt)

◆ setTitleOffset()

def enigma.eWindowStyleSkinned.setTitleOffset (   self,
  offset 
)
setTitleOffset(eWindowStyleSkinned self, eSize offset)

Member Data Documentation

◆ bpAll

enigma.eWindowStyleSkinned.bpAll = _enigma.eWindowStyleSkinned_bpAll
static

◆ bpBackground

enigma.eWindowStyleSkinned.bpBackground = _enigma.eWindowStyleSkinned_bpBackground
static

◆ bpBottom

enigma.eWindowStyleSkinned.bpBottom = _enigma.eWindowStyleSkinned_bpBottom
static

◆ bpBottomLeft

enigma.eWindowStyleSkinned.bpBottomLeft = _enigma.eWindowStyleSkinned_bpBottomLeft
static

◆ bpBottomRight

enigma.eWindowStyleSkinned.bpBottomRight = _enigma.eWindowStyleSkinned_bpBottomRight
static

◆ bpiBackground

enigma.eWindowStyleSkinned.bpiBackground = _enigma.eWindowStyleSkinned_bpiBackground
static

◆ bpiBottom

enigma.eWindowStyleSkinned.bpiBottom = _enigma.eWindowStyleSkinned_bpiBottom
static

◆ bpiBottomLeft

enigma.eWindowStyleSkinned.bpiBottomLeft = _enigma.eWindowStyleSkinned_bpiBottomLeft
static

◆ bpiBottomRight

enigma.eWindowStyleSkinned.bpiBottomRight = _enigma.eWindowStyleSkinned_bpiBottomRight
static

◆ bpiLeft

enigma.eWindowStyleSkinned.bpiLeft = _enigma.eWindowStyleSkinned_bpiLeft
static

◆ bpiRight

enigma.eWindowStyleSkinned.bpiRight = _enigma.eWindowStyleSkinned_bpiRight
static

◆ bpiTop

enigma.eWindowStyleSkinned.bpiTop = _enigma.eWindowStyleSkinned_bpiTop
static

◆ bpiTopLeft

enigma.eWindowStyleSkinned.bpiTopLeft = _enigma.eWindowStyleSkinned_bpiTopLeft
static

◆ bpiTopRight

enigma.eWindowStyleSkinned.bpiTopRight = _enigma.eWindowStyleSkinned_bpiTopRight
static

◆ bpLeft

enigma.eWindowStyleSkinned.bpLeft = _enigma.eWindowStyleSkinned_bpLeft
static

◆ bpMax

enigma.eWindowStyleSkinned.bpMax = _enigma.eWindowStyleSkinned_bpMax
static

◆ bpRight

enigma.eWindowStyleSkinned.bpRight = _enigma.eWindowStyleSkinned_bpRight
static

◆ bpTop

enigma.eWindowStyleSkinned.bpTop = _enigma.eWindowStyleSkinned_bpTop
static

◆ bpTopLeft

enigma.eWindowStyleSkinned.bpTopLeft = _enigma.eWindowStyleSkinned_bpTopLeft
static

◆ bpTopRight

enigma.eWindowStyleSkinned.bpTopRight = _enigma.eWindowStyleSkinned_bpTopRight
static

◆ bsButton

enigma.eWindowStyleSkinned.bsButton = _enigma.eWindowStyleSkinned_bsButton
static

◆ bsListboxEntry

enigma.eWindowStyleSkinned.bsListboxEntry = _enigma.eWindowStyleSkinned_bsListboxEntry
static

◆ bsWindow

enigma.eWindowStyleSkinned.bsWindow = _enigma.eWindowStyleSkinned_bsWindow
static

◆ colBackground

enigma.eWindowStyleSkinned.colBackground = _enigma.eWindowStyleSkinned_colBackground
static

◆ colLabelForeground

enigma.eWindowStyleSkinned.colLabelForeground = _enigma.eWindowStyleSkinned_colLabelForeground
static

◆ colListboxBackground

enigma.eWindowStyleSkinned.colListboxBackground = _enigma.eWindowStyleSkinned_colListboxBackground
static

◆ colListboxForeground

enigma.eWindowStyleSkinned.colListboxForeground = _enigma.eWindowStyleSkinned_colListboxForeground
static

◆ colListboxMarkedAndSelectedBackground

enigma.eWindowStyleSkinned.colListboxMarkedAndSelectedBackground = _enigma.eWindowStyleSkinned_colListboxMarkedAndSelectedBackground
static

◆ colListboxMarkedAndSelectedForeground

enigma.eWindowStyleSkinned.colListboxMarkedAndSelectedForeground = _enigma.eWindowStyleSkinned_colListboxMarkedAndSelectedForeground
static

◆ colListboxMarkedBackground

enigma.eWindowStyleSkinned.colListboxMarkedBackground = _enigma.eWindowStyleSkinned_colListboxMarkedBackground
static

◆ colListboxMarkedForeground

enigma.eWindowStyleSkinned.colListboxMarkedForeground = _enigma.eWindowStyleSkinned_colListboxMarkedForeground
static

◆ colListboxSelectedBackground

enigma.eWindowStyleSkinned.colListboxSelectedBackground = _enigma.eWindowStyleSkinned_colListboxSelectedBackground
static

◆ colListboxSelectedForeground

enigma.eWindowStyleSkinned.colListboxSelectedForeground = _enigma.eWindowStyleSkinned_colListboxSelectedForeground
static

◆ colMax

enigma.eWindowStyleSkinned.colMax = _enigma.eWindowStyleSkinned_colMax
static

◆ colWindowDimmer

enigma.eWindowStyleSkinned.colWindowDimmer = _enigma.eWindowStyleSkinned_colWindowDimmer
static

◆ colWindowTitleBackground

enigma.eWindowStyleSkinned.colWindowTitleBackground = _enigma.eWindowStyleSkinned_colWindowTitleBackground
static

◆ colWindowTitleForeground

enigma.eWindowStyleSkinned.colWindowTitleForeground = _enigma.eWindowStyleSkinned_colWindowTitleForeground
static

◆ getColor

enigma.eWindowStyleSkinned.getColor
static

◆ getListFontFace

enigma.eWindowStyleSkinned.getListFontFace
static

◆ getListFontSize

enigma.eWindowStyleSkinned.getListFontSize
static

◆ listFontBig

enigma.eWindowStyleSkinned.listFontBig = _enigma.eWindowStyleSkinned_listFontBig
static

◆ listFontBigger

enigma.eWindowStyleSkinned.listFontBigger = _enigma.eWindowStyleSkinned_listFontBigger
static

◆ listFontKeyboard

enigma.eWindowStyleSkinned.listFontKeyboard = _enigma.eWindowStyleSkinned_listFontKeyboard
static

◆ listFontMax

enigma.eWindowStyleSkinned.listFontMax = _enigma.eWindowStyleSkinned_listFontMax
static

◆ listFontMedium

enigma.eWindowStyleSkinned.listFontMedium = _enigma.eWindowStyleSkinned_listFontMedium
static

◆ listFontSmall

enigma.eWindowStyleSkinned.listFontSmall = _enigma.eWindowStyleSkinned_listFontSmall
static

◆ listFontSmaller

enigma.eWindowStyleSkinned.listFontSmaller = _enigma.eWindowStyleSkinned_listFontSmaller
static

◆ setColor

enigma.eWindowStyleSkinned.setColor
static

◆ setColorBorder

enigma.eWindowStyleSkinned.setColorBorder
static

◆ setListFont

enigma.eWindowStyleSkinned.setListFont
static

◆ setPixmap

enigma.eWindowStyleSkinned.setPixmap
static

◆ setStyle

enigma.eWindowStyleSkinned.setStyle
static

◆ setTitleFont

enigma.eWindowStyleSkinned.setTitleFont
static

◆ setTitleOffset

enigma.eWindowStyleSkinned.setTitleOffset
static

◆ thisown

enigma.eWindowStyleSkinned.thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
static

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