From 2d933e42d036f5d855c7cbb3c852b643514484ea Mon Sep 17 00:00:00 2001 From: Pascal Engeler <engelerp@phys.ethz.ch> Date: Tue, 7 Sep 2021 15:42:01 +0200 Subject: [PATCH] format --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 5f284e1..9821bab 100644 --- a/README.md +++ b/README.md @@ -651,7 +651,7 @@ Draws and controls all functionality related to the GUI. **Public Function Members** -- `void init(Toolbox& tb, const std::string path_img, const std::string path_ttf)` +- **`void init(Toolbox& tb, const std::string path_img, const std::string path_ttf)`** - **Description**: @@ -669,7 +669,7 @@ Draws and controls all functionality related to the GUI. -- `void update(Toolbox& tb)` +- **`void update(Toolbox& tb)`** - **Description**: @@ -691,7 +691,7 @@ Draws and controls all functionality related to the GUI. N/A -- `void render(Toolbox& tb)` +- **`void render(Toolbox& tb)`** - **Description**: @@ -712,7 +712,7 @@ Draws and controls all functionality related to the GUI. **Private Function Members** -- `bool isInGuiWindow_(const Pevent&) const` +- **`bool isInGuiWindow_(const Pevent&) const`** - **Description**: @@ -730,7 +730,7 @@ Draws and controls all functionality related to the GUI. N/A -- `void draw_gui_(Toolbox& tb)` +- **`void draw_gui_(Toolbox& tb)`** - **Description**: @@ -748,7 +748,7 @@ Draws and controls all functionality related to the GUI. N/A -- `void draw_gui_ft_(Toolbox& tb)` +- **`void draw_gui_ft_(Toolbox& tb)`** - **Description**: @@ -766,7 +766,7 @@ Draws and controls all functionality related to the GUI. N/A -- `void draw_old_gui_(Toolbox& tb)` +- **`void draw_old_gui_(Toolbox& tb)`** - **Description**: @@ -784,7 +784,7 @@ Draws and controls all functionality related to the GUI. N/A -- `void load_button_textures_(const std::string path)` +- **`void load_button_textures_(const std::string path)`** - **Description**: @@ -802,7 +802,7 @@ Draws and controls all functionality related to the GUI. N/A -- `void load_image_to_texture_(const std::string file, GLuint& texture)` +- **`void load_image_to_texture_(const std::string file, GLuint& texture)`** - **Description**: -- GitLab