MyGUI  3.0.1
Namespaces | Macros | Typedefs
MyGUI_Prerequest.h File Reference
#include "MyGUI_Platform.h"

Go to the source code of this file.

Namespaces

namespace  MyGUI
namespace  MyGUI::factory

Macros

#define MYGUI_DEFINE_VERSION(major, minor, patch)   ((major << 16) | (minor << 8) | patch)
#define nullptr   0
#define MYGUI_VERSION_MAJOR   3
#define MYGUI_VERSION_MINOR   0
#define MYGUI_VERSION_PATCH   1
#define MYGUI_VERSION   MYGUI_DEFINE_VERSION(MYGUI_VERSION_MAJOR, MYGUI_VERSION_MINOR, MYGUI_VERSION_PATCH)

Typedefs

typedef Widget * MyGUI::WidgetPtr
typedef Button * MyGUI::ButtonPtr
typedef Window * MyGUI::WindowPtr
typedef List * MyGUI::ListPtr
typedef HScroll * MyGUI::HScrollPtr
typedef VScroll * MyGUI::VScrollPtr
typedef Edit * MyGUI::EditPtr
typedef ComboBox * MyGUI::ComboBoxPtr
typedef StaticText * MyGUI::StaticTextPtr
typedef Tab * MyGUI::TabPtr
typedef TabItem * MyGUI::TabItemPtr
typedef Progress * MyGUI::ProgressPtr
typedef ItemBox * MyGUI::ItemBoxPtr
typedef MultiList * MyGUI::MultiListPtr
typedef StaticImage * MyGUI::StaticImagePtr
typedef Message * MyGUI::MessagePtr
typedef MenuCtrl * MyGUI::MenuCtrlPtr
typedef MenuItem * MyGUI::MenuItemPtr
typedef PopupMenu * MyGUI::PopupMenuPtr
typedef MenuBar * MyGUI::MenuBarPtr
typedef ScrollView * MyGUI::ScrollViewPtr
typedef DDContainer * MyGUI::DDContainerPtr
typedef Canvas * MyGUI::CanvasPtr
typedef ListCtrl * MyGUI::ListCtrlPtr
typedef ListBox * MyGUI::ListBoxPtr
typedef TabItem MyGUI::Sheet
typedef TabItem * MyGUI::SheetPtr
typedef Canvas MyGUI::RenderBox
typedef Canvas * MyGUI::RenderBoxPtr

Detailed Description

Author
Denis Koronchik
Georgiy Evmenov
Ну и я чуть чуть =)
Date
09/2007

Definition in file MyGUI_Prerequest.h.

Macro Definition Documentation

#define MYGUI_DEFINE_VERSION (   major,
  minor,
  patch 
)    ((major << 16) | (minor << 8) | patch)

Definition at line 36 of file MyGUI_Prerequest.h.

Definition at line 150 of file MyGUI_Prerequest.h.

#define MYGUI_VERSION_MAJOR   3

Definition at line 146 of file MyGUI_Prerequest.h.

#define MYGUI_VERSION_MINOR   0

Definition at line 147 of file MyGUI_Prerequest.h.

#define MYGUI_VERSION_PATCH   1

Definition at line 148 of file MyGUI_Prerequest.h.

#define nullptr   0

Definition at line 44 of file MyGUI_Prerequest.h.