Xonotic
BorderImage Class Reference
+ Inheritance diagram for BorderImage:
+ Collaboration diagram for BorderImage:

Public Member Functions

 ATTRIB (BorderImage, src, string)
 
 ATTRIB (Label, text, string)
 
 ATTRIB (Label, currentText, string)
 
 ATTRIB (BorderImage, closeButton, entity)
 
 ATTRIB (MenuItem, parent, entity)
 
 ATTRIB (Label, textEntity, entity)
 
 ATTRIB (MenuItem, tooltip, string)
 
virtual void BorderImage ::configureBorderImage ()
 
virtual void BorderImage ::draw ()
 
virtual void BorderImage ::recalcPositionWithText ()
 
virtual void BorderImage ::resizeNotify ()
 
virtual void Label ::configureLabel ()
 
virtual void Label ::draw ()
 
virtual void Label ::recalcPositionWithText ()
 
virtual void Label ::resizeNotify ()
 
virtual void Label ::setText ()
 
virtual void Label ::toString ()
 
virtual void MenuItem ::destroy ()
 
virtual void MenuItem ::draw ()
 
virtual void MenuItem ::focusEnter ()
 
virtual void MenuItem ::focusLeave ()
 
virtual void MenuItem ::hideNotify ()
 
virtual void MenuItem ::keyDown ()
 
virtual void MenuItem ::keyUp ()
 
virtual void MenuItem ::mouseDrag ()
 
virtual void MenuItem ::mouseMove ()
 
virtual void MenuItem ::mousePress ()
 
virtual void MenuItem ::mouseRelease ()
 
virtual void MenuItem ::relinquishFocus ()
 
virtual void MenuItem ::resizeNotify ()
 
virtual void MenuItem ::showNotify ()
 
virtual void MenuItem ::toString ()
 

Public Attributes

float align = 0.5
 
float allowColors = 0
 
float allowCut = 0
 
float allowFocusSound = 0
 
float allowWrap = 0
 
float alpha = 0.7
 
float borderHeight = 0
 
vector borderVec = '0 0 0'
 
vector color = '1 1 1'
 
vector colorL = SKINCOLOR_TEXT
 
float condenseFactor = 1
 
float disabled = 0
 
float disabledAlpha = 0.3
 
float focusable = 0
 
float focused = 0
 
float fontSize = 8
 
float isBold = 1
 
float isNexposeeTitleBar = 0
 
float keepspaceLeft = 0
 
float keepspaceRight = 0
 
float marginLeft = 0
 
float marginRight = 0
 
vector origin = '0 0 0'
 
float overrideCondenseFactor = 0
 
vector overrideRealOrigin = '0 1 0'
 
float preferredFocusPriority = 0
 
vector realFontSize = '0 0 0'
 
vector realFontSize_Nexposeed = '0 0 0'
 
vector realOrigin = '0 0 0'
 
vector realOrigin_Nexposeed = '0 0 0'
 
float recalcPos = 0
 
vector saveRelOrigin = '0 0 0'
 
vector saveRelSize = '0 0 0'
 
vector size = '0 0 0'
 
float zoomedOutTitleBar = 0
 
float zoomedOutTitleBarPosition = 0
 

Detailed Description

Definition at line 4 of file borderimage.qh.

Member Function Documentation

◆ ATTRIB() [1/7]

BorderImage::ATTRIB ( BorderImage  ,
src  ,
string   
)

◆ ATTRIB() [2/7]

Label::ATTRIB ( Label  ,
text  ,
string   
)
inherited

◆ ATTRIB() [3/7]

Label::ATTRIB ( Label  ,
currentText  ,
string   
)
inherited

◆ ATTRIB() [4/7]

BorderImage::ATTRIB ( BorderImage  ,
closeButton  ,
entity   
)

◆ ATTRIB() [5/7]

MenuItem::ATTRIB ( MenuItem  ,
parent  ,
entity   
)
inherited

◆ ATTRIB() [6/7]

Label::ATTRIB ( Label  ,
textEntity  ,
entity   
)
inherited

◆ ATTRIB() [7/7]

MenuItem::ATTRIB ( MenuItem  ,
tooltip  ,
string   
)
inherited

◆ BorderImage ::configureBorderImage()

virtual void BorderImage::BorderImage ::configureBorderImage ( )
virtual

◆ BorderImage ::draw()

virtual void BorderImage::BorderImage ::draw ( )
virtual

◆ BorderImage ::recalcPositionWithText()

virtual void BorderImage::BorderImage ::recalcPositionWithText ( )
virtual

◆ BorderImage ::resizeNotify()

virtual void BorderImage::BorderImage ::resizeNotify ( )
virtual

◆ Label ::configureLabel()

virtual void Label::Label ::configureLabel ( )
virtualinherited

◆ Label ::draw()

virtual void Label::Label ::draw ( )
virtualinherited

◆ Label ::recalcPositionWithText()

virtual void Label::Label ::recalcPositionWithText ( )
virtualinherited

◆ Label ::resizeNotify()

virtual void Label::Label ::resizeNotify ( )
virtualinherited

◆ Label ::setText()

virtual void Label::Label ::setText ( )
virtualinherited

◆ Label ::toString()

virtual void Label::Label ::toString ( )
virtualinherited

◆ MenuItem ::destroy()

virtual void MenuItem::MenuItem ::destroy ( )
virtualinherited

◆ MenuItem ::draw()

virtual void MenuItem::MenuItem ::draw ( )
virtualinherited

◆ MenuItem ::focusEnter()

virtual void MenuItem::MenuItem ::focusEnter ( )
virtualinherited

◆ MenuItem ::focusLeave()

virtual void MenuItem::MenuItem ::focusLeave ( )
virtualinherited

◆ MenuItem ::hideNotify()

virtual void MenuItem::MenuItem ::hideNotify ( )
virtualinherited

◆ MenuItem ::keyDown()

virtual void MenuItem::MenuItem ::keyDown ( )
virtualinherited

◆ MenuItem ::keyUp()

virtual void MenuItem::MenuItem ::keyUp ( )
virtualinherited

◆ MenuItem ::mouseDrag()

virtual void MenuItem::MenuItem ::mouseDrag ( )
virtualinherited

◆ MenuItem ::mouseMove()

virtual void MenuItem::MenuItem ::mouseMove ( )
virtualinherited

◆ MenuItem ::mousePress()

virtual void MenuItem::MenuItem ::mousePress ( )
virtualinherited

◆ MenuItem ::mouseRelease()

virtual void MenuItem::MenuItem ::mouseRelease ( )
virtualinherited

◆ MenuItem ::relinquishFocus()

virtual void MenuItem::MenuItem ::relinquishFocus ( )
virtualinherited

◆ MenuItem ::resizeNotify()

virtual void MenuItem::MenuItem ::resizeNotify ( )
virtualinherited

◆ MenuItem ::showNotify()

virtual void MenuItem::MenuItem ::showNotify ( )
virtualinherited

◆ MenuItem ::toString()

virtual void MenuItem::MenuItem ::toString ( )
virtualinherited

Member Data Documentation

◆ align

float Label::align = 0.5
inherited

Definition at line 15 of file label.qh.

◆ allowColors

float Label::allowColors = 0
inherited

Definition at line 17 of file label.qh.

◆ allowCut

float Label::allowCut = 0
inherited

Definition at line 16 of file label.qh.

◆ allowFocusSound

float MenuItem::allowFocusSound = 0
inherited

Definition at line 26 of file item.qh.

◆ allowWrap

float Label::allowWrap = 0
inherited

Definition at line 29 of file label.qh.

◆ alpha

float Label::alpha = 0.7
inherited

Definition at line 24 of file label.qh.

◆ borderHeight

float BorderImage::borderHeight = 0

Definition at line 11 of file borderimage.qh.

◆ borderVec

vector BorderImage::borderVec = '0 0 0'

Definition at line 12 of file borderimage.qh.

◆ color

vector BorderImage::color = '1 1 1'

Definition at line 13 of file borderimage.qh.

◆ colorL

vector Label::colorL = SKINCOLOR_TEXT
inherited

Definition at line 25 of file label.qh.

◆ condenseFactor

float Label::condenseFactor = 1
inherited

Definition at line 31 of file label.qh.

◆ disabled

float Label::disabled = 0
inherited

Definition at line 26 of file label.qh.

◆ disabledAlpha

float Label::disabledAlpha = 0.3
inherited

Definition at line 27 of file label.qh.

◆ focusable

float MenuItem::focusable = 0
inherited

Definition at line 25 of file item.qh.

◆ focused

float MenuItem::focused = 0
inherited

Definition at line 24 of file item.qh.

◆ fontSize

float Label::fontSize = 8
inherited

Definition at line 14 of file label.qh.

◆ isBold

float BorderImage::isBold = 1

Definition at line 8 of file borderimage.qh.

◆ isNexposeeTitleBar

float BorderImage::isNexposeeTitleBar = 0

Definition at line 17 of file borderimage.qh.

◆ keepspaceLeft

float Label::keepspaceLeft = 0
inherited

Definition at line 18 of file label.qh.

◆ keepspaceRight

float Label::keepspaceRight = 0
inherited

Definition at line 19 of file label.qh.

◆ marginLeft

float Label::marginLeft = 0
inherited

Definition at line 20 of file label.qh.

◆ marginRight

float Label::marginRight = 0
inherited

Definition at line 21 of file label.qh.

◆ origin

vector MenuItem::origin = '0 0 0'
inherited

Definition at line 29 of file item.qh.

◆ overrideCondenseFactor

float Label::overrideCondenseFactor = 0
inherited

Definition at line 33 of file label.qh.

◆ overrideRealOrigin

vector BorderImage::overrideRealOrigin = '0 1 0'

Definition at line 20 of file borderimage.qh.

◆ preferredFocusPriority

float MenuItem::preferredFocusPriority = 0
inherited

Definition at line 28 of file item.qh.

◆ realFontSize

vector Label::realFontSize = '0 0 0'
inherited

Definition at line 22 of file label.qh.

◆ realFontSize_Nexposeed

vector BorderImage::realFontSize_Nexposeed = '0 0 0'

Definition at line 15 of file borderimage.qh.

◆ realOrigin

vector Label::realOrigin = '0 0 0'
inherited

Definition at line 23 of file label.qh.

◆ realOrigin_Nexposeed

vector BorderImage::realOrigin_Nexposeed = '0 0 0'

Definition at line 16 of file borderimage.qh.

◆ recalcPos

float Label::recalcPos = 0
inherited

Definition at line 30 of file label.qh.

◆ saveRelOrigin

vector BorderImage::saveRelOrigin = '0 0 0'

Definition at line 21 of file borderimage.qh.

◆ saveRelSize

vector BorderImage::saveRelSize = '0 0 0'

Definition at line 22 of file borderimage.qh.

◆ size

vector MenuItem::size = '0 0 0'
inherited

Definition at line 30 of file item.qh.

◆ zoomedOutTitleBar

float BorderImage::zoomedOutTitleBar = 0

Definition at line 19 of file borderimage.qh.

◆ zoomedOutTitleBarPosition

float BorderImage::zoomedOutTitleBarPosition = 0

Definition at line 18 of file borderimage.qh.


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