#include <vector>
#include <string>
#include <map>
Include dependency graph for guitypedefs.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | gui |
Defines | |
#define | DEB(x) |
#define | SBSIZE 16 |
#define | SDL_USEREVENT_PAINT 1000 |
#define | SDL_USEREVENT_INVALIDATE 1001 |
#define | SDL_USEREVENT_INVALIDATERECT 1002 |
#define | SDL_USEREVENT_LOSTFOCUS 1003 |
#define | SDL_USEREVENT_FILLRECT 1004 |
#define | SDL_USEREVENT_RESETFILLRECTS 1005 |
#define | SDL_USEREVENT_UICOMMAND 1006 |
#define | SDL_USEREVENT_TIMER 1007 |
#define | UICOMMAND_NONE -1 |
#define | GUI_EVENT_MOUSEIN 1 |
#define | GUI_EVENT_MOUSEOUT 2 |
#define | GUI_EVENT_BUTTON 3 |
#define | GUI_EVENT_CLOSE 4 |
#define | GUI_EVENT_EDIT 5 |
|
File ......... guitypedefs.h Published .... 2004-05-15 Author ....... grymse@alhem.net Definition at line 40 of file guitypedefs.h. Referenced by gui::Output::AddLine(), gui::Surface::CreateSDLSurface(), gui::Button::Draw(), gui::SDLControl::Init_SDL(), gui::SDLControl::IsOK(), gui::PopupMenuItem::OnClick(), gui::SDLControl::SDLControl(), gui::SDLControl::SetOK(), and gui::SDLControl::status(). |
|
Definition at line 62 of file guitypedefs.h. Referenced by gui::Surface::OnButton(), and gui::ScrollBarV::OnEvent(). |
|
Definition at line 63 of file guitypedefs.h. Referenced by gui::Surface::OnClose(). |
|
Definition at line 64 of file guitypedefs.h. Referenced by gui::Edit::OnKeyDown(). |
|
Definition at line 60 of file guitypedefs.h. |
|
Definition at line 61 of file guitypedefs.h. |
|
Definition at line 46 of file guitypedefs.h. Referenced by gui::Button::Button(), gui::Dialog::Dialog(), gui::ScrollBarV::Draw(), and gui::ScrollBarV::ScrollBarV(). |
|
Definition at line 53 of file guitypedefs.h. Referenced by gui::Surface::FillRectEv(), and gui::GuiEvent::UserEvent(). |
|
Definition at line 50 of file guitypedefs.h. Referenced by gui::Surface::InvalidateEv(), and gui::GuiEvent::UserEvent(). |
|
Definition at line 51 of file guitypedefs.h. Referenced by gui::Surface::InvalidateRectEv(), and gui::GuiEvent::UserEvent(). |
|
Definition at line 52 of file guitypedefs.h. Referenced by gui::Edit::OnHide(), and gui::GuiEvent::UserEvent(). |
|
Definition at line 49 of file guitypedefs.h. Referenced by gui::GuiEvent::UserEvent(). |
|
Definition at line 54 of file guitypedefs.h. Referenced by gui::Surface::ResetFillRectsEv(), and gui::GuiEvent::UserEvent(). |
|
Definition at line 56 of file guitypedefs.h. Referenced by gui::GuiEvent::UserEvent(). |
|
Definition at line 55 of file guitypedefs.h. Referenced by gui::Surface::OnButton(), and gui::GuiEvent::UserEvent(). |
|
Definition at line 58 of file guitypedefs.h. Referenced by gui::Surface::DumpMembers(), gui::Surface::OnButton(), and gui::Surface::Surface(). |
|
|