src/gui/button.hpp File Reference

#include <SDL.h>
#include <string>
#include "math/vector.hpp"
#include "video/font_ptr.hpp"
#include "video/surface_ptr.hpp"

Go to the source code of this file.

Classes

class  Button

Enumerations

enum  { BT_NONE, BT_HOVER, BT_SELECTED, BT_SHOW_INFO }


Enumeration Type Documentation

anonymous enum

Enumerator:
BT_NONE 
BT_HOVER 
BT_SELECTED 
BT_SHOW_INFO 

Definition at line 31 of file button.hpp.

00031      {
00032   BT_NONE,
00033   BT_HOVER,
00034   BT_SELECTED,
00035   BT_SHOW_INFO
00036 };


Generated on Mon Jun 9 03:38:26 2014 for SuperTux by  doxygen 1.5.1