Ocean
Taskbar.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) Meta Platforms, Inc. and affiliates.
3
*
4
* This source code is licensed under the MIT license found in the
5
* LICENSE file in the root directory of this source tree.
6
*/
7
8
#ifndef META_OCEAN_PLATFORM_WIN_TASKBAR_H
9
#define META_OCEAN_PLATFORM_WIN_TASKBAR_H
10
11
#include "
ocean/platform/win/Win.h
"
12
13
namespace
Ocean
14
{
15
16
namespace
Platform
17
{
18
19
namespace
Win
20
{
21
22
/**
23
* This class provides windows taskbar functionalities.
24
* @ingroup platformwin
25
*/
26
class
OCEAN_PLATFORM_WIN_EXPORT
Taskbar
27
{
28
public
:
29
30
/**
31
* Shows the task bar.
32
* @return True, if succeeded
33
*/
34
static
bool
show
();
35
36
/**
37
* Hides the task bar.
38
* @return True, if succeeded
39
*/
40
static
bool
hide
();
41
};
42
43
}
44
45
}
46
47
}
48
49
#endif
// META_OCEAN_PLATFORM_WIN_TASKBAR_H
Win.h
Ocean::Platform::Win::Taskbar
This class provides windows taskbar functionalities.
Definition:
Taskbar.h:27
Ocean::Platform::Win::Taskbar::hide
static bool hide()
Hides the task bar.
Ocean::Platform::Win::Taskbar::show
static bool show()
Shows the task bar.
Ocean
The namespace covering the entire Ocean framework.
Definition:
Accessor.h:15
impl
ocean
platform
win
Taskbar.h
Generated on Wed Nov 13 2024 18:48:19 for Ocean by
1.9.1