ScummVM API documentation
cursor.h
1
2
/* ScummVM - Graphic Adventure Engine
3
*
4
* ScummVM is the legal property of its developers, whose names
5
* are too numerous to list here. Please refer to the COPYRIGHT
6
* file distributed with this source distribution.
7
*
8
* This program is free software: you can redistribute it and/or modify
9
* it under the terms of the GNU General Public License as published by
10
* the Free Software Foundation, either version 3 of the License, or
11
* (at your option) any later version.
12
*
13
* This program is distributed in the hope that it will be useful,
14
* but WITHOUT ANY WARRANTY; without even the implied warranty of
15
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
* GNU General Public License for more details.
17
*
18
* You should have received a copy of the GNU General Public License
19
* along with this program. If not, see <http://www.gnu.org/licenses/>.
20
*
21
*/
22
23
#ifndef BAGEL_BOFLIB_GFX_CURSOR_H
24
#define BAGEL_BOFLIB_GFX_CURSOR_H
25
26
#include "bagel/boflib/error.h"
27
#include "bagel/boflib/object.h"
28
29
namespace
Bagel
{
30
namespace
SpaceBar {
31
32
class
CBofCursor
:
public
CBofObject
,
public
CBofError
{
33
public
:
34
CBofCursor
() {
35
}
36
~
CBofCursor
();
37
static
void
initialize();
38
39
ErrorCode load();
40
ErrorCode unLoad();
41
42
ErrorCode
set
();
43
44
static
void
show();
45
static
void
hide();
46
};
47
48
}
// namespace SpaceBar
49
}
// namespace Bagel
50
51
#endif
Bagel::CBofObject
Definition:
object.h:28
Bagel::SpaceBar::CBofCursor
Definition:
cursor.h:32
Bagel::CBofError
Definition:
error.h:52
Bagel
Definition:
afxwin.h:27
engines
bagel
spacebar
boflib
gfx
cursor.h
Generated on Wed Dec 10 2025 09:05:09 for ScummVM API documentation by
1.8.13