Pyrogenesis  trunk
Enumerations | Functions | Variables
GUITooltip.cpp File Reference
#include "precompiled.h"
#include "GUITooltip.h"
#include "CGUI.h"
#include "GUIutil.h"
#include "IGUIObject.h"
#include "lib/timer.h"
#include "ps/CLogger.h"
Include dependency graph for GUITooltip.cpp:

Enumerations

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

Functions

static int GetTooltipDelay (const 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 

Function Documentation

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

Variable Documentation

const double CooldownTime = 0.25