Pyrogenesis  13997
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Enumerations | Functions | Variables
GUITooltip.cpp File Reference
#include "precompiled.h"
#include "GUITooltip.h"
#include "lib/timer.h"
#include "IGUIObject.h"
#include "CGUI.h"
#include "GUIutil.h"
#include "ps/CLogger.h"

Go to the source code of this file.

Enumerations

enum  {
  ST_IN_MOTION, ST_STATIONARY_NO_TOOLTIP, ST_STATIONARY_TOOLTIP, ST_SHOWING,
  ST_COOLING
}
 

Functions

static int GetTooltipDelay (CStr &style, CGUI *gui)
 

Variables

const double CooldownTime = 0.25
 

Enumeration Type Documentation

anonymous enum
Enumerator
ST_IN_MOTION 
ST_STATIONARY_NO_TOOLTIP 
ST_STATIONARY_TOOLTIP 
ST_SHOWING 
ST_COOLING 

Definition at line 69 of file GUITooltip.cpp.

Function Documentation

static int GetTooltipDelay ( CStr &  style,
CGUI gui 
)
static

Definition at line 253 of file GUITooltip.cpp.

Variable Documentation

const double CooldownTime = 0.25

Definition at line 83 of file GUITooltip.cpp.