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

Public Member Functions

 ATTRIB (XonoticScreenshotList, filterString, string)
 
 ATTRIB (MenuItem, parent, entity)
 
 ATTRIB (XonoticScreenshotList, filterBox, entity)
 
 ATTRIB (MenuItem, tooltip, string)
 
 ATTRIB (XonoticScreenshotList, screenshotBrowserDialog, entity)
 
 ATTRIB (XonoticScreenshotList, screenshotPreview, entity)
 
 ATTRIB (XonoticScreenshotList, screenshotViewerDialog, entity)
 
 ATTRIB (ListBox, src, string)
 
virtual void ListBox ::clickListBoxItem ()
 
virtual void ListBox ::configureListBox ()
 
virtual void ListBox ::doubleClickListBoxItem ()
 
virtual void ListBox ::draw ()
 
virtual void ListBox ::drawListBoxItem ()
 
virtual void ListBox ::focusedItemChangeNotify ()
 
virtual void ListBox ::focusLeave ()
 
virtual void ListBox ::getFirstFullyVisibleItemAtScrollPos ()
 
virtual void ListBox ::getItemAtPos ()
 
virtual void ListBox ::getItemHeight ()
 
virtual void ListBox ::getItemStart ()
 
virtual void ListBox ::getLastFullyVisibleItemAtScrollPos ()
 
virtual void ListBox ::getTotalHeight ()
 
virtual void ListBox ::isScrolling ()
 
virtual void ListBox ::keyDown ()
 
virtual void ListBox ::mouseDrag ()
 
virtual void ListBox ::mouseMove ()
 
virtual void ListBox ::mousePress ()
 
virtual void ListBox ::mouseRelease ()
 
virtual void ListBox ::resizeNotify ()
 
virtual void ListBox ::scrollToItem ()
 
virtual void ListBox ::setFocusedItem ()
 
virtual void ListBox ::setSelected ()
 
virtual void ListBox ::updateControlTopBottom ()
 
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 ()
 
virtual void XonoticListBox ::configureXonoticListBox ()
 
virtual void XonoticListBox ::resizeNotify ()
 
virtual void XonoticScreenshotList ::configureXonoticScreenshotList ()
 
virtual void XonoticScreenshotList ::destroy ()
 
virtual void XonoticScreenshotList ::doubleClickListBoxItem ()
 
virtual void XonoticScreenshotList ::draw ()
 
virtual void XonoticScreenshotList ::drawListBoxItem ()
 
virtual void XonoticScreenshotList ::getScreenshots ()
 
virtual void XonoticScreenshotList ::goScreenshot ()
 
virtual void XonoticScreenshotList ::keyDown ()
 
virtual void XonoticScreenshotList ::previewScreenshot ()
 
virtual void XonoticScreenshotList ::resizeNotify ()
 
virtual void XonoticScreenshotList ::screenshotName ()
 
virtual void XonoticScreenshotList ::setSelected ()
 
virtual void XonoticScreenshotList ::showNotify ()
 
virtual void XonoticScreenshotList ::startScreenshot ()
 
virtual void XonoticScreenshotList ::startSlideShow ()
 
virtual void XonoticScreenshotList ::stopSlideShow ()
 

Public Attributes

float allowFocusSound = 1
 
float alphaBG = SKINALPHA_LISTBOX_BACKGROUND
 
vector color = SKINCOLOR_SCROLLBAR_N
 
vector color2 = SKINCOLOR_SCROLLBAR_S
 
vector colorBG = SKINCOLOR_LISTBOX_BACKGROUND
 
vector colorC = SKINCOLOR_SCROLLBAR_C
 
vector colorF = SKINCOLOR_SCROLLBAR_F
 
float columnNameOrigin = 0
 
float columnNameSize = 0
 
float controlBottom = 0
 
float controlTop = 0
 
float controlWidth = 0
 
vector dragScrollPos = '0 0 0'
 
float filterTime = 0
 
float focusable = 1
 
float focused = 0
 
int focusedItem = -1
 
float focusedItemAlpha = 0.3
 
float fontSize = SKINFONTSIZE_NORMAL
 
vector itemAbsSize = '0 0 0'
 
float itemHeight = 0
 
float lastClickedItem = -1
 
float lastClickedTime = 0
 
float listScreenshot = -1
 
float mouseMoveOffset = -1
 
float needScrollToItem = -1
 
float newScreenshotTime = 0
 
float newSlideShowScreenshotTime = 0
 
float nItems = 42
 
vector origin = '0 0 0'
 
float preferredFocusPriority = 0
 
float pressed = 0
 
float pressOffset = 0
 
float previousValue = 0
 
vector realFontSize = '0 0 0'
 
float realUpperMargin = 0
 
float rowsPerItem = 1
 
float scrollbarWidth = SKINWIDTH_SCROLLBAR
 
float scrollPos = 0
 
float scrollPosTarget = 0
 
int selectedItem = 0
 
bool selectionDoesntMatter = false
 
vector size = '0 0 0'
 
string src = SKINGFX_SCROLLBAR
 
vector tolerance = '2 0.2 0'
 

Detailed Description

Definition at line 4 of file screenshotlist.qh.

Member Function Documentation

◆ ATTRIB() [1/8]

XonoticScreenshotList::ATTRIB ( XonoticScreenshotList  ,
filterString  ,
string   
)

◆ ATTRIB() [2/8]

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

◆ ATTRIB() [3/8]

XonoticScreenshotList::ATTRIB ( XonoticScreenshotList  ,
filterBox  ,
entity   
)

◆ ATTRIB() [4/8]

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

◆ ATTRIB() [5/8]

XonoticScreenshotList::ATTRIB ( XonoticScreenshotList  ,
screenshotBrowserDialog  ,
entity   
)

◆ ATTRIB() [6/8]

XonoticScreenshotList::ATTRIB ( XonoticScreenshotList  ,
screenshotPreview  ,
entity   
)

◆ ATTRIB() [7/8]

XonoticScreenshotList::ATTRIB ( XonoticScreenshotList  ,
screenshotViewerDialog  ,
entity   
)

◆ ATTRIB() [8/8]

ListBox::ATTRIB ( ListBox  ,
src  ,
string   
)
inherited

◆ ListBox ::clickListBoxItem()

virtual void ListBox::ListBox ::clickListBoxItem ( )
virtualinherited

◆ ListBox ::configureListBox()

virtual void ListBox::ListBox ::configureListBox ( )
virtualinherited

◆ ListBox ::doubleClickListBoxItem()

virtual void ListBox::ListBox ::doubleClickListBoxItem ( )
virtualinherited

◆ ListBox ::draw()

virtual void ListBox::ListBox ::draw ( )
virtualinherited

◆ ListBox ::drawListBoxItem()

virtual void ListBox::ListBox ::drawListBoxItem ( )
virtualinherited

◆ ListBox ::focusedItemChangeNotify()

virtual void ListBox::ListBox ::focusedItemChangeNotify ( )
virtualinherited

◆ ListBox ::focusLeave()

virtual void ListBox::ListBox ::focusLeave ( )
virtualinherited

◆ ListBox ::getFirstFullyVisibleItemAtScrollPos()

virtual void ListBox::ListBox ::getFirstFullyVisibleItemAtScrollPos ( )
virtualinherited

◆ ListBox ::getItemAtPos()

virtual void ListBox::ListBox ::getItemAtPos ( )
virtualinherited

◆ ListBox ::getItemHeight()

virtual void ListBox::ListBox ::getItemHeight ( )
virtualinherited

◆ ListBox ::getItemStart()

virtual void ListBox::ListBox ::getItemStart ( )
virtualinherited

◆ ListBox ::getLastFullyVisibleItemAtScrollPos()

virtual void ListBox::ListBox ::getLastFullyVisibleItemAtScrollPos ( )
virtualinherited

◆ ListBox ::getTotalHeight()

virtual void ListBox::ListBox ::getTotalHeight ( )
virtualinherited

◆ ListBox ::isScrolling()

virtual void ListBox::ListBox ::isScrolling ( )
virtualinherited

◆ ListBox ::keyDown()

virtual void ListBox::ListBox ::keyDown ( )
virtualinherited

◆ ListBox ::mouseDrag()

virtual void ListBox::ListBox ::mouseDrag ( )
virtualinherited

◆ ListBox ::mouseMove()

virtual void ListBox::ListBox ::mouseMove ( )
virtualinherited

◆ ListBox ::mousePress()

virtual void ListBox::ListBox ::mousePress ( )
virtualinherited

◆ ListBox ::mouseRelease()

virtual void ListBox::ListBox ::mouseRelease ( )
virtualinherited

◆ ListBox ::resizeNotify()

virtual void ListBox::ListBox ::resizeNotify ( )
virtualinherited

◆ ListBox ::scrollToItem()

virtual void ListBox::ListBox ::scrollToItem ( )
virtualinherited

◆ ListBox ::setFocusedItem()

virtual void ListBox::ListBox ::setFocusedItem ( )
virtualinherited

◆ ListBox ::setSelected()

virtual void ListBox::ListBox ::setSelected ( )
virtualinherited

◆ ListBox ::updateControlTopBottom()

virtual void ListBox::ListBox ::updateControlTopBottom ( )
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

◆ XonoticListBox ::configureXonoticListBox()

virtual void XonoticListBox::XonoticListBox ::configureXonoticListBox ( )
virtualinherited

◆ XonoticListBox ::resizeNotify()

virtual void XonoticListBox::XonoticListBox ::resizeNotify ( )
virtualinherited

◆ XonoticScreenshotList ::configureXonoticScreenshotList()

virtual void XonoticScreenshotList::XonoticScreenshotList ::configureXonoticScreenshotList ( )
virtual

◆ XonoticScreenshotList ::destroy()

virtual void XonoticScreenshotList::XonoticScreenshotList ::destroy ( )
virtual

◆ XonoticScreenshotList ::doubleClickListBoxItem()

virtual void XonoticScreenshotList::XonoticScreenshotList ::doubleClickListBoxItem ( )
virtual

◆ XonoticScreenshotList ::draw()

virtual void XonoticScreenshotList::XonoticScreenshotList ::draw ( )
virtual

◆ XonoticScreenshotList ::drawListBoxItem()

virtual void XonoticScreenshotList::XonoticScreenshotList ::drawListBoxItem ( )
virtual

◆ XonoticScreenshotList ::getScreenshots()

virtual void XonoticScreenshotList::XonoticScreenshotList ::getScreenshots ( )
virtual

◆ XonoticScreenshotList ::goScreenshot()

virtual void XonoticScreenshotList::XonoticScreenshotList ::goScreenshot ( )
virtual

◆ XonoticScreenshotList ::keyDown()

virtual void XonoticScreenshotList::XonoticScreenshotList ::keyDown ( )
virtual

◆ XonoticScreenshotList ::previewScreenshot()

virtual void XonoticScreenshotList::XonoticScreenshotList ::previewScreenshot ( )
virtual

◆ XonoticScreenshotList ::resizeNotify()

virtual void XonoticScreenshotList::XonoticScreenshotList ::resizeNotify ( )
virtual

◆ XonoticScreenshotList ::screenshotName()

virtual void XonoticScreenshotList::XonoticScreenshotList ::screenshotName ( )
virtual

◆ XonoticScreenshotList ::setSelected()

virtual void XonoticScreenshotList::XonoticScreenshotList ::setSelected ( )
virtual

◆ XonoticScreenshotList ::showNotify()

virtual void XonoticScreenshotList::XonoticScreenshotList ::showNotify ( )
virtual

◆ XonoticScreenshotList ::startScreenshot()

virtual void XonoticScreenshotList::XonoticScreenshotList ::startScreenshot ( )
virtual

◆ XonoticScreenshotList ::startSlideShow()

virtual void XonoticScreenshotList::XonoticScreenshotList ::startSlideShow ( )
virtual

◆ XonoticScreenshotList ::stopSlideShow()

virtual void XonoticScreenshotList::XonoticScreenshotList ::stopSlideShow ( )
virtual

Member Data Documentation

◆ allowFocusSound

float ListBox::allowFocusSound = 1
inherited

Definition at line 19 of file listbox.qh.

◆ alphaBG

float XonoticListBox::alphaBG = SKINALPHA_LISTBOX_BACKGROUND
inherited

Definition at line 17 of file listbox.qh.

◆ color

vector XonoticListBox::color = SKINCOLOR_SCROLLBAR_N
inherited

Definition at line 12 of file listbox.qh.

◆ color2

vector XonoticListBox::color2 = SKINCOLOR_SCROLLBAR_S
inherited

Definition at line 14 of file listbox.qh.

◆ colorBG

vector XonoticListBox::colorBG = SKINCOLOR_LISTBOX_BACKGROUND
inherited

Definition at line 16 of file listbox.qh.

◆ colorC

vector XonoticListBox::colorC = SKINCOLOR_SCROLLBAR_C
inherited

Definition at line 15 of file listbox.qh.

◆ colorF

vector XonoticListBox::colorF = SKINCOLOR_SCROLLBAR_F
inherited

Definition at line 13 of file listbox.qh.

◆ columnNameOrigin

float XonoticScreenshotList::columnNameOrigin = 0

Definition at line 21 of file screenshotlist.qh.

◆ columnNameSize

float XonoticScreenshotList::columnNameSize = 0

Definition at line 22 of file screenshotlist.qh.

◆ controlBottom

float ListBox::controlBottom = 0
inherited

Definition at line 34 of file listbox.qh.

◆ controlTop

float ListBox::controlTop = 0
inherited

Definition at line 33 of file listbox.qh.

◆ controlWidth

float ListBox::controlWidth = 0
inherited

Definition at line 35 of file listbox.qh.

◆ dragScrollPos

vector ListBox::dragScrollPos = '0 0 0'
inherited

Definition at line 36 of file listbox.qh.

◆ filterTime

float XonoticScreenshotList::filterTime = 0

Definition at line 28 of file screenshotlist.qh.

◆ focusable

float ListBox::focusable = 1
inherited

Definition at line 14 of file listbox.qh.

◆ focused

float MenuItem::focused = 0
inherited

Definition at line 24 of file item.qh.

◆ focusedItem

int ListBox::focusedItem = -1
inherited

Definition at line 15 of file listbox.qh.

◆ focusedItemAlpha

float ListBox::focusedItemAlpha = 0.3
inherited

Definition at line 16 of file listbox.qh.

◆ fontSize

float XonoticListBox::fontSize = SKINFONTSIZE_NORMAL
inherited

Definition at line 6 of file listbox.qh.

◆ itemAbsSize

vector XonoticScreenshotList::itemAbsSize = '0 0 0'

Definition at line 25 of file screenshotlist.qh.

◆ itemHeight

float ListBox::itemHeight = 0
inherited

Definition at line 47 of file listbox.qh.

◆ lastClickedItem

float ListBox::lastClickedItem = -1
inherited

Definition at line 52 of file listbox.qh.

◆ lastClickedTime

float ListBox::lastClickedTime = 0
inherited

Definition at line 53 of file listbox.qh.

◆ listScreenshot

float XonoticScreenshotList::listScreenshot = -1

Definition at line 19 of file screenshotlist.qh.

◆ mouseMoveOffset

float ListBox::mouseMoveOffset = -1
inherited

Definition at line 18 of file listbox.qh.

◆ needScrollToItem

float ListBox::needScrollToItem = -1
inherited

Definition at line 26 of file listbox.qh.

◆ newScreenshotTime

float XonoticScreenshotList::newScreenshotTime = 0

Definition at line 30 of file screenshotlist.qh.

◆ newSlideShowScreenshotTime

float XonoticScreenshotList::newSlideShowScreenshotTime = 0

Definition at line 31 of file screenshotlist.qh.

◆ nItems

float ListBox::nItems = 42
inherited

Definition at line 46 of file listbox.qh.

◆ origin

vector XonoticScreenshotList::origin = '0 0 0'

Definition at line 24 of file screenshotlist.qh.

◆ preferredFocusPriority

float MenuItem::preferredFocusPriority = 0
inherited

Definition at line 28 of file item.qh.

◆ pressed

float ListBox::pressed = 0
inherited

Definition at line 29 of file listbox.qh.

◆ pressOffset

float ListBox::pressOffset = 0
inherited

Definition at line 30 of file listbox.qh.

◆ previousValue

float ListBox::previousValue = 0
inherited

Definition at line 28 of file listbox.qh.

◆ realFontSize

vector XonoticScreenshotList::realFontSize = '0 0 0'

Definition at line 20 of file screenshotlist.qh.

◆ realUpperMargin

float XonoticScreenshotList::realUpperMargin = 0

Definition at line 23 of file screenshotlist.qh.

◆ rowsPerItem

float XonoticScreenshotList::rowsPerItem = 1

Definition at line 6 of file screenshotlist.qh.

◆ scrollbarWidth

float XonoticListBox::scrollbarWidth = SKINWIDTH_SCROLLBAR
inherited

Definition at line 7 of file listbox.qh.

◆ scrollPos

float ListBox::scrollPos = 0
inherited

Definition at line 23 of file listbox.qh.

◆ scrollPosTarget

float ListBox::scrollPosTarget = 0
inherited

Definition at line 24 of file listbox.qh.

◆ selectedItem

int ListBox::selectedItem = 0
inherited

Definition at line 20 of file listbox.qh.

◆ selectionDoesntMatter

bool ListBox::selectionDoesntMatter = false
inherited

Definition at line 37 of file listbox.qh.

◆ size

vector ListBox::size = '0 0 0'
inherited

Definition at line 21 of file listbox.qh.

◆ src

string XonoticListBox::src = SKINGFX_SCROLLBAR
inherited

Definition at line 8 of file listbox.qh.

◆ tolerance

vector XonoticListBox::tolerance = '2 0.2 0'
inherited

Definition at line 9 of file listbox.qh.


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