ScummVM API documentation
start_dialog.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_DIALOGS_START_DIALOG_H
24
#define BAGEL_DIALOGS_START_DIALOG_H
25
26
#include "bagel/spacebar/boflib/gui/list_box.h"
27
#include "bagel/spacebar/boflib/gui/button.h"
28
#include "bagel/spacebar/boflib/gui/text_box.h"
29
#include "bagel/spacebar/dialogs/save_dialog.h"
30
31
namespace
Bagel
{
32
namespace
SpaceBar {
33
34
#define NUM_START_BTNS 3
35
36
class
CBagStartDialog
:
public
CBofDialog
{
37
private
:
38
CBofBmpButton
*_buttons[NUM_START_BTNS];
39
CBofPalette
*_savePalette =
nullptr
;
40
41
protected
:
42
void
onPaint(
CBofRect
*pRect)
override
;
43
void
onClose()
override
;
44
void
onBofButton(
CBofObject
*pObject,
int
nFlags)
override
;
45
46
void
onKeyHit(uint32 lKey, uint32 nRepCount)
override
;
47
48
public
:
49
CBagStartDialog
(
const
char
*pszFileName,
CBofWindow
*pWin);
50
51
void
onInitDialog()
override
;
52
};
53
54
}
// namespace SpaceBar
55
}
// namespace Bagel
56
57
#endif
Bagel::SpaceBar::CBofBmpButton
Definition:
button.h:110
Bagel::CBofObject
Definition:
object.h:28
Bagel::SpaceBar::CBagStartDialog
Definition:
start_dialog.h:36
Bagel::SpaceBar::CBofWindow
Definition:
window.h:53
Bagel::CBofRect
Definition:
rect.h:35
Bagel::SpaceBar::CBofPalette
Definition:
palette.h:64
Bagel
Definition:
afxwin.h:27
Bagel::SpaceBar::CBofDialog
Definition:
dialog.h:39
engines
bagel
spacebar
dialogs
start_dialog.h
Generated on Tue Jun 2 2026 09:08:52 for ScummVM API documentation by
1.8.13