ClassMWindow
From MaratisWiki
Revision as of 00:07, 8 February 2014 by
Dahnielson
(
Talk
|
contribs
)
(diff) ← Older revision |
Latest revision
(
diff
) |
Newer revision →
(
diff
)
Jump to:
navigation
,
search
Contents
1
bool MWindow::m_focusNone
2
bool MWindow::m_activeNone
3
bool MWindow::m_fullscreenNone
4
int MWindow::m_position[2]
5
unsigned int MWindow::m_widthNone
6
unsigned int MWindow::m_heightNone
7
unsigned int MWindow::m_colorBitsNone
8
char MWindow::m_title[256]
9
char MWindow::m_workingDirectory[256]
10
MJoystick MWindow::m_joysticks[2]
11
void(* MWindow::m_pointerEvent)(MWinEvent *windowEvents))(MWinEvent *windowEvents)
12
HDC MWindow::m_hDCNone
13
HWND MWindow::m_hWndNone
14
HGLRC MWindow::m_hRCNone
15
HINSTANCE MWindow::m_hInstanceNone
16
MWindow::MWindow(void)
17
MWindow::~MWindow(void)
18
bool MWindow::create(const char *title, unsigned int width, unsigned int height, int colorBits, bool fullscreen, bool vsync=false, int samples=0)
19
void MWindow::setPointerEvent(void(*pointerEvent)(MWinEvent *windowEvents))
20
void MWindow::sendEvents(MWinEvent *events)
21
bool MWindow::onEvents(void)
22
void MWindow::setCursorPos(int x, int y)
23
void MWindow::hideCursor(void)
24
void MWindow::showCursor(void)
25
bool MWindow::getFocus(void)
26
bool MWindow::isActive(void)
27
bool MWindow::isFullscreen(void)
28
void MWindow::setTitle(const char *title)
29
void MWindow::setFullscreen(bool fullscreen)
30
void MWindow::setFocus(bool focus)
31
void MWindow::setActive(bool active)
32
bool MWindow::isMouseOverWindow(void)
33
int MWindow::getXPosition(void)
34
int MWindow::getYPosition(void)
35
unsigned int MWindow::getWidth(void)
36
unsigned int MWindow::getHeight(void)
37
void MWindow::swapBuffer(void)
38
void MWindow::setCurrentDirectory(const char *directory)
39
void MWindow::setWorkingDirectory(const char *directory)
40
const char* MWindow::getTempDirectory(void)
41
const char* MWindow::getCurrentDirectory(void)
42
const char* MWindow::getWorkingDirectory(void)
43
MJoystick* MWindow::getJoystick1(void)
44
MJoystick* MWindow::getJoystick2(void)
45
void MWindow::execute(const char *path, const char *args)
46
void MWindow::sleep(double time)
47
bool MWindow::getOpenMultipleFiles(const char *title, const char *filter, string *repertory, list< string > *filesList, const char *startPath=NULL)
48
const char* MWindow::getOpenDir(const char *title, const char *startPath=NULL)
49
const char* MWindow::getOpenFilename(const char *title, const char *filter, const char *startPath=NULL)
50
const char* MWindow::getSaveFilename(const char *title, const char *filter, const char *startPath=NULL)
51
MWindow::MWindow(void)
52
MWindow::~MWindow(void)
53
bool MWindow::create(const char *title, unsigned int width, unsigned int height, int colorBits, bool fullscreen)
54
void MWindow::setPointerEvent(void(*pointerEvent)(MWinEvent *windowEvent))
55
void MWindow::sendEvents(MWinEvent *events)
56
bool MWindow::onEvents(void)
57
void MWindow::setCursorPos(int x, int y)
58
void MWindow::hideCursor(void)
59
void MWindow::showCursor(void)
60
bool MWindow::getFocus(void)
61
bool MWindow::isActive(void)
62
bool MWindow::isFullscreen(void)
63
void MWindow::setTitle(const char *title)
64
void MWindow::setFullscreen(bool fullscreen)
65
void MWindow::setFocus(bool focus)
66
void MWindow::setActive(bool active)
67
bool MWindow::isMouseOverWindow(void)
68
int MWindow::getXPosition(void)
69
int MWindow::getYPosition(void)
70
unsigned int MWindow::getWidth(void)
71
unsigned int MWindow::getHeight(void)
72
void MWindow::swapBuffer(void)
73
void MWindow::setCurrentDirectory(const char *directory)
74
void MWindow::setWorkingDirectory(const char *directory)
75
const char* MWindow::getTempDirectory(void)
76
const char* MWindow::getCurrentDirectory(void)
77
const char* MWindow::getWorkingDirectory(void)
78
MJoystick* MWindow::getJoystick1(void)
79
MJoystick* MWindow::getJoystick2(void)
80
void MWindow::execute(const char *path, const char *args)
81
void MWindow::sleep(double time)
82
bool MWindow::getOpenMultipleFiles(const char *title, const char *filter, string *repertory, list< string > *filesList)
83
const char* MWindow::getOpenDir(const char *title, const char *startPath=NULL)
84
const char* MWindow::getOpenFilename(const char *title, const char *filter, const char *startPath=NULL)
85
const char* MWindow::getSaveFilename(const char *title, const char *filter, const char *startPath=NULL)
86
MWindow::MWindow(void)
87
MWindow::~MWindow(void)
88
bool MWindow::create(const char *title, unsigned int width, unsigned int height, int colorBits, bool fullscreen)
89
void MWindow::setPointerEvent(void(*pointerEvent)(MWinEvent *windowEvents))
90
void MWindow::sendEvents(MWinEvent *events)
91
bool MWindow::onEvents(void)
92
void MWindow::setCursorPos(int x, int y)
93
void MWindow::hideCursor(void)
94
void MWindow::showCursor(void)
95
bool MWindow::getFocus(void)
96
bool MWindow::isActive(void)
97
bool MWindow::isFullscreen(void)
98
void MWindow::setTitle(const char *title)
99
void MWindow::setFullscreen(bool fullscreen)
100
void MWindow::setFocus(bool focus)
101
void MWindow::setActive(bool active)
102
bool MWindow::isMouseOverWindow(void)
103
int MWindow::getXPosition(void)
104
int MWindow::getYPosition(void)
105
unsigned int MWindow::getWidth(void)
106
unsigned int MWindow::getHeight(void)
107
void MWindow::swapBuffer(void)
108
void MWindow::setCurrentDirectory(const char *directory)
109
void MWindow::setWorkingDirectory(const char *directory)
110
const char* MWindow::getTempDirectory(void)
111
const char* MWindow::getCurrentDirectory(void)
112
const char* MWindow::getWorkingDirectory(void)
113
MJoystick* MWindow::getJoystick1(void)
114
MJoystick* MWindow::getJoystick2(void)
115
void MWindow::execute(const char *path, const char *args)
116
void MWindow::sleep(double time)
117
bool MWindow::getOpenMultipleFiles(const char *title, const char *filter, string *repertory, list< string > *filesList, const char *startPath=NULL)
118
const char* MWindow::getOpenDir(const char *title, const char *startPath=NULL)
119
const char* MWindow::getOpenFilename(const char *title, const char *filter, const char *startPath=NULL)
120
const char* MWindow::getSaveFilename(const char *title, const char *filter, const char *startPath=NULL)
121
static MWindow* MWindow::getInstance(void)
122
static unsigned long MWindow::getSystemTick(void)
123
static MWindow* MWindow::getInstance(void)
124
static unsigned long MWindow::getSystemTick(void)
125
static MWindow* MWindow::getInstance(void)
126
static unsigned long MWindow::getSystemTick(void)
bool MWindow::m_focusNone
bool MWindow::m_activeNone
bool MWindow::m_fullscreenNone
int MWindow::m_position[2]
unsigned int MWindow::m_widthNone
unsigned int MWindow::m_heightNone
unsigned int MWindow::m_colorBitsNone
char MWindow::m_title[256]
char MWindow::m_workingDirectory[256]
MJoystick MWindow::m_joysticks[2]
void(* MWindow::m_pointerEvent)(MWinEvent *windowEvents))(MWinEvent *windowEvents)
HDC MWindow::m_hDCNone
HWND MWindow::m_hWndNone
HGLRC MWindow::m_hRCNone
HINSTANCE MWindow::m_hInstanceNone
MWindow::MWindow(void)
MWindow::~MWindow(void)
bool MWindow::create(const char *title, unsigned int width, unsigned int height, int colorBits, bool fullscreen, bool vsync=false, int samples=0)
void MWindow::setPointerEvent(void(*pointerEvent)(MWinEvent *windowEvents))
void MWindow::sendEvents(MWinEvent *events)
bool MWindow::onEvents(void)
void MWindow::setCursorPos(int x, int y)
void MWindow::hideCursor(void)
void MWindow::showCursor(void)
bool MWindow::getFocus(void)
bool MWindow::isActive(void)
bool MWindow::isFullscreen(void)
void MWindow::setTitle(const char *title)
void MWindow::setFullscreen(bool fullscreen)
void MWindow::setFocus(bool focus)
void MWindow::setActive(bool active)
bool MWindow::isMouseOverWindow(void)
int MWindow::getXPosition(void)
int MWindow::getYPosition(void)
unsigned int MWindow::getWidth(void)
unsigned int MWindow::getHeight(void)
void MWindow::swapBuffer(void)
void MWindow::setCurrentDirectory(const char *directory)
void MWindow::setWorkingDirectory(const char *directory)
const char* MWindow::getTempDirectory(void)
const char* MWindow::getCurrentDirectory(void)
const char* MWindow::getWorkingDirectory(void)
MJoystick* MWindow::getJoystick1(void)
MJoystick* MWindow::getJoystick2(void)
void MWindow::execute(const char *path, const char *args)
void MWindow::sleep(double time)
bool MWindow::getOpenMultipleFiles(const char *title, const char *filter, string *repertory, list< string > *filesList, const char *startPath=NULL)
const char* MWindow::getOpenDir(const char *title, const char *startPath=NULL)
const char* MWindow::getOpenFilename(const char *title, const char *filter, const char *startPath=NULL)
const char* MWindow::getSaveFilename(const char *title, const char *filter, const char *startPath=NULL)
MWindow::MWindow(void)
MWindow::~MWindow(void)
bool MWindow::create(const char *title, unsigned int width, unsigned int height, int colorBits, bool fullscreen)
void MWindow::setPointerEvent(void(*pointerEvent)(MWinEvent *windowEvent))
void MWindow::sendEvents(MWinEvent *events)
bool MWindow::onEvents(void)
void MWindow::setCursorPos(int x, int y)
void MWindow::hideCursor(void)
void MWindow::showCursor(void)
bool MWindow::getFocus(void)
bool MWindow::isActive(void)
bool MWindow::isFullscreen(void)
void MWindow::setTitle(const char *title)
void MWindow::setFullscreen(bool fullscreen)
void MWindow::setFocus(bool focus)
void MWindow::setActive(bool active)
bool MWindow::isMouseOverWindow(void)
int MWindow::getXPosition(void)
int MWindow::getYPosition(void)
unsigned int MWindow::getWidth(void)
unsigned int MWindow::getHeight(void)
void MWindow::swapBuffer(void)
void MWindow::setCurrentDirectory(const char *directory)
void MWindow::setWorkingDirectory(const char *directory)
const char* MWindow::getTempDirectory(void)
const char* MWindow::getCurrentDirectory(void)
const char* MWindow::getWorkingDirectory(void)
MJoystick* MWindow::getJoystick1(void)
MJoystick* MWindow::getJoystick2(void)
void MWindow::execute(const char *path, const char *args)
void MWindow::sleep(double time)
bool MWindow::getOpenMultipleFiles(const char *title, const char *filter, string *repertory, list< string > *filesList)
const char* MWindow::getOpenDir(const char *title, const char *startPath=NULL)
const char* MWindow::getOpenFilename(const char *title, const char *filter, const char *startPath=NULL)
const char* MWindow::getSaveFilename(const char *title, const char *filter, const char *startPath=NULL)
MWindow::MWindow(void)
MWindow::~MWindow(void)
bool MWindow::create(const char *title, unsigned int width, unsigned int height, int colorBits, bool fullscreen)
void MWindow::setPointerEvent(void(*pointerEvent)(MWinEvent *windowEvents))
void MWindow::sendEvents(MWinEvent *events)
bool MWindow::onEvents(void)
void MWindow::setCursorPos(int x, int y)
void MWindow::hideCursor(void)
void MWindow::showCursor(void)
bool MWindow::getFocus(void)
bool MWindow::isActive(void)
bool MWindow::isFullscreen(void)
void MWindow::setTitle(const char *title)
void MWindow::setFullscreen(bool fullscreen)
void MWindow::setFocus(bool focus)
void MWindow::setActive(bool active)
bool MWindow::isMouseOverWindow(void)
int MWindow::getXPosition(void)
int MWindow::getYPosition(void)
unsigned int MWindow::getWidth(void)
unsigned int MWindow::getHeight(void)
void MWindow::swapBuffer(void)
void MWindow::setCurrentDirectory(const char *directory)
void MWindow::setWorkingDirectory(const char *directory)
const char* MWindow::getTempDirectory(void)
const char* MWindow::getCurrentDirectory(void)
const char* MWindow::getWorkingDirectory(void)
MJoystick* MWindow::getJoystick1(void)
MJoystick* MWindow::getJoystick2(void)
void MWindow::execute(const char *path, const char *args)
void MWindow::sleep(double time)
bool MWindow::getOpenMultipleFiles(const char *title, const char *filter, string *repertory, list< string > *filesList, const char *startPath=NULL)
const char* MWindow::getOpenDir(const char *title, const char *startPath=NULL)
const char* MWindow::getOpenFilename(const char *title, const char *filter, const char *startPath=NULL)
const char* MWindow::getSaveFilename(const char *title, const char *filter, const char *startPath=NULL)
static MWindow* MWindow::getInstance(void)
static unsigned long MWindow::getSystemTick(void)
static MWindow* MWindow::getInstance(void)
static unsigned long MWindow::getSystemTick(void)
static MWindow* MWindow::getInstance(void)
static unsigned long MWindow::getSystemTick(void)
Category
:
Doxygen
Personal tools
Log in
Namespaces
Page
Discussion
Variants
Views
Read
View source
View history
Actions
Search
Navigation
Main page
User manual
Script documentation
Code documentation
Recent changes
Toolbox
What links here
Related changes
Special pages
Printable version
Permanent link