From 2c49108bb55f25979eefa38524a5c4ff47fd30b2 Mon Sep 17 00:00:00 2001 From: turanszkij Date: Mon, 10 Apr 2017 16:09:12 +0200 Subject: [PATCH] updated documentation --- Documentation/classdiagram.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/classdiagram.txt b/Documentation/classdiagram.txt index 97b4ba251..3daac0f89 100644 --- a/Documentation/classdiagram.txt +++ b/Documentation/classdiagram.txt @@ -190,6 +190,7 @@ [Renderable3DComponent]<:-[TiledForwardRenderableComponent] [Renderable3DComponent]<:-[DeferredRenderableComponent] +[wiGUI]-->[wiInputManager] [wiGUI]<--[wiWidget] [wiGUI]+->0..*[wiWidget] [Renderable2DComponent]+->1[wiGUI] @@ -197,9 +198,9 @@ [wiWidget]<:-[wiButton] [wiWidget]<:-[wiCheckBox] [wiWidget]<:-[wiSlider] +[wiWidget]<:-[wiComboBox] [wiWidget]<:-[wiWindow] [wiWindow]<:-[wiColorPicker] -[wiWidget]<:-[wiComboBox] [GraphicsDevice]<--[wiRenderer] [GraphicsDevice]<--[wiImage]