Open3D (C++ API)  0.12.0
Theme.h
Go to the documentation of this file.
1 // ----------------------------------------------------------------------------
2 // - Open3D: www.open3d.org -
3 // ----------------------------------------------------------------------------
4 // The MIT License (MIT)
5 //
6 // Copyright (c) 2018 www.open3d.org
7 //
8 // Permission is hereby granted, free of charge, to any person obtaining a copy
9 // of this software and associated documentation files (the "Software"), to deal
10 // in the Software without restriction, including without limitation the rights
11 // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
12 // copies of the Software, and to permit persons to whom the Software is
13 // furnished to do so, subject to the following conditions:
14 //
15 // The above copyright notice and this permission notice shall be included in
16 // all copies or substantial portions of the Software.
17 //
18 // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19 // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20 // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
21 // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
22 // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
23 // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
24 // IN THE SOFTWARE.
25 // ----------------------------------------------------------------------------
26 
27 #pragma once
28 
29 #include <string>
30 
34 
35 namespace open3d {
36 namespace visualization {
37 namespace gui {
38 
39 struct Theme {
41 
42  std::string font_path;
43  int font_size;
47 
51 
53 
61 
67 
71 
73 
75 
79 
82 
86 
89 };
90 
91 } // namespace gui
92 } // namespace visualization
93 } // namespace open3d
int dialog_border_width
Definition: Theme.h:87
Definition: Theme.h:39
Color text_color
Definition: Theme.h:46
std::string font_path
Definition: Theme.h:42
int default_margin
Definition: Theme.h:44
Color text_edit_background_color
Definition: Theme.h:74
Color checkbox_background_hover_off_color
Definition: Theme.h:64
Color tree_background_color
Definition: Theme.h:80
Color button_on_hover_color
Definition: Theme.h:58
Color checkbox_background_off_color
Definition: Theme.h:62
Color button_on_text_color
Definition: Theme.h:60
Color checkbox_background_hover_on_color
Definition: Theme.h:65
Color list_hover_color
Definition: Theme.h:77
Color slider_grab_color
Definition: Theme.h:72
Color button_hover_color
Definition: Theme.h:55
Color border_color
Definition: Theme.h:50
Color list_background_color
Definition: Theme.h:76
Color background_color
Definition: Theme.h:40
Color button_on_active_color
Definition: Theme.h:59
int dialog_border_radius
Definition: Theme.h:88
Color tab_hover_color
Definition: Theme.h:84
Color button_color
Definition: Theme.h:54
Definition: PinholeCameraIntrinsic.cpp:35
Color tab_inactive_color
Definition: Theme.h:83
Color button_on_color
Definition: Theme.h:57
int border_width
Definition: Theme.h:48
Color checkbox_check_color
Definition: Theme.h:66
Color tree_selected_color
Definition: Theme.h:81
int font_size
Definition: Theme.h:43
Color button_active_color
Definition: Theme.h:56
int default_layout_spacing
Definition: Theme.h:45
Color checkbox_background_on_color
Definition: Theme.h:63
Color combobox_arrow_background_color
Definition: Theme.h:70
Definition: Color.h:35
Color combobox_background_color
Definition: Theme.h:68
Color list_selected_color
Definition: Theme.h:78
Color combobox_hover_color
Definition: Theme.h:69
Color tab_active_color
Definition: Theme.h:85
Color menubar_border_color
Definition: Theme.h:52
int border_radius
Definition: Theme.h:49