Xonotic
nexposee.qh File Reference
#include "container.qh"
+ Include dependency graph for nexposee.qh:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Nexposee
 

Functions

void ExposeeCloseButton_Click (entity button, entity other)
 

Variables

vector Nexposee_align
 
float Nexposee_animationFactor
 
float Nexposee_initialAlpha
 
vector Nexposee_initialFontScale
 
vector Nexposee_initialOrigin
 
vector Nexposee_initialSize
 
float Nexposee_mediumAlpha
 
vector Nexposee_scaleCenter
 
float Nexposee_smallAlpha
 
vector Nexposee_smallOrigin
 
vector Nexposee_smallSize
 

Function Documentation

◆ ExposeeCloseButton_Click()

void ExposeeCloseButton_Click ( entity  button,
entity  other 
)

Definition at line 8 of file nexposee.qc.

References NULL.

Referenced by Dialog_close().

9  {
10  other.selectedChild = other.focusedChild;
11  other.setFocus(other, NULL);
12  other.animationState = 3;
13  }
entity other
Definition: csprogsdefs.qc:14
#define NULL
Definition: post.qh:17
+ Here is the caller graph for this function:

Variable Documentation

◆ Nexposee_align

vector Nexposee_align

Definition at line 45 of file nexposee.qh.

◆ Nexposee_animationFactor

float Nexposee_animationFactor

Definition at line 46 of file nexposee.qh.

◆ Nexposee_initialAlpha

float Nexposee_initialAlpha

Definition at line 38 of file nexposee.qh.

◆ Nexposee_initialFontScale

vector Nexposee_initialFontScale

Definition at line 36 of file nexposee.qh.

Referenced by Nexposee_resizeNotify().

◆ Nexposee_initialOrigin

vector Nexposee_initialOrigin

Definition at line 37 of file nexposee.qh.

Referenced by Nexposee_resizeNotify().

◆ Nexposee_initialSize

vector Nexposee_initialSize

Definition at line 35 of file nexposee.qh.

Referenced by Nexposee_resizeNotify().

◆ Nexposee_mediumAlpha

float Nexposee_mediumAlpha

Definition at line 43 of file nexposee.qh.

◆ Nexposee_scaleCenter

vector Nexposee_scaleCenter

Definition at line 44 of file nexposee.qh.

◆ Nexposee_smallAlpha

float Nexposee_smallAlpha

Definition at line 42 of file nexposee.qh.

◆ Nexposee_smallOrigin

vector Nexposee_smallOrigin

Definition at line 41 of file nexposee.qh.

◆ Nexposee_smallSize

vector Nexposee_smallSize

Definition at line 40 of file nexposee.qh.