Molybden API
Toggle main menu visibility
Main Page
Related Pages
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
z
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
Files
File List
•
All
Classes
Functions
Variables
Typedefs
Pages
Loading...
Searching...
No Matches
browser_command.hpp
1
// Copyright (c) 2000-2024 TeamDev. All rights reserved.
2
// TeamDev PROPRIETARY and CONFIDENTIAL.
3
// Use is subject to license terms.
4
5
#ifndef MOLYBDEN_BROWSER_COMMAND_HPP
6
#define MOLYBDEN_BROWSER_COMMAND_HPP
7
8
namespace
molybden {
9
13
enum class
BrowserCommandId {
14
kUnspecified,
15
kSavePageAs,
16
kPrint,
17
kPrintUsingSystemDialog,
18
kFind,
19
kFindNext,
20
kFindPrevious,
21
kGoBack,
22
kGoForward,
23
kStop,
24
kReload,
25
kReloadBypassingCache,
26
kZoomNormal,
27
kZoomPlus,
28
kZoomMinus,
29
kFullscreen,
30
kDevTools,
31
kViewSource,
32
kExit,
33
kCloseWindow
34
};
35
36
}
// namespace molybden
37
38
#endif
// MOLYBDEN_BROWSER_COMMAND_HPP
include
molybden
browser
browser_command.hpp