Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion include/TGUI/Animation.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ namespace tgui
float m_startOpacity;
float m_endOpacity;
};

} // namespace priv
} // namespace tgui

Expand Down
1 change: 0 additions & 1 deletion include/TGUI/Backend/Font/Raylib/BackendFontRaylib.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@ namespace tgui
std::unordered_map<unsigned int, int> m_cachedAscents; // text size -> font ascent
std::unordered_map<unsigned int, int> m_correctedTextSizes; // text size (ascent) -> raylib text size (ascent + descent)
};

} // namespace tgui

#endif // TGUI_BACKEND_FONT_RAYLIB_HPP
1 change: 0 additions & 1 deletion include/TGUI/Backend/Renderer/BackendRenderTarget.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,6 @@ namespace tgui
std::vector<std::pair<FloatRect, FloatRect>> m_clipLayers;
Vector2f m_pixelsPerPoint = {1, 1};
};

} // namespace tgui

#endif // TGUI_BACKEND_RENDER_TARGET_HPP
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ namespace tgui
unsigned int m_colorShaderLocation = 1;
unsigned int m_texCoordShaderLocation = 2;
};

} // namespace tgui

#endif // TGUI_BACKEND_RENDER_TARGET_GLES2_HPP
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ namespace tgui
Material m_material = LoadMaterialDefault();
Texture2D m_defaultTexture = m_material.maps[MATERIAL_MAP_DIFFUSE].texture;
};

} // namespace tgui

#endif // TGUI_BACKEND_RENDER_TARGET_RAYLIB_HPP
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ namespace tgui
SDL_GPUBuffer* m_vertexBuffer = nullptr;
SDL_GPUBuffer* m_indexBuffer = nullptr;
};

} // namespace tgui

#endif // TGUI_BACKEND_RENDER_TARGET_SDL_GPU_HPP
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ namespace tgui
SDL_Renderer* m_renderer = nullptr;
Transform m_projectionTransform;
};

} // namespace tgui

#endif // TGUI_BACKEND_RENDER_TARGET_SDL_HPP
1 change: 0 additions & 1 deletion include/TGUI/CopiedPtr.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@ namespace tgui
{
return CopiedPtr<T>(CopiedPtrEmplaceTag{}, std::forward<Args>(args)...);
}

} // namespace tgui

#endif // TGUI_COPIED_PTR_HPP
1 change: 0 additions & 1 deletion include/TGUI/CopiedSharedPtr.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ namespace tgui
private:
std::shared_ptr<WidgetType> m_WidgetPtr;
};

} // namespace tgui

#endif // TGUI_COPIED_SHARED_PTR_HPP
1 change: 0 additions & 1 deletion include/TGUI/Cursor.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ namespace tgui
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
static void resetStyle(Type type);
};

} // namespace tgui

#endif // TGUI_CURSOR_HPP
1 change: 0 additions & 1 deletion include/TGUI/CustomWidgetForBindings.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,6 @@ namespace tgui
std::function<bool(const String&)> implRendererChanged;
std::function<void(BackendRenderTarget&, RenderStates)> implDrawFunction;
};

} // namespace tgui

#endif // TGUI_REMOVE_DEPRECATED_CODE
Expand Down
1 change: 0 additions & 1 deletion include/TGUI/DefaultBackendWindow.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ namespace tgui
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
virtual void setIcon(const String& filename) = 0;
};

} // namespace tgui

#endif // TGUI_DEFAULT_BACKEND_WINDOW_HPP
1 change: 0 additions & 1 deletion include/TGUI/Duration.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,6 @@ namespace tgui
{
return lhs = lhs % rhs;
}

} // namespace tgui

#endif // TGUI_DURATION_HPP
1 change: 0 additions & 1 deletion include/TGUI/Event.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,6 @@ namespace tgui
SizeEvent size; //!< Size event parameters (Event::Resized)
};
};

} // namespace tgui

#endif // TGUI_EVENT_HPP
1 change: 0 additions & 1 deletion include/TGUI/Filesystem.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,6 @@ namespace tgui
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
TGUI_NODISCARD static std::vector<FileInfo> listFilesInDirectory(const Path& path);
};

} // namespace tgui

#endif // TGUI_FILESYSTEM_HPP
1 change: 0 additions & 1 deletion include/TGUI/Font.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ namespace tgui
std::shared_ptr<BackendFont> m_backendFont;
String m_id;
};

} // namespace tgui

#endif // TGUI_FONT_HPP
1 change: 0 additions & 1 deletion include/TGUI/Keyboard.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,6 @@ namespace tgui
return (event.code == Event::KeyboardKey::Delete) && event.control && !event.alt && !event.system;
#endif
}

} // namespace keyboard
} // namespace tgui

Expand Down
1 change: 0 additions & 1 deletion include/TGUI/Loading/DataIO.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ namespace tgui
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
static void emit(const std::unique_ptr<Node>& rootNode, std::stringstream& stream);
};

} // namespace tgui

#endif // TGUI_DATA_IO_HPP
1 change: 0 additions & 1 deletion include/TGUI/Loading/Deserializer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ namespace tgui
private:
static std::unordered_map<ObjectConverter::Type, DeserializeFunc> m_deserializers;
};

} // namespace tgui

#endif // TGUI_DESERIALIZER_HPP
1 change: 0 additions & 1 deletion include/TGUI/Loading/Serializer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ namespace tgui
private:
static std::unordered_map<ObjectConverter::Type, SerializeFunc> m_serializers;
};

} // namespace tgui

#endif // TGUI_SERIALIZER_HPP
1 change: 0 additions & 1 deletion include/TGUI/Loading/Theme.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,6 @@ namespace tgui
std::map<String, ObjectConverter> m_globalProperties; //!< Maps id to value
String m_primary;
};

} // namespace tgui

#endif // TGUI_THEME_HPP
1 change: 0 additions & 1 deletion include/TGUI/Loading/ThemeLoader.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ namespace tgui
static std::map<String, std::map<String, std::map<String, String>>> m_propertiesCache;
static std::map<String, std::map<String, String>> m_globalPropertiesCache;
};

} // namespace tgui

#endif // TGUI_THEME_LOADER_HPP
1 change: 0 additions & 1 deletion include/TGUI/Loading/WidgetFactory.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ namespace tgui
private:
static std::map<String, std::function<Widget::Ptr()>> m_constructFunctions;
};

} // namespace tgui

#endif // TGUI_WIDGET_FACTORY_HPP
1 change: 0 additions & 1 deletion include/TGUI/ObjectConverter.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,6 @@ namespace tgui
bool m_serialized = false;
String m_string;
};

} // namespace tgui

#endif // TGUI_OBJECT_CONVERTER_HPP
1 change: 0 additions & 1 deletion include/TGUI/Outline.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,6 @@ namespace tgui

using Borders = Outline;
using Padding = Outline;

} // namespace tgui

#endif // TGUI_OUTLINE_HPP
1 change: 0 additions & 1 deletion include/TGUI/Renderers/BoxLayoutRenderer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ namespace tgui
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
TGUI_NODISCARD float getSpaceBetweenWidgets() const;
};

} // namespace tgui

#endif // TGUI_GROUP_RENDERER_HPP
1 change: 0 additions & 1 deletion include/TGUI/Renderers/ButtonRenderer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,6 @@ namespace tgui

using ToggleButtonRenderer = ButtonRenderer;
using BitmapButtonRenderer = ButtonRenderer;

} // namespace tgui

#endif // TGUI_BUTTON_RENDERER_HPP
1 change: 0 additions & 1 deletion include/TGUI/Renderers/ChatBoxRenderer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ namespace tgui

/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
};

} // namespace tgui

#endif // TGUI_CHAT_BOX_RENDERER_HPP
1 change: 0 additions & 1 deletion include/TGUI/Renderers/ChildWindowRenderer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,6 @@ namespace tgui
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
TGUI_NODISCARD std::shared_ptr<RendererData> getMinimizeButton() const;
};

} // namespace tgui

#endif // TGUI_CHILD_WINDOW_RENDERER_HPP
1 change: 0 additions & 1 deletion include/TGUI/Renderers/ColorPickerRenderer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ namespace tgui
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
TGUI_NODISCARD std::shared_ptr<RendererData> getEditBox() const;
};

} // namespace tgui

#endif // TGUI_COLOR_PICKER_RENDERER_HPP
1 change: 0 additions & 1 deletion include/TGUI/Renderers/ComboBoxRenderer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,6 @@ namespace tgui
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
TGUI_NODISCARD std::shared_ptr<RendererData> getListBox() const;
};

} // namespace tgui

#endif // TGUI_COMBO_BOX_RENDERER_HPP
1 change: 0 additions & 1 deletion include/TGUI/Renderers/ContextMenuRenderer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ namespace tgui
public:
using MenuWidgetBaseRenderer::MenuWidgetBaseRenderer;
};

} // namespace tgui

#endif // TGUI_CONTEXT_MENU_RENDERER_HPP
1 change: 0 additions & 1 deletion include/TGUI/Renderers/EditBoxRenderer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,6 @@ namespace tgui
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
TGUI_NODISCARD float getRoundedBorderRadius() const;
};

} // namespace tgui

#endif // TGUI_EDIT_BOX_RENDERER_HPP
1 change: 0 additions & 1 deletion include/TGUI/Renderers/FileDialogRenderer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ namespace tgui
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
TGUI_NODISCARD bool getArrowsOnNavigationButtonsVisible() const;
};

} // namespace tgui

#endif // TGUI_BUTTON_RENDERER_HPP
1 change: 0 additions & 1 deletion include/TGUI/Renderers/GroupRenderer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ namespace tgui
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
TGUI_NODISCARD Padding getPadding() const;
};

} // namespace tgui

#endif // TGUI_GROUP_RENDERER_HPP
1 change: 0 additions & 1 deletion include/TGUI/Renderers/KnobRenderer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ namespace tgui
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
TGUI_NODISCARD float getImageRotation() const;
};

} // namespace tgui

#endif // TGUI_KNOB_BAR_RENDERER_HPP
1 change: 0 additions & 1 deletion include/TGUI/Renderers/LabelRenderer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ namespace tgui
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
TGUI_NODISCARD float getScrollbarWidth() const;
};

} // namespace tgui

#endif // TGUI_LABEL_RENDERER_HPP
1 change: 0 additions & 1 deletion include/TGUI/Renderers/ListBoxRenderer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ namespace tgui
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
TGUI_NODISCARD float getScrollbarWidth() const;
};

} // namespace tgui

#endif // TGUI_LIST_BOX_RENDERER_HPP
1 change: 0 additions & 1 deletion include/TGUI/Renderers/ListViewRenderer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,6 @@ namespace tgui
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
TGUI_NODISCARD float getScrollbarWidth() const;
};

} // namespace tgui

#endif // TGUI_LIST_VIEW_RENDERER_HPP
1 change: 0 additions & 1 deletion include/TGUI/Renderers/MenuBarRenderer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ namespace tgui
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
TGUI_NODISCARD const Texture& getTextureBackground() const;
};

} // namespace tgui

#endif // TGUI_MENU_BAR_RENDERER_HPP
1 change: 0 additions & 1 deletion include/TGUI/Renderers/MenuWidgetBaseRenderer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ namespace tgui
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
TGUI_NODISCARD float getSeparatorSidePadding() const;
};

} // namespace tgui

#endif // TGUI_MENU_WIDGET_BASE_RENDERER_HPP
1 change: 0 additions & 1 deletion include/TGUI/Renderers/PanelListBoxRenderer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ namespace tgui
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
TGUI_NODISCARD Color getSelectedItemsBackgroundColorHover() const;
};

} // namespace tgui

#endif // TGUI_PANEL_LIST_BOX_RENDERER_HPP
1 change: 0 additions & 1 deletion include/TGUI/Renderers/PanelRenderer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ namespace tgui
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
TGUI_NODISCARD float getRoundedBorderRadius() const;
};

} // namespace tgui

#endif // TGUI_PANEL_RENDERER_HPP
1 change: 0 additions & 1 deletion include/TGUI/Renderers/PictureRenderer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ namespace tgui
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
TGUI_NODISCARD const Texture& getTexture() const;
};

} // namespace tgui

#endif // TGUI_PICTURE_RENDERER_HPP
1 change: 0 additions & 1 deletion include/TGUI/Renderers/ProgressBarRenderer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ namespace tgui
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
TGUI_NODISCARD float getTextOutlineThickness() const;
};

} // namespace tgui

#endif // TGUI_PROGRESS_BAR_RENDERER_HPP
1 change: 0 additions & 1 deletion include/TGUI/Renderers/RadioButtonRenderer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,6 @@ namespace tgui
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
TGUI_NODISCARD TextStyles getTextStyleChecked() const;
};

} // namespace tgui

#endif // TGUI_RADIO_BUTTON_RENDERER_HPP
1 change: 0 additions & 1 deletion include/TGUI/Renderers/RangeSliderRenderer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ namespace tgui
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
TGUI_NODISCARD const Texture& getTextureSelectedTrackHover() const;
};

} // namespace tgui

#endif // TGUI_RANGE_SLIDER_RENDERER_HPP
1 change: 0 additions & 1 deletion include/TGUI/Renderers/ScrollablePanelRenderer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ namespace tgui
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
TGUI_NODISCARD float getScrollbarWidth() const;
};

} // namespace tgui

#endif // TGUI_SCROLLABLE_PANEL_RENDERER_HPP
1 change: 0 additions & 1 deletion include/TGUI/Renderers/ScrollbarRenderer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,6 @@ namespace tgui
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
TGUI_NODISCARD const Texture& getTextureArrowDownHover() const;
};

} // namespace tgui

#endif // TGUI_SCROLLBAR_RENDERER_HPP
1 change: 0 additions & 1 deletion include/TGUI/Renderers/SeparatorLineRenderer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ namespace tgui
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
TGUI_NODISCARD Color getColor() const;
};

} // namespace tgui

#endif // TGUI_SEPARATOR_LINE_RENDERER_HPP
Loading
Loading