Browse Source

Stripped out some unnecessary boilerplate includes from juce_gui_basics.

tags/2021-05-28
jules 12 years ago
parent
commit
7f6394478a
100 changed files with 110 additions and 368 deletions
  1. +1
    -0
      modules/juce_core/misc/juce_WindowsRegistry.h
  2. +1
    -0
      modules/juce_cryptography/hashing/juce_MD5.h
  3. +0
    -2
      modules/juce_gui_basics/buttons/juce_ArrowButton.h
  4. +0
    -4
      modules/juce_gui_basics/buttons/juce_Button.h
  5. +0
    -3
      modules/juce_gui_basics/buttons/juce_DrawableButton.h
  6. +0
    -2
      modules/juce_gui_basics/buttons/juce_HyperlinkButton.h
  7. +0
    -2
      modules/juce_gui_basics/buttons/juce_ImageButton.h
  8. +0
    -2
      modules/juce_gui_basics/buttons/juce_ShapeButton.h
  9. +0
    -2
      modules/juce_gui_basics/buttons/juce_TextButton.h
  10. +0
    -2
      modules/juce_gui_basics/buttons/juce_ToggleButton.h
  11. +0
    -2
      modules/juce_gui_basics/buttons/juce_ToolbarButton.h
  12. +0
    -3
      modules/juce_gui_basics/commands/juce_ApplicationCommandInfo.h
  13. +0
    -5
      modules/juce_gui_basics/commands/juce_ApplicationCommandManager.h
  14. +0
    -3
      modules/juce_gui_basics/commands/juce_ApplicationCommandTarget.h
  15. +0
    -3
      modules/juce_gui_basics/commands/juce_KeyPressMappingSet.h
  16. +0
    -2
      modules/juce_gui_basics/components/juce_CachedComponentImage.h
  17. +0
    -16
      modules/juce_gui_basics/components/juce_Component.h
  18. +0
    -2
      modules/juce_gui_basics/components/juce_ComponentListener.h
  19. +0
    -6
      modules/juce_gui_basics/components/juce_Desktop.h
  20. +0
    -6
      modules/juce_gui_basics/drawables/juce_Drawable.h
  21. +0
    -5
      modules/juce_gui_basics/drawables/juce_DrawableComposite.h
  22. +0
    -3
      modules/juce_gui_basics/drawables/juce_DrawableImage.h
  23. +0
    -3
      modules/juce_gui_basics/drawables/juce_DrawablePath.h
  24. +0
    -3
      modules/juce_gui_basics/drawables/juce_DrawableRectangle.h
  25. +0
    -3
      modules/juce_gui_basics/drawables/juce_DrawableShape.h
  26. +0
    -3
      modules/juce_gui_basics/drawables/juce_DrawableText.h
  27. +0
    -4
      modules/juce_gui_basics/filebrowser/juce_DirectoryContentsDisplayComponent.h
  28. +0
    -2
      modules/juce_gui_basics/filebrowser/juce_DirectoryContentsList.h
  29. +0
    -6
      modules/juce_gui_basics/filebrowser/juce_FileBrowserComponent.h
  30. +0
    -2
      modules/juce_gui_basics/filebrowser/juce_FileBrowserListener.h
  31. +0
    -2
      modules/juce_gui_basics/filebrowser/juce_FileChooser.h
  32. +0
    -5
      modules/juce_gui_basics/filebrowser/juce_FileChooserDialogBox.h
  33. +0
    -5
      modules/juce_gui_basics/filebrowser/juce_FileListComponent.h
  34. +0
    -2
      modules/juce_gui_basics/filebrowser/juce_FilePreviewComponent.h
  35. +0
    -5
      modules/juce_gui_basics/filebrowser/juce_FileSearchPathListComponent.h
  36. +0
    -3
      modules/juce_gui_basics/filebrowser/juce_FileTreeComponent.h
  37. +0
    -5
      modules/juce_gui_basics/filebrowser/juce_FilenameComponent.h
  38. +0
    -2
      modules/juce_gui_basics/filebrowser/juce_ImagePreviewComponent.h
  39. +0
    -2
      modules/juce_gui_basics/filebrowser/juce_WildcardFileFilter.h
  40. +103
    -65
      modules/juce_gui_basics/juce_gui_basics.h
  41. +0
    -2
      modules/juce_gui_basics/keyboard/juce_CaretComponent.h
  42. +0
    -3
      modules/juce_gui_basics/keyboard/juce_KeyListener.h
  43. +0
    -2
      modules/juce_gui_basics/keyboard/juce_KeyPress.h
  44. +0
    -2
      modules/juce_gui_basics/keyboard/juce_KeyboardFocusTraverser.h
  45. +0
    -2
      modules/juce_gui_basics/keyboard/juce_TextEditorKeyMapper.h
  46. +1
    -0
      modules/juce_gui_basics/layout/juce_AnimatedPosition.h
  47. +0
    -2
      modules/juce_gui_basics/layout/juce_ComponentAnimator.h
  48. +0
    -2
      modules/juce_gui_basics/layout/juce_ComponentBoundsConstrainer.h
  49. +0
    -2
      modules/juce_gui_basics/layout/juce_ComponentBuilder.h
  50. +0
    -2
      modules/juce_gui_basics/layout/juce_ComponentMovementWatcher.h
  51. +1
    -0
      modules/juce_gui_basics/layout/juce_ConcertinaPanel.h
  52. +0
    -2
      modules/juce_gui_basics/layout/juce_GroupComponent.h
  53. +0
    -2
      modules/juce_gui_basics/layout/juce_MultiDocumentPanel.h
  54. +0
    -2
      modules/juce_gui_basics/layout/juce_ResizableBorderComponent.h
  55. +0
    -2
      modules/juce_gui_basics/layout/juce_ResizableCornerComponent.h
  56. +0
    -2
      modules/juce_gui_basics/layout/juce_ResizableEdgeComponent.h
  57. +0
    -2
      modules/juce_gui_basics/layout/juce_ScrollBar.h
  58. +0
    -2
      modules/juce_gui_basics/layout/juce_StretchableLayoutManager.h
  59. +0
    -3
      modules/juce_gui_basics/layout/juce_StretchableLayoutResizerBar.h
  60. +0
    -1
      modules/juce_gui_basics/layout/juce_TabbedButtonBar.h
  61. +0
    -2
      modules/juce_gui_basics/layout/juce_TabbedComponent.h
  62. +0
    -2
      modules/juce_gui_basics/layout/juce_Viewport.h
  63. +0
    -32
      modules/juce_gui_basics/lookandfeel/juce_LookAndFeel.h
  64. +0
    -2
      modules/juce_gui_basics/menus/juce_MenuBarComponent.h
  65. +0
    -2
      modules/juce_gui_basics/menus/juce_MenuBarModel.h
  66. +0
    -2
      modules/juce_gui_basics/misc/juce_DropShadower.h
  67. +0
    -3
      modules/juce_gui_basics/mouse/juce_ComponentDragger.h
  68. +0
    -2
      modules/juce_gui_basics/mouse/juce_DragAndDropContainer.h
  69. +0
    -2
      modules/juce_gui_basics/mouse/juce_DragAndDropTarget.h
  70. +0
    -3
      modules/juce_gui_basics/mouse/juce_LassoComponent.h
  71. +0
    -4
      modules/juce_gui_basics/mouse/juce_MouseCursor.h
  72. +0
    -4
      modules/juce_gui_basics/mouse/juce_MouseEvent.h
  73. +1
    -0
      modules/juce_gui_basics/mouse/juce_MouseInactivityDetector.h
  74. +0
    -4
      modules/juce_gui_basics/mouse/juce_MouseInputSource.h
  75. +0
    -2
      modules/juce_gui_basics/mouse/juce_MouseListener.h
  76. +2
    -0
      modules/juce_gui_basics/mouse/juce_TextDragAndDropTarget.h
  77. +0
    -3
      modules/juce_gui_basics/positioning/juce_MarkerList.h
  78. +0
    -4
      modules/juce_gui_basics/positioning/juce_RelativeCoordinatePositioner.h
  79. +0
    -2
      modules/juce_gui_basics/positioning/juce_RelativeParallelogram.h
  80. +0
    -2
      modules/juce_gui_basics/positioning/juce_RelativePoint.h
  81. +0
    -2
      modules/juce_gui_basics/positioning/juce_RelativePointPath.h
  82. +0
    -2
      modules/juce_gui_basics/positioning/juce_RelativeRectangle.h
  83. +0
    -3
      modules/juce_gui_basics/properties/juce_BooleanPropertyComponent.h
  84. +0
    -3
      modules/juce_gui_basics/properties/juce_ButtonPropertyComponent.h
  85. +0
    -3
      modules/juce_gui_basics/properties/juce_ChoicePropertyComponent.h
  86. +0
    -4
      modules/juce_gui_basics/properties/juce_PropertyComponent.h
  87. +0
    -3
      modules/juce_gui_basics/properties/juce_PropertyPanel.h
  88. +0
    -3
      modules/juce_gui_basics/properties/juce_SliderPropertyComponent.h
  89. +0
    -3
      modules/juce_gui_basics/properties/juce_TextPropertyComponent.h
  90. +0
    -2
      modules/juce_gui_basics/widgets/juce_ComboBox.h
  91. +0
    -3
      modules/juce_gui_basics/widgets/juce_ImageComponent.h
  92. +0
    -2
      modules/juce_gui_basics/widgets/juce_Label.h
  93. +0
    -2
      modules/juce_gui_basics/widgets/juce_ListBox.h
  94. +0
    -2
      modules/juce_gui_basics/widgets/juce_ProgressBar.h
  95. +0
    -2
      modules/juce_gui_basics/widgets/juce_Slider.h
  96. +0
    -2
      modules/juce_gui_basics/widgets/juce_TableHeaderComponent.h
  97. +0
    -3
      modules/juce_gui_basics/widgets/juce_TableListBox.h
  98. +0
    -6
      modules/juce_gui_basics/widgets/juce_TextEditor.h
  99. +0
    -3
      modules/juce_gui_basics/widgets/juce_Toolbar.h
  100. +0
    -4
      modules/juce_gui_basics/widgets/juce_ToolbarItemComponent.h

+ 1
- 0
modules/juce_core/misc/juce_WindowsRegistry.h View File

@@ -117,6 +117,7 @@ public:
for all users (you might not have permission to do this for all users (you might not have permission to do this
unless running in an installer). If true, it will register the unless running in an installer). If true, it will register the
association in HKEY_CURRENT_USER. association in HKEY_CURRENT_USER.
@param mode the WoW64 mode to use for choosing the database
*/ */
static bool registerFileAssociation (const String& fileExtension, static bool registerFileAssociation (const String& fileExtension,
const String& symbolicDescription, const String& symbolicDescription,


+ 1
- 0
modules/juce_cryptography/hashing/juce_MD5.h View File

@@ -25,6 +25,7 @@
#ifndef JUCE_MD5_H_INCLUDED #ifndef JUCE_MD5_H_INCLUDED
#define JUCE_MD5_H_INCLUDED #define JUCE_MD5_H_INCLUDED
//============================================================================== //==============================================================================
/** /**
MD5 checksum class. MD5 checksum class.


+ 0
- 2
modules/juce_gui_basics/buttons/juce_ArrowButton.h View File

@@ -25,8 +25,6 @@
#ifndef JUCE_ARROWBUTTON_H_INCLUDED #ifndef JUCE_ARROWBUTTON_H_INCLUDED
#define JUCE_ARROWBUTTON_H_INCLUDED #define JUCE_ARROWBUTTON_H_INCLUDED
#include "juce_Button.h"
//============================================================================== //==============================================================================
/** /**


+ 0
- 4
modules/juce_gui_basics/buttons/juce_Button.h View File

@@ -25,10 +25,6 @@
#ifndef JUCE_BUTTON_H_INCLUDED #ifndef JUCE_BUTTON_H_INCLUDED
#define JUCE_BUTTON_H_INCLUDED #define JUCE_BUTTON_H_INCLUDED
#include "../components/juce_Component.h"
#include "../keyboard/juce_KeyListener.h"
#include "../commands/juce_ApplicationCommandManager.h"
//============================================================================== //==============================================================================
/** /**


+ 0
- 3
modules/juce_gui_basics/buttons/juce_DrawableButton.h View File

@@ -25,9 +25,6 @@
#ifndef JUCE_DRAWABLEBUTTON_H_INCLUDED #ifndef JUCE_DRAWABLEBUTTON_H_INCLUDED
#define JUCE_DRAWABLEBUTTON_H_INCLUDED #define JUCE_DRAWABLEBUTTON_H_INCLUDED
#include "juce_Button.h"
#include "../drawables/juce_Drawable.h"
//============================================================================== //==============================================================================
/** /**


+ 0
- 2
modules/juce_gui_basics/buttons/juce_HyperlinkButton.h View File

@@ -25,8 +25,6 @@
#ifndef JUCE_HYPERLINKBUTTON_H_INCLUDED #ifndef JUCE_HYPERLINKBUTTON_H_INCLUDED
#define JUCE_HYPERLINKBUTTON_H_INCLUDED #define JUCE_HYPERLINKBUTTON_H_INCLUDED
#include "juce_Button.h"
//============================================================================== //==============================================================================
/** /**


+ 0
- 2
modules/juce_gui_basics/buttons/juce_ImageButton.h View File

@@ -25,8 +25,6 @@
#ifndef JUCE_IMAGEBUTTON_H_INCLUDED #ifndef JUCE_IMAGEBUTTON_H_INCLUDED
#define JUCE_IMAGEBUTTON_H_INCLUDED #define JUCE_IMAGEBUTTON_H_INCLUDED
#include "juce_Button.h"
//============================================================================== //==============================================================================
/** /**


+ 0
- 2
modules/juce_gui_basics/buttons/juce_ShapeButton.h View File

@@ -25,8 +25,6 @@
#ifndef JUCE_SHAPEBUTTON_H_INCLUDED #ifndef JUCE_SHAPEBUTTON_H_INCLUDED
#define JUCE_SHAPEBUTTON_H_INCLUDED #define JUCE_SHAPEBUTTON_H_INCLUDED
#include "juce_Button.h"
//============================================================================== //==============================================================================
/** /**


+ 0
- 2
modules/juce_gui_basics/buttons/juce_TextButton.h View File

@@ -25,8 +25,6 @@
#ifndef JUCE_TEXTBUTTON_H_INCLUDED #ifndef JUCE_TEXTBUTTON_H_INCLUDED
#define JUCE_TEXTBUTTON_H_INCLUDED #define JUCE_TEXTBUTTON_H_INCLUDED
#include "juce_Button.h"
//============================================================================== //==============================================================================
/** /**


+ 0
- 2
modules/juce_gui_basics/buttons/juce_ToggleButton.h View File

@@ -25,8 +25,6 @@
#ifndef JUCE_TOGGLEBUTTON_H_INCLUDED #ifndef JUCE_TOGGLEBUTTON_H_INCLUDED
#define JUCE_TOGGLEBUTTON_H_INCLUDED #define JUCE_TOGGLEBUTTON_H_INCLUDED
#include "juce_Button.h"
//============================================================================== //==============================================================================
/** /**


+ 0
- 2
modules/juce_gui_basics/buttons/juce_ToolbarButton.h View File

@@ -25,8 +25,6 @@
#ifndef JUCE_TOOLBARBUTTON_H_INCLUDED #ifndef JUCE_TOOLBARBUTTON_H_INCLUDED
#define JUCE_TOOLBARBUTTON_H_INCLUDED #define JUCE_TOOLBARBUTTON_H_INCLUDED
#include "../widgets/juce_ToolbarItemComponent.h"
//============================================================================== //==============================================================================
/** /**


+ 0
- 3
modules/juce_gui_basics/commands/juce_ApplicationCommandInfo.h View File

@@ -25,9 +25,6 @@
#ifndef JUCE_APPLICATIONCOMMANDINFO_H_INCLUDED #ifndef JUCE_APPLICATIONCOMMANDINFO_H_INCLUDED
#define JUCE_APPLICATIONCOMMANDINFO_H_INCLUDED #define JUCE_APPLICATIONCOMMANDINFO_H_INCLUDED
#include "../keyboard/juce_KeyPress.h"
#include "juce_ApplicationCommandID.h"
//============================================================================== //==============================================================================
/** /**


+ 0
- 5
modules/juce_gui_basics/commands/juce_ApplicationCommandManager.h View File

@@ -25,11 +25,6 @@
#ifndef JUCE_APPLICATIONCOMMANDMANAGER_H_INCLUDED #ifndef JUCE_APPLICATIONCOMMANDMANAGER_H_INCLUDED
#define JUCE_APPLICATIONCOMMANDMANAGER_H_INCLUDED #define JUCE_APPLICATIONCOMMANDMANAGER_H_INCLUDED
#include "juce_ApplicationCommandTarget.h"
class KeyPressMappingSet;
class ApplicationCommandManagerListener;
class Desktop;
//============================================================================== //==============================================================================
/** /**


+ 0
- 3
modules/juce_gui_basics/commands/juce_ApplicationCommandTarget.h View File

@@ -25,9 +25,6 @@
#ifndef JUCE_APPLICATIONCOMMANDTARGET_H_INCLUDED #ifndef JUCE_APPLICATIONCOMMANDTARGET_H_INCLUDED
#define JUCE_APPLICATIONCOMMANDTARGET_H_INCLUDED #define JUCE_APPLICATIONCOMMANDTARGET_H_INCLUDED
#include "juce_ApplicationCommandInfo.h"
class Component;
//============================================================================== //==============================================================================
/** /**


+ 0
- 3
modules/juce_gui_basics/commands/juce_KeyPressMappingSet.h View File

@@ -25,9 +25,6 @@
#ifndef JUCE_KEYPRESSMAPPINGSET_H_INCLUDED #ifndef JUCE_KEYPRESSMAPPINGSET_H_INCLUDED
#define JUCE_KEYPRESSMAPPINGSET_H_INCLUDED #define JUCE_KEYPRESSMAPPINGSET_H_INCLUDED
#include "../keyboard/juce_KeyListener.h"
#include "../commands/juce_ApplicationCommandManager.h"
//============================================================================== //==============================================================================
/** /**


+ 0
- 2
modules/juce_gui_basics/components/juce_CachedComponentImage.h View File

@@ -25,8 +25,6 @@
#ifndef JUCE_CACHEDCOMPONENTIMAGE_H_INCLUDED #ifndef JUCE_CACHEDCOMPONENTIMAGE_H_INCLUDED
#define JUCE_CACHEDCOMPONENTIMAGE_H_INCLUDED #define JUCE_CACHEDCOMPONENTIMAGE_H_INCLUDED
class Component;
//============================================================================== //==============================================================================
/** /**


+ 0
- 16
modules/juce_gui_basics/components/juce_Component.h View File

@@ -25,22 +25,6 @@
#ifndef JUCE_COMPONENT_H_INCLUDED #ifndef JUCE_COMPONENT_H_INCLUDED
#define JUCE_COMPONENT_H_INCLUDED #define JUCE_COMPONENT_H_INCLUDED
#include "../mouse/juce_MouseCursor.h"
#include "../mouse/juce_MouseListener.h"
#include "../mouse/juce_MouseEvent.h"
#include "juce_ComponentListener.h"
#include "../keyboard/juce_KeyListener.h"
#include "../keyboard/juce_KeyboardFocusTraverser.h"
#include "juce_ModalComponentManager.h"
class LookAndFeel;
class MouseInputSource;
class MouseInputSourceInternal;
class ComponentPeer;
class MarkerList;
class RelativeRectangle;
class CachedComponentImage;
//============================================================================== //==============================================================================
/** /**


+ 0
- 2
modules/juce_gui_basics/components/juce_ComponentListener.h View File

@@ -25,8 +25,6 @@
#ifndef JUCE_COMPONENTLISTENER_H_INCLUDED #ifndef JUCE_COMPONENTLISTENER_H_INCLUDED
#define JUCE_COMPONENTLISTENER_H_INCLUDED #define JUCE_COMPONENTLISTENER_H_INCLUDED
class Component;
//============================================================================== //==============================================================================
/** /**


+ 0
- 6
modules/juce_gui_basics/components/juce_Desktop.h View File

@@ -25,12 +25,6 @@
#ifndef JUCE_DESKTOP_H_INCLUDED #ifndef JUCE_DESKTOP_H_INCLUDED
#define JUCE_DESKTOP_H_INCLUDED #define JUCE_DESKTOP_H_INCLUDED
#include "juce_Component.h"
#include "../layout/juce_ComponentAnimator.h"
class MouseInputSource;
class MouseInputSourceInternal;
class MouseListener;
//============================================================================== //==============================================================================
/** /**


+ 0
- 6
modules/juce_gui_basics/drawables/juce_Drawable.h View File

@@ -25,12 +25,6 @@
#ifndef JUCE_DRAWABLE_H_INCLUDED #ifndef JUCE_DRAWABLE_H_INCLUDED
#define JUCE_DRAWABLE_H_INCLUDED #define JUCE_DRAWABLE_H_INCLUDED
#include "../components/juce_Component.h"
#include "../positioning/juce_RelativeCoordinate.h"
#include "../positioning/juce_RelativeCoordinatePositioner.h"
#include "../layout/juce_ComponentBuilder.h"
class DrawableComposite;
//============================================================================== //==============================================================================
/** /**


+ 0
- 5
modules/juce_gui_basics/drawables/juce_DrawableComposite.h View File

@@ -25,11 +25,6 @@
#ifndef JUCE_DRAWABLECOMPOSITE_H_INCLUDED #ifndef JUCE_DRAWABLECOMPOSITE_H_INCLUDED
#define JUCE_DRAWABLECOMPOSITE_H_INCLUDED #define JUCE_DRAWABLECOMPOSITE_H_INCLUDED
#include "juce_Drawable.h"
#include "../positioning/juce_MarkerList.h"
#include "../positioning/juce_RelativeParallelogram.h"
#include "../positioning/juce_RelativeRectangle.h"
//============================================================================== //==============================================================================
/** /**


+ 0
- 3
modules/juce_gui_basics/drawables/juce_DrawableImage.h View File

@@ -25,9 +25,6 @@
#ifndef JUCE_DRAWABLEIMAGE_H_INCLUDED #ifndef JUCE_DRAWABLEIMAGE_H_INCLUDED
#define JUCE_DRAWABLEIMAGE_H_INCLUDED #define JUCE_DRAWABLEIMAGE_H_INCLUDED
#include "juce_Drawable.h"
#include "../positioning/juce_RelativeParallelogram.h"
//============================================================================== //==============================================================================
/** /**


+ 0
- 3
modules/juce_gui_basics/drawables/juce_DrawablePath.h View File

@@ -25,9 +25,6 @@
#ifndef JUCE_DRAWABLEPATH_H_INCLUDED #ifndef JUCE_DRAWABLEPATH_H_INCLUDED
#define JUCE_DRAWABLEPATH_H_INCLUDED #define JUCE_DRAWABLEPATH_H_INCLUDED
#include "juce_DrawableShape.h"
#include "../positioning/juce_RelativePointPath.h"
//============================================================================== //==============================================================================
/** /**


+ 0
- 3
modules/juce_gui_basics/drawables/juce_DrawableRectangle.h View File

@@ -25,9 +25,6 @@
#ifndef JUCE_DRAWABLERECTANGLE_H_INCLUDED #ifndef JUCE_DRAWABLERECTANGLE_H_INCLUDED
#define JUCE_DRAWABLERECTANGLE_H_INCLUDED #define JUCE_DRAWABLERECTANGLE_H_INCLUDED
#include "juce_DrawableShape.h"
#include "../positioning/juce_RelativeParallelogram.h"
//============================================================================== //==============================================================================
/** /**


+ 0
- 3
modules/juce_gui_basics/drawables/juce_DrawableShape.h View File

@@ -25,9 +25,6 @@
#ifndef JUCE_DRAWABLESHAPE_H_INCLUDED #ifndef JUCE_DRAWABLESHAPE_H_INCLUDED
#define JUCE_DRAWABLESHAPE_H_INCLUDED #define JUCE_DRAWABLESHAPE_H_INCLUDED
#include "juce_Drawable.h"
#include "../positioning/juce_RelativeCoordinatePositioner.h"
//============================================================================== //==============================================================================
/** /**


+ 0
- 3
modules/juce_gui_basics/drawables/juce_DrawableText.h View File

@@ -25,9 +25,6 @@
#ifndef JUCE_DRAWABLETEXT_H_INCLUDED #ifndef JUCE_DRAWABLETEXT_H_INCLUDED
#define JUCE_DRAWABLETEXT_H_INCLUDED #define JUCE_DRAWABLETEXT_H_INCLUDED
#include "juce_Drawable.h"
#include "../positioning/juce_RelativeParallelogram.h"
//============================================================================== //==============================================================================
/** /**


+ 0
- 4
modules/juce_gui_basics/filebrowser/juce_DirectoryContentsDisplayComponent.h View File

@@ -25,10 +25,6 @@
#ifndef JUCE_DIRECTORYCONTENTSDISPLAYCOMPONENT_H_INCLUDED #ifndef JUCE_DIRECTORYCONTENTSDISPLAYCOMPONENT_H_INCLUDED
#define JUCE_DIRECTORYCONTENTSDISPLAYCOMPONENT_H_INCLUDED #define JUCE_DIRECTORYCONTENTSDISPLAYCOMPONENT_H_INCLUDED
#include "../components/juce_Component.h"
#include "juce_DirectoryContentsList.h"
#include "juce_FileBrowserListener.h"
//============================================================================== //==============================================================================
/** /**


+ 0
- 2
modules/juce_gui_basics/filebrowser/juce_DirectoryContentsList.h View File

@@ -25,8 +25,6 @@
#ifndef JUCE_DIRECTORYCONTENTSLIST_H_INCLUDED #ifndef JUCE_DIRECTORYCONTENTSLIST_H_INCLUDED
#define JUCE_DIRECTORYCONTENTSLIST_H_INCLUDED #define JUCE_DIRECTORYCONTENTSLIST_H_INCLUDED
#include "juce_FileFilter.h"
//============================================================================== //==============================================================================
/** /**


+ 0
- 6
modules/juce_gui_basics/filebrowser/juce_FileBrowserComponent.h View File

@@ -25,12 +25,6 @@
#ifndef JUCE_FILEBROWSERCOMPONENT_H_INCLUDED #ifndef JUCE_FILEBROWSERCOMPONENT_H_INCLUDED
#define JUCE_FILEBROWSERCOMPONENT_H_INCLUDED #define JUCE_FILEBROWSERCOMPONENT_H_INCLUDED
#include "juce_DirectoryContentsDisplayComponent.h"
#include "juce_FilePreviewComponent.h"
#include "../widgets/juce_TextEditor.h"
#include "../widgets/juce_ComboBox.h"
#include "../buttons/juce_DrawableButton.h"
//============================================================================== //==============================================================================
/** /**


+ 0
- 2
modules/juce_gui_basics/filebrowser/juce_FileBrowserListener.h View File

@@ -25,8 +25,6 @@
#ifndef JUCE_FILEBROWSERLISTENER_H_INCLUDED #ifndef JUCE_FILEBROWSERLISTENER_H_INCLUDED
#define JUCE_FILEBROWSERLISTENER_H_INCLUDED #define JUCE_FILEBROWSERLISTENER_H_INCLUDED
#include "../mouse/juce_MouseEvent.h"
//============================================================================== //==============================================================================
/** /**


+ 0
- 2
modules/juce_gui_basics/filebrowser/juce_FileChooser.h View File

@@ -25,8 +25,6 @@
#ifndef JUCE_FILECHOOSER_H_INCLUDED #ifndef JUCE_FILECHOOSER_H_INCLUDED
#define JUCE_FILECHOOSER_H_INCLUDED #define JUCE_FILECHOOSER_H_INCLUDED
#include "juce_FilePreviewComponent.h"
//============================================================================== //==============================================================================
/** /**


+ 0
- 5
modules/juce_gui_basics/filebrowser/juce_FileChooserDialogBox.h View File

@@ -25,11 +25,6 @@
#ifndef JUCE_FILECHOOSERDIALOGBOX_H_INCLUDED #ifndef JUCE_FILECHOOSERDIALOGBOX_H_INCLUDED
#define JUCE_FILECHOOSERDIALOGBOX_H_INCLUDED #define JUCE_FILECHOOSERDIALOGBOX_H_INCLUDED
#include "juce_FileBrowserComponent.h"
#include "../windows/juce_ResizableWindow.h"
#include "../buttons/juce_TextButton.h"
#include "../windows/juce_AlertWindow.h"
//============================================================================== //==============================================================================
/** /**


+ 0
- 5
modules/juce_gui_basics/filebrowser/juce_FileListComponent.h View File

@@ -25,11 +25,6 @@
#ifndef JUCE_FILELISTCOMPONENT_H_INCLUDED #ifndef JUCE_FILELISTCOMPONENT_H_INCLUDED
#define JUCE_FILELISTCOMPONENT_H_INCLUDED #define JUCE_FILELISTCOMPONENT_H_INCLUDED
#include "juce_DirectoryContentsDisplayComponent.h"
#include "juce_FileBrowserListener.h"
#include "../widgets/juce_ListBox.h"
#include "../widgets/juce_TreeView.h"
//============================================================================== //==============================================================================
/** /**


+ 0
- 2
modules/juce_gui_basics/filebrowser/juce_FilePreviewComponent.h View File

@@ -25,8 +25,6 @@
#ifndef JUCE_FILEPREVIEWCOMPONENT_H_INCLUDED #ifndef JUCE_FILEPREVIEWCOMPONENT_H_INCLUDED
#define JUCE_FILEPREVIEWCOMPONENT_H_INCLUDED #define JUCE_FILEPREVIEWCOMPONENT_H_INCLUDED
#include "../components/juce_Component.h"
//============================================================================== //==============================================================================
/** /**


+ 0
- 5
modules/juce_gui_basics/filebrowser/juce_FileSearchPathListComponent.h View File

@@ -25,11 +25,6 @@
#ifndef JUCE_FILESEARCHPATHLISTCOMPONENT_H_INCLUDED #ifndef JUCE_FILESEARCHPATHLISTCOMPONENT_H_INCLUDED
#define JUCE_FILESEARCHPATHLISTCOMPONENT_H_INCLUDED #define JUCE_FILESEARCHPATHLISTCOMPONENT_H_INCLUDED
#include "../widgets/juce_ListBox.h"
#include "../buttons/juce_DrawableButton.h"
#include "../buttons/juce_TextButton.h"
#include "../mouse/juce_FileDragAndDropTarget.h"
//============================================================================== //==============================================================================
/** /**


+ 0
- 3
modules/juce_gui_basics/filebrowser/juce_FileTreeComponent.h View File

@@ -25,9 +25,6 @@
#ifndef JUCE_FILETREECOMPONENT_H_INCLUDED #ifndef JUCE_FILETREECOMPONENT_H_INCLUDED
#define JUCE_FILETREECOMPONENT_H_INCLUDED #define JUCE_FILETREECOMPONENT_H_INCLUDED
#include "juce_DirectoryContentsDisplayComponent.h"
#include "../widgets/juce_TreeView.h"
//============================================================================== //==============================================================================
/** /**


+ 0
- 5
modules/juce_gui_basics/filebrowser/juce_FilenameComponent.h View File

@@ -25,11 +25,6 @@
#ifndef JUCE_FILENAMECOMPONENT_H_INCLUDED #ifndef JUCE_FILENAMECOMPONENT_H_INCLUDED
#define JUCE_FILENAMECOMPONENT_H_INCLUDED #define JUCE_FILENAMECOMPONENT_H_INCLUDED
#include "../widgets/juce_ComboBox.h"
#include "../buttons/juce_TextButton.h"
#include "../mouse/juce_FileDragAndDropTarget.h"
class FilenameComponent;
//============================================================================== //==============================================================================
/** /**


+ 0
- 2
modules/juce_gui_basics/filebrowser/juce_ImagePreviewComponent.h View File

@@ -25,8 +25,6 @@
#ifndef JUCE_IMAGEPREVIEWCOMPONENT_H_INCLUDED #ifndef JUCE_IMAGEPREVIEWCOMPONENT_H_INCLUDED
#define JUCE_IMAGEPREVIEWCOMPONENT_H_INCLUDED #define JUCE_IMAGEPREVIEWCOMPONENT_H_INCLUDED
#include "juce_FilePreviewComponent.h"
//============================================================================== //==============================================================================
/** /**


+ 0
- 2
modules/juce_gui_basics/filebrowser/juce_WildcardFileFilter.h View File

@@ -25,8 +25,6 @@
#ifndef JUCE_WILDCARDFILEFILTER_H_INCLUDED #ifndef JUCE_WILDCARDFILEFILTER_H_INCLUDED
#define JUCE_WILDCARDFILEFILTER_H_INCLUDED #define JUCE_WILDCARDFILEFILTER_H_INCLUDED
#include "juce_FileFilter.h"
//============================================================================== //==============================================================================
/** /**


+ 103
- 65
modules/juce_gui_basics/juce_gui_basics.h View File

@@ -72,74 +72,95 @@
namespace juce namespace juce
{ {
// START_AUTOINCLUDE components, mouse, keyboard, buttons, drawables,
// filebrowser, layout, lookandfeel, menus, positioning, properties,
// widgets, windows, commands, application, misc
class Component;
class LookAndFeel;
class MouseInputSource;
class MouseInputSourceInternal;
class ComponentPeer;
class MarkerList;
class RelativeRectangle;
class MouseEvent;
struct MouseWheelDetails;
class ToggleButton;
class TextButton;
class AlertWindow;
class TextLayout;
class ScrollBar;
class ComboBox;
class Button;
class FilenameComponent;
class DocumentWindow;
class ResizableWindow;
class GroupComponent;
class MenuBarComponent;
class DropShadower;
class GlyphArrangement;
class PropertyComponent;
class TableHeaderComponent;
class Toolbar;
class ToolbarItemComponent;
class PopupMenu;
class ProgressBar;
class FileBrowserComponent;
class DirectoryContentsDisplayComponent;
class FilePreviewComponent;
class ImageButton;
class CallOutBox;
class Drawable;
class DrawablePath;
class DrawableComposite;
class CaretComponent;
class BubbleComponent;
class KeyPressMappingSet;
class ApplicationCommandManagerListener;
#include "mouse/juce_MouseCursor.h"
#include "mouse/juce_MouseListener.h"
#include "keyboard/juce_ModifierKeys.h"
#include "mouse/juce_MouseEvent.h"
#include "keyboard/juce_KeyPress.h"
#include "keyboard/juce_KeyListener.h"
#include "keyboard/juce_KeyboardFocusTraverser.h"
#include "components/juce_ModalComponentManager.h"
#include "components/juce_ComponentListener.h"
#include "components/juce_CachedComponentImage.h" #include "components/juce_CachedComponentImage.h"
#include "components/juce_Component.h" #include "components/juce_Component.h"
#include "components/juce_ComponentListener.h"
#include "layout/juce_ComponentAnimator.h"
#include "components/juce_Desktop.h" #include "components/juce_Desktop.h"
#include "components/juce_ModalComponentManager.h"
#include "layout/juce_ComponentBoundsConstrainer.h"
#include "mouse/juce_ComponentDragger.h" #include "mouse/juce_ComponentDragger.h"
#include "mouse/juce_DragAndDropContainer.h"
#include "mouse/juce_DragAndDropTarget.h" #include "mouse/juce_DragAndDropTarget.h"
#include "mouse/juce_DragAndDropContainer.h"
#include "mouse/juce_FileDragAndDropTarget.h" #include "mouse/juce_FileDragAndDropTarget.h"
#include "mouse/juce_SelectedItemSet.h"
#include "mouse/juce_LassoComponent.h" #include "mouse/juce_LassoComponent.h"
#include "mouse/juce_MouseCursor.h"
#include "mouse/juce_MouseEvent.h"
#include "mouse/juce_MouseInactivityDetector.h" #include "mouse/juce_MouseInactivityDetector.h"
#include "mouse/juce_MouseInputSource.h" #include "mouse/juce_MouseInputSource.h"
#include "mouse/juce_MouseListener.h"
#include "mouse/juce_SelectedItemSet.h"
#include "mouse/juce_TextDragAndDropTarget.h" #include "mouse/juce_TextDragAndDropTarget.h"
#include "mouse/juce_TooltipClient.h" #include "mouse/juce_TooltipClient.h"
#include "keyboard/juce_CaretComponent.h" #include "keyboard/juce_CaretComponent.h"
#include "keyboard/juce_KeyboardFocusTraverser.h"
#include "keyboard/juce_KeyListener.h"
#include "keyboard/juce_KeyPress.h"
#include "keyboard/juce_ModifierKeys.h"
#include "keyboard/juce_SystemClipboard.h" #include "keyboard/juce_SystemClipboard.h"
#include "keyboard/juce_TextEditorKeyMapper.h" #include "keyboard/juce_TextEditorKeyMapper.h"
#include "keyboard/juce_TextInputTarget.h" #include "keyboard/juce_TextInputTarget.h"
#include "buttons/juce_ArrowButton.h"
#include "commands/juce_ApplicationCommandID.h"
#include "commands/juce_ApplicationCommandInfo.h"
#include "commands/juce_ApplicationCommandTarget.h"
#include "commands/juce_ApplicationCommandManager.h"
#include "commands/juce_KeyPressMappingSet.h"
#include "buttons/juce_Button.h" #include "buttons/juce_Button.h"
#include "buttons/juce_ArrowButton.h"
#include "buttons/juce_DrawableButton.h" #include "buttons/juce_DrawableButton.h"
#include "buttons/juce_HyperlinkButton.h" #include "buttons/juce_HyperlinkButton.h"
#include "buttons/juce_ImageButton.h" #include "buttons/juce_ImageButton.h"
#include "buttons/juce_ShapeButton.h" #include "buttons/juce_ShapeButton.h"
#include "buttons/juce_TextButton.h" #include "buttons/juce_TextButton.h"
#include "buttons/juce_ToggleButton.h" #include "buttons/juce_ToggleButton.h"
#include "buttons/juce_ToolbarButton.h"
#include "drawables/juce_Drawable.h"
#include "drawables/juce_DrawableComposite.h"
#include "drawables/juce_DrawableImage.h"
#include "drawables/juce_DrawablePath.h"
#include "drawables/juce_DrawableRectangle.h"
#include "drawables/juce_DrawableShape.h"
#include "drawables/juce_DrawableText.h"
#include "filebrowser/juce_DirectoryContentsDisplayComponent.h"
#include "filebrowser/juce_DirectoryContentsList.h"
#include "filebrowser/juce_FileBrowserComponent.h"
#include "filebrowser/juce_FileBrowserListener.h"
#include "filebrowser/juce_FileChooser.h"
#include "filebrowser/juce_FileChooserDialogBox.h"
#include "filebrowser/juce_FileFilter.h"
#include "filebrowser/juce_FileListComponent.h"
#include "filebrowser/juce_FilenameComponent.h"
#include "filebrowser/juce_FilePreviewComponent.h"
#include "filebrowser/juce_FileSearchPathListComponent.h"
#include "filebrowser/juce_FileTreeComponent.h"
#include "filebrowser/juce_ImagePreviewComponent.h"
#include "filebrowser/juce_WildcardFileFilter.h"
#include "layout/juce_AnimatedPosition.h" #include "layout/juce_AnimatedPosition.h"
#include "layout/juce_AnimatedPositionBehaviours.h" #include "layout/juce_AnimatedPositionBehaviours.h"
#include "layout/juce_ComponentAnimator.h"
#include "layout/juce_ComponentBoundsConstrainer.h"
#include "layout/juce_ComponentBuilder.h" #include "layout/juce_ComponentBuilder.h"
#include "layout/juce_ComponentMovementWatcher.h" #include "layout/juce_ComponentMovementWatcher.h"
#include "layout/juce_ConcertinaPanel.h" #include "layout/juce_ConcertinaPanel.h"
#include "layout/juce_GroupComponent.h" #include "layout/juce_GroupComponent.h"
#include "layout/juce_MultiDocumentPanel.h"
#include "layout/juce_ResizableBorderComponent.h" #include "layout/juce_ResizableBorderComponent.h"
#include "layout/juce_ResizableCornerComponent.h" #include "layout/juce_ResizableCornerComponent.h"
#include "layout/juce_ResizableEdgeComponent.h" #include "layout/juce_ResizableEdgeComponent.h"
@@ -150,58 +171,75 @@ namespace juce
#include "layout/juce_TabbedButtonBar.h" #include "layout/juce_TabbedButtonBar.h"
#include "layout/juce_TabbedComponent.h" #include "layout/juce_TabbedComponent.h"
#include "layout/juce_Viewport.h" #include "layout/juce_Viewport.h"
#include "lookandfeel/juce_LookAndFeel.h"
#include "menus/juce_MenuBarComponent.h"
#include "menus/juce_MenuBarModel.h"
#include "menus/juce_PopupMenu.h" #include "menus/juce_PopupMenu.h"
#include "positioning/juce_MarkerList.h"
#include "menus/juce_MenuBarModel.h"
#include "menus/juce_MenuBarComponent.h"
#include "positioning/juce_RelativeCoordinate.h" #include "positioning/juce_RelativeCoordinate.h"
#include "positioning/juce_MarkerList.h"
#include "positioning/juce_RelativePoint.h"
#include "positioning/juce_RelativeRectangle.h"
#include "positioning/juce_RelativeCoordinatePositioner.h" #include "positioning/juce_RelativeCoordinatePositioner.h"
#include "positioning/juce_RelativeParallelogram.h" #include "positioning/juce_RelativeParallelogram.h"
#include "positioning/juce_RelativePoint.h"
#include "positioning/juce_RelativePointPath.h" #include "positioning/juce_RelativePointPath.h"
#include "positioning/juce_RelativeRectangle.h"
#include "properties/juce_BooleanPropertyComponent.h"
#include "properties/juce_ButtonPropertyComponent.h"
#include "properties/juce_ChoicePropertyComponent.h"
#include "properties/juce_PropertyComponent.h"
#include "properties/juce_PropertyPanel.h"
#include "properties/juce_SliderPropertyComponent.h"
#include "properties/juce_TextPropertyComponent.h"
#include "drawables/juce_Drawable.h"
#include "drawables/juce_DrawableShape.h"
#include "drawables/juce_DrawableComposite.h"
#include "drawables/juce_DrawableImage.h"
#include "drawables/juce_DrawablePath.h"
#include "drawables/juce_DrawableRectangle.h"
#include "drawables/juce_DrawableText.h"
#include "widgets/juce_TextEditor.h"
#include "widgets/juce_Label.h"
#include "widgets/juce_ComboBox.h" #include "widgets/juce_ComboBox.h"
#include "widgets/juce_ImageComponent.h" #include "widgets/juce_ImageComponent.h"
#include "widgets/juce_Label.h"
#include "widgets/juce_ListBox.h" #include "widgets/juce_ListBox.h"
#include "widgets/juce_ProgressBar.h" #include "widgets/juce_ProgressBar.h"
#include "widgets/juce_Slider.h" #include "widgets/juce_Slider.h"
#include "widgets/juce_TableHeaderComponent.h" #include "widgets/juce_TableHeaderComponent.h"
#include "widgets/juce_TableListBox.h" #include "widgets/juce_TableListBox.h"
#include "widgets/juce_TextEditor.h"
#include "widgets/juce_Toolbar.h" #include "widgets/juce_Toolbar.h"
#include "widgets/juce_ToolbarItemComponent.h" #include "widgets/juce_ToolbarItemComponent.h"
#include "widgets/juce_ToolbarItemFactory.h" #include "widgets/juce_ToolbarItemFactory.h"
#include "widgets/juce_ToolbarItemPalette.h" #include "widgets/juce_ToolbarItemPalette.h"
#include "buttons/juce_ToolbarButton.h"
#include "misc/juce_DropShadower.h"
#include "widgets/juce_TreeView.h" #include "widgets/juce_TreeView.h"
#include "windows/juce_TopLevelWindow.h"
#include "windows/juce_AlertWindow.h" #include "windows/juce_AlertWindow.h"
#include "windows/juce_CallOutBox.h" #include "windows/juce_CallOutBox.h"
#include "windows/juce_ComponentPeer.h" #include "windows/juce_ComponentPeer.h"
#include "windows/juce_DialogWindow.h"
#include "windows/juce_ResizableWindow.h"
#include "windows/juce_DocumentWindow.h" #include "windows/juce_DocumentWindow.h"
#include "windows/juce_DialogWindow.h"
#include "windows/juce_NativeMessageBox.h" #include "windows/juce_NativeMessageBox.h"
#include "windows/juce_ResizableWindow.h"
#include "windows/juce_ThreadWithProgressWindow.h" #include "windows/juce_ThreadWithProgressWindow.h"
#include "windows/juce_TooltipWindow.h" #include "windows/juce_TooltipWindow.h"
#include "windows/juce_TopLevelWindow.h"
#include "commands/juce_ApplicationCommandID.h"
#include "commands/juce_ApplicationCommandInfo.h"
#include "commands/juce_ApplicationCommandManager.h"
#include "commands/juce_ApplicationCommandTarget.h"
#include "commands/juce_KeyPressMappingSet.h"
#include "layout/juce_MultiDocumentPanel.h"
#include "lookandfeel/juce_LookAndFeel.h"
#include "filebrowser/juce_FileFilter.h"
#include "filebrowser/juce_WildcardFileFilter.h"
#include "filebrowser/juce_FileBrowserListener.h"
#include "filebrowser/juce_DirectoryContentsList.h"
#include "filebrowser/juce_DirectoryContentsDisplayComponent.h"
#include "filebrowser/juce_FileBrowserComponent.h"
#include "filebrowser/juce_FileChooser.h"
#include "filebrowser/juce_FileChooserDialogBox.h"
#include "filebrowser/juce_FileListComponent.h"
#include "filebrowser/juce_FilenameComponent.h"
#include "filebrowser/juce_FilePreviewComponent.h"
#include "filebrowser/juce_FileSearchPathListComponent.h"
#include "filebrowser/juce_FileTreeComponent.h"
#include "filebrowser/juce_ImagePreviewComponent.h"
#include "properties/juce_PropertyComponent.h"
#include "properties/juce_BooleanPropertyComponent.h"
#include "properties/juce_ButtonPropertyComponent.h"
#include "properties/juce_ChoicePropertyComponent.h"
#include "properties/juce_PropertyPanel.h"
#include "properties/juce_SliderPropertyComponent.h"
#include "properties/juce_TextPropertyComponent.h"
#include "application/juce_Application.h" #include "application/juce_Application.h"
#include "application/juce_Initialisation.h" #include "application/juce_Initialisation.h"
#include "misc/juce_BubbleComponent.h" #include "misc/juce_BubbleComponent.h"
#include "misc/juce_DropShadower.h"
// END_AUTOINCLUDE
} }


+ 0
- 2
modules/juce_gui_basics/keyboard/juce_CaretComponent.h View File

@@ -25,8 +25,6 @@
#ifndef JUCE_CARETCOMPONENT_H_INCLUDED #ifndef JUCE_CARETCOMPONENT_H_INCLUDED
#define JUCE_CARETCOMPONENT_H_INCLUDED #define JUCE_CARETCOMPONENT_H_INCLUDED
#include "../components/juce_Component.h"
//============================================================================== //==============================================================================
/** /**


+ 0
- 3
modules/juce_gui_basics/keyboard/juce_KeyListener.h View File

@@ -25,9 +25,6 @@
#ifndef JUCE_KEYLISTENER_H_INCLUDED #ifndef JUCE_KEYLISTENER_H_INCLUDED
#define JUCE_KEYLISTENER_H_INCLUDED #define JUCE_KEYLISTENER_H_INCLUDED
#include "juce_KeyPress.h"
class Component;
//============================================================================== //==============================================================================
/** /**


+ 0
- 2
modules/juce_gui_basics/keyboard/juce_KeyPress.h View File

@@ -25,8 +25,6 @@
#ifndef JUCE_KEYPRESS_H_INCLUDED #ifndef JUCE_KEYPRESS_H_INCLUDED
#define JUCE_KEYPRESS_H_INCLUDED #define JUCE_KEYPRESS_H_INCLUDED
#include "juce_ModifierKeys.h"
//============================================================================== //==============================================================================
/** /**


+ 0
- 2
modules/juce_gui_basics/keyboard/juce_KeyboardFocusTraverser.h View File

@@ -25,8 +25,6 @@
#ifndef JUCE_KEYBOARDFOCUSTRAVERSER_H_INCLUDED #ifndef JUCE_KEYBOARDFOCUSTRAVERSER_H_INCLUDED
#define JUCE_KEYBOARDFOCUSTRAVERSER_H_INCLUDED #define JUCE_KEYBOARDFOCUSTRAVERSER_H_INCLUDED
class Component;
//============================================================================== //==============================================================================
/** /**


+ 0
- 2
modules/juce_gui_basics/keyboard/juce_TextEditorKeyMapper.h View File

@@ -25,8 +25,6 @@
#ifndef JUCE_TEXTEDITORKEYMAPPER_H_INCLUDED #ifndef JUCE_TEXTEDITORKEYMAPPER_H_INCLUDED
#define JUCE_TEXTEDITORKEYMAPPER_H_INCLUDED #define JUCE_TEXTEDITORKEYMAPPER_H_INCLUDED
#include "juce_KeyPress.h"
//============================================================================== //==============================================================================
/** This class is used to invoke a range of text-editor navigation methods on /** This class is used to invoke a range of text-editor navigation methods on


+ 1
- 0
modules/juce_gui_basics/layout/juce_AnimatedPosition.h View File

@@ -25,6 +25,7 @@
#ifndef JUCE_ANIMATEDPOSITION_H_INCLUDED #ifndef JUCE_ANIMATEDPOSITION_H_INCLUDED
#define JUCE_ANIMATEDPOSITION_H_INCLUDED #define JUCE_ANIMATEDPOSITION_H_INCLUDED
//============================================================================== //==============================================================================
/** /**
Models a 1-dimensional position that can be dragged around by the user, and which Models a 1-dimensional position that can be dragged around by the user, and which


+ 0
- 2
modules/juce_gui_basics/layout/juce_ComponentAnimator.h View File

@@ -25,8 +25,6 @@
#ifndef JUCE_COMPONENTANIMATOR_H_INCLUDED #ifndef JUCE_COMPONENTANIMATOR_H_INCLUDED
#define JUCE_COMPONENTANIMATOR_H_INCLUDED #define JUCE_COMPONENTANIMATOR_H_INCLUDED
#include "../components/juce_Component.h"
//============================================================================== //==============================================================================
/** /**


+ 0
- 2
modules/juce_gui_basics/layout/juce_ComponentBoundsConstrainer.h View File

@@ -25,8 +25,6 @@
#ifndef JUCE_COMPONENTBOUNDSCONSTRAINER_H_INCLUDED #ifndef JUCE_COMPONENTBOUNDSCONSTRAINER_H_INCLUDED
#define JUCE_COMPONENTBOUNDSCONSTRAINER_H_INCLUDED #define JUCE_COMPONENTBOUNDSCONSTRAINER_H_INCLUDED
#include "../components/juce_Component.h"
//============================================================================== //==============================================================================
/** /**


+ 0
- 2
modules/juce_gui_basics/layout/juce_ComponentBuilder.h View File

@@ -25,8 +25,6 @@
#ifndef JUCE_COMPONENTBUILDER_H_INCLUDED #ifndef JUCE_COMPONENTBUILDER_H_INCLUDED
#define JUCE_COMPONENTBUILDER_H_INCLUDED #define JUCE_COMPONENTBUILDER_H_INCLUDED
#include "../components/juce_Component.h"
//============================================================================== //==============================================================================
/** /**


+ 0
- 2
modules/juce_gui_basics/layout/juce_ComponentMovementWatcher.h View File

@@ -25,8 +25,6 @@
#ifndef JUCE_COMPONENTMOVEMENTWATCHER_H_INCLUDED #ifndef JUCE_COMPONENTMOVEMENTWATCHER_H_INCLUDED
#define JUCE_COMPONENTMOVEMENTWATCHER_H_INCLUDED #define JUCE_COMPONENTMOVEMENTWATCHER_H_INCLUDED
#include "../components/juce_Component.h"
//============================================================================== //==============================================================================
/** An object that watches for any movement of a component or any of its parent components. /** An object that watches for any movement of a component or any of its parent components.


+ 1
- 0
modules/juce_gui_basics/layout/juce_ConcertinaPanel.h View File

@@ -25,6 +25,7 @@
#ifndef JUCE_CONCERTINAPANEL_H_INCLUDED #ifndef JUCE_CONCERTINAPANEL_H_INCLUDED
#define JUCE_CONCERTINAPANEL_H_INCLUDED #define JUCE_CONCERTINAPANEL_H_INCLUDED
//============================================================================== //==============================================================================
/** /**
A panel which holds a vertical stack of components which can be expanded A panel which holds a vertical stack of components which can be expanded


+ 0
- 2
modules/juce_gui_basics/layout/juce_GroupComponent.h View File

@@ -25,8 +25,6 @@
#ifndef JUCE_GROUPCOMPONENT_H_INCLUDED #ifndef JUCE_GROUPCOMPONENT_H_INCLUDED
#define JUCE_GROUPCOMPONENT_H_INCLUDED #define JUCE_GROUPCOMPONENT_H_INCLUDED
#include "../components/juce_Component.h"
//============================================================================== //==============================================================================
/** /**


+ 0
- 2
modules/juce_gui_basics/layout/juce_MultiDocumentPanel.h View File

@@ -25,8 +25,6 @@
#ifndef JUCE_MULTIDOCUMENTPANEL_H_INCLUDED #ifndef JUCE_MULTIDOCUMENTPANEL_H_INCLUDED
#define JUCE_MULTIDOCUMENTPANEL_H_INCLUDED #define JUCE_MULTIDOCUMENTPANEL_H_INCLUDED
#include "juce_TabbedComponent.h"
#include "../windows/juce_DocumentWindow.h"
class MultiDocumentPanel; class MultiDocumentPanel;


+ 0
- 2
modules/juce_gui_basics/layout/juce_ResizableBorderComponent.h View File

@@ -25,8 +25,6 @@
#ifndef JUCE_RESIZABLEBORDERCOMPONENT_H_INCLUDED #ifndef JUCE_RESIZABLEBORDERCOMPONENT_H_INCLUDED
#define JUCE_RESIZABLEBORDERCOMPONENT_H_INCLUDED #define JUCE_RESIZABLEBORDERCOMPONENT_H_INCLUDED
#include "juce_ComponentBoundsConstrainer.h"
//============================================================================== //==============================================================================
/** /**


+ 0
- 2
modules/juce_gui_basics/layout/juce_ResizableCornerComponent.h View File

@@ -25,8 +25,6 @@
#ifndef JUCE_RESIZABLECORNERCOMPONENT_H_INCLUDED #ifndef JUCE_RESIZABLECORNERCOMPONENT_H_INCLUDED
#define JUCE_RESIZABLECORNERCOMPONENT_H_INCLUDED #define JUCE_RESIZABLECORNERCOMPONENT_H_INCLUDED
#include "juce_ComponentBoundsConstrainer.h"
//============================================================================== //==============================================================================
/** A component that resizes a parent component when dragged. /** A component that resizes a parent component when dragged.


+ 0
- 2
modules/juce_gui_basics/layout/juce_ResizableEdgeComponent.h View File

@@ -25,8 +25,6 @@
#ifndef JUCE_RESIZABLEEDGECOMPONENT_H_INCLUDED #ifndef JUCE_RESIZABLEEDGECOMPONENT_H_INCLUDED
#define JUCE_RESIZABLEEDGECOMPONENT_H_INCLUDED #define JUCE_RESIZABLEEDGECOMPONENT_H_INCLUDED
#include "juce_ComponentBoundsConstrainer.h"
//============================================================================== //==============================================================================
/** /**


+ 0
- 2
modules/juce_gui_basics/layout/juce_ScrollBar.h View File

@@ -25,8 +25,6 @@
#ifndef JUCE_SCROLLBAR_H_INCLUDED #ifndef JUCE_SCROLLBAR_H_INCLUDED
#define JUCE_SCROLLBAR_H_INCLUDED #define JUCE_SCROLLBAR_H_INCLUDED
#include "../buttons/juce_Button.h"
class Viewport;
//============================================================================== //==============================================================================
/** /**


+ 0
- 2
modules/juce_gui_basics/layout/juce_StretchableLayoutManager.h View File

@@ -25,8 +25,6 @@
#ifndef JUCE_STRETCHABLELAYOUTMANAGER_H_INCLUDED #ifndef JUCE_STRETCHABLELAYOUTMANAGER_H_INCLUDED
#define JUCE_STRETCHABLELAYOUTMANAGER_H_INCLUDED #define JUCE_STRETCHABLELAYOUTMANAGER_H_INCLUDED
#include "../components/juce_Component.h"
//============================================================================== //==============================================================================
/** /**


+ 0
- 3
modules/juce_gui_basics/layout/juce_StretchableLayoutResizerBar.h View File

@@ -25,9 +25,6 @@
#ifndef JUCE_STRETCHABLELAYOUTRESIZERBAR_H_INCLUDED #ifndef JUCE_STRETCHABLELAYOUTRESIZERBAR_H_INCLUDED
#define JUCE_STRETCHABLELAYOUTRESIZERBAR_H_INCLUDED #define JUCE_STRETCHABLELAYOUTRESIZERBAR_H_INCLUDED
#include "../components/juce_Component.h"
#include "juce_StretchableLayoutManager.h"
//============================================================================== //==============================================================================
/** /**


+ 0
- 1
modules/juce_gui_basics/layout/juce_TabbedButtonBar.h View File

@@ -25,7 +25,6 @@
#ifndef JUCE_TABBEDBUTTONBAR_H_INCLUDED #ifndef JUCE_TABBEDBUTTONBAR_H_INCLUDED
#define JUCE_TABBEDBUTTONBAR_H_INCLUDED #define JUCE_TABBEDBUTTONBAR_H_INCLUDED
#include "../buttons/juce_Button.h"
class TabbedButtonBar; class TabbedButtonBar;


+ 0
- 2
modules/juce_gui_basics/layout/juce_TabbedComponent.h View File

@@ -25,8 +25,6 @@
#ifndef JUCE_TABBEDCOMPONENT_H_INCLUDED #ifndef JUCE_TABBEDCOMPONENT_H_INCLUDED
#define JUCE_TABBEDCOMPONENT_H_INCLUDED #define JUCE_TABBEDCOMPONENT_H_INCLUDED
#include "juce_TabbedButtonBar.h"
//============================================================================== //==============================================================================
/** /**


+ 0
- 2
modules/juce_gui_basics/layout/juce_Viewport.h View File

@@ -25,8 +25,6 @@
#ifndef JUCE_VIEWPORT_H_INCLUDED #ifndef JUCE_VIEWPORT_H_INCLUDED
#define JUCE_VIEWPORT_H_INCLUDED #define JUCE_VIEWPORT_H_INCLUDED
#include "juce_ScrollBar.h"
//============================================================================== //==============================================================================
/** /**


+ 0
- 32
modules/juce_gui_basics/lookandfeel/juce_LookAndFeel.h View File

@@ -25,38 +25,6 @@
#ifndef JUCE_LOOKANDFEEL_H_INCLUDED #ifndef JUCE_LOOKANDFEEL_H_INCLUDED
#define JUCE_LOOKANDFEEL_H_INCLUDED #define JUCE_LOOKANDFEEL_H_INCLUDED
#include "../widgets/juce_Slider.h"
#include "../layout/juce_TabbedComponent.h"
#include "../windows/juce_AlertWindow.h"
class ToggleButton;
class TextButton;
class AlertWindow;
class TextLayout;
class ScrollBar;
class ComboBox;
class Button;
class FilenameComponent;
class DocumentWindow;
class ResizableWindow;
class GroupComponent;
class MenuBarComponent;
class DropShadower;
class GlyphArrangement;
class PropertyComponent;
class TableHeaderComponent;
class Toolbar;
class ToolbarItemComponent;
class PopupMenu;
class ProgressBar;
class FileBrowserComponent;
class DirectoryContentsDisplayComponent;
class FilePreviewComponent;
class ImageButton;
class CallOutBox;
class Drawable;
class CaretComponent;
class BubbleComponent;
//============================================================================== //==============================================================================
/** /**


+ 0
- 2
modules/juce_gui_basics/menus/juce_MenuBarComponent.h View File

@@ -25,8 +25,6 @@
#ifndef JUCE_MENUBARCOMPONENT_H_INCLUDED #ifndef JUCE_MENUBARCOMPONENT_H_INCLUDED
#define JUCE_MENUBARCOMPONENT_H_INCLUDED #define JUCE_MENUBARCOMPONENT_H_INCLUDED
#include "juce_MenuBarModel.h"
//============================================================================== //==============================================================================
/** /**


+ 0
- 2
modules/juce_gui_basics/menus/juce_MenuBarModel.h View File

@@ -25,8 +25,6 @@
#ifndef JUCE_MENUBARMODEL_H_INCLUDED #ifndef JUCE_MENUBARMODEL_H_INCLUDED
#define JUCE_MENUBARMODEL_H_INCLUDED #define JUCE_MENUBARMODEL_H_INCLUDED
#include "juce_PopupMenu.h"
//============================================================================== //==============================================================================
/** /**


+ 0
- 2
modules/juce_gui_basics/misc/juce_DropShadower.h View File

@@ -25,8 +25,6 @@
#ifndef JUCE_DROPSHADOWER_H_INCLUDED #ifndef JUCE_DROPSHADOWER_H_INCLUDED
#define JUCE_DROPSHADOWER_H_INCLUDED #define JUCE_DROPSHADOWER_H_INCLUDED
#include "../components/juce_Component.h"
//============================================================================== //==============================================================================
/** /**


+ 0
- 3
modules/juce_gui_basics/mouse/juce_ComponentDragger.h View File

@@ -25,9 +25,6 @@
#ifndef JUCE_COMPONENTDRAGGER_H_INCLUDED #ifndef JUCE_COMPONENTDRAGGER_H_INCLUDED
#define JUCE_COMPONENTDRAGGER_H_INCLUDED #define JUCE_COMPONENTDRAGGER_H_INCLUDED
#include "juce_MouseEvent.h"
#include "../layout/juce_ComponentBoundsConstrainer.h"
//============================================================================== //==============================================================================
/** /**


+ 0
- 2
modules/juce_gui_basics/mouse/juce_DragAndDropContainer.h View File

@@ -25,8 +25,6 @@
#ifndef JUCE_DRAGANDDROPCONTAINER_H_INCLUDED #ifndef JUCE_DRAGANDDROPCONTAINER_H_INCLUDED
#define JUCE_DRAGANDDROPCONTAINER_H_INCLUDED #define JUCE_DRAGANDDROPCONTAINER_H_INCLUDED
#include "juce_DragAndDropTarget.h"
//============================================================================== //==============================================================================
/** /**


+ 0
- 2
modules/juce_gui_basics/mouse/juce_DragAndDropTarget.h View File

@@ -25,8 +25,6 @@
#ifndef JUCE_DRAGANDDROPTARGET_H_INCLUDED #ifndef JUCE_DRAGANDDROPTARGET_H_INCLUDED
#define JUCE_DRAGANDDROPTARGET_H_INCLUDED #define JUCE_DRAGANDDROPTARGET_H_INCLUDED
#include "../components/juce_Component.h"
//============================================================================== //==============================================================================
/** /**


+ 0
- 3
modules/juce_gui_basics/mouse/juce_LassoComponent.h View File

@@ -25,9 +25,6 @@
#ifndef JUCE_LASSOCOMPONENT_H_INCLUDED #ifndef JUCE_LASSOCOMPONENT_H_INCLUDED
#define JUCE_LASSOCOMPONENT_H_INCLUDED #define JUCE_LASSOCOMPONENT_H_INCLUDED
#include "../components/juce_Component.h"
#include "juce_SelectedItemSet.h"
//============================================================================== //==============================================================================
/** /**


+ 0
- 4
modules/juce_gui_basics/mouse/juce_MouseCursor.h View File

@@ -25,10 +25,6 @@
#ifndef JUCE_MOUSECURSOR_H_INCLUDED #ifndef JUCE_MOUSECURSOR_H_INCLUDED
#define JUCE_MOUSECURSOR_H_INCLUDED #define JUCE_MOUSECURSOR_H_INCLUDED
class Image;
class ComponentPeer;
class Component;
//============================================================================== //==============================================================================
/** /**


+ 0
- 4
modules/juce_gui_basics/mouse/juce_MouseEvent.h View File

@@ -25,10 +25,6 @@
#ifndef JUCE_MOUSEEVENT_H_INCLUDED #ifndef JUCE_MOUSEEVENT_H_INCLUDED
#define JUCE_MOUSEEVENT_H_INCLUDED #define JUCE_MOUSEEVENT_H_INCLUDED
class Component;
class MouseInputSource;
#include "../keyboard/juce_ModifierKeys.h"
//============================================================================== //==============================================================================
/** /**


+ 1
- 0
modules/juce_gui_basics/mouse/juce_MouseInactivityDetector.h View File

@@ -25,6 +25,7 @@
#ifndef JUCE_MOUSEINACTIVITYDETECTOR_H_INCLUDED #ifndef JUCE_MOUSEINACTIVITYDETECTOR_H_INCLUDED
#define JUCE_MOUSEINACTIVITYDETECTOR_H_INCLUDED #define JUCE_MOUSEINACTIVITYDETECTOR_H_INCLUDED
//============================================================================== //==============================================================================
/** /**
This object watches for mouse-events happening within a component, and if This object watches for mouse-events happening within a component, and if


+ 0
- 4
modules/juce_gui_basics/mouse/juce_MouseInputSource.h View File

@@ -25,10 +25,6 @@
#ifndef JUCE_MOUSEINPUTSOURCE_H_INCLUDED #ifndef JUCE_MOUSEINPUTSOURCE_H_INCLUDED
#define JUCE_MOUSEINPUTSOURCE_H_INCLUDED #define JUCE_MOUSEINPUTSOURCE_H_INCLUDED
#include "../keyboard/juce_ModifierKeys.h"
#include "../components/juce_Desktop.h"
class MouseInputSourceInternal;
//============================================================================== //==============================================================================
/** /**


+ 0
- 2
modules/juce_gui_basics/mouse/juce_MouseListener.h View File

@@ -25,8 +25,6 @@
#ifndef JUCE_MOUSELISTENER_H_INCLUDED #ifndef JUCE_MOUSELISTENER_H_INCLUDED
#define JUCE_MOUSELISTENER_H_INCLUDED #define JUCE_MOUSELISTENER_H_INCLUDED
class MouseEvent;
struct MouseWheelDetails;
//============================================================================== //==============================================================================
/** /**


+ 2
- 0
modules/juce_gui_basics/mouse/juce_TextDragAndDropTarget.h View File

@@ -25,6 +25,8 @@
#ifndef JUCE_TEXTDRAGANDDROPTARGET_H_INCLUDED #ifndef JUCE_TEXTDRAGANDDROPTARGET_H_INCLUDED
#define JUCE_TEXTDRAGANDDROPTARGET_H_INCLUDED #define JUCE_TEXTDRAGANDDROPTARGET_H_INCLUDED
//==============================================================================
/** /**
Components derived from this class can have text dropped onto them by an external application. Components derived from this class can have text dropped onto them by an external application.


+ 0
- 3
modules/juce_gui_basics/positioning/juce_MarkerList.h View File

@@ -25,9 +25,6 @@
#ifndef JUCE_MARKERLIST_H_INCLUDED #ifndef JUCE_MARKERLIST_H_INCLUDED
#define JUCE_MARKERLIST_H_INCLUDED #define JUCE_MARKERLIST_H_INCLUDED
#include "../positioning/juce_RelativeCoordinate.h"
class Component;
//============================================================================== //==============================================================================
/** /**


+ 0
- 4
modules/juce_gui_basics/positioning/juce_RelativeCoordinatePositioner.h View File

@@ -25,10 +25,6 @@
#ifndef JUCE_RELATIVECOORDINATEPOSITIONER_H_INCLUDED #ifndef JUCE_RELATIVECOORDINATEPOSITIONER_H_INCLUDED
#define JUCE_RELATIVECOORDINATEPOSITIONER_H_INCLUDED #define JUCE_RELATIVECOORDINATEPOSITIONER_H_INCLUDED
#include "juce_RelativePoint.h"
#include "juce_MarkerList.h"
#include "../components/juce_Component.h"
//============================================================================== //==============================================================================
/** /**


+ 0
- 2
modules/juce_gui_basics/positioning/juce_RelativeParallelogram.h View File

@@ -25,8 +25,6 @@
#ifndef JUCE_RELATIVEPARALLELOGRAM_H_INCLUDED #ifndef JUCE_RELATIVEPARALLELOGRAM_H_INCLUDED
#define JUCE_RELATIVEPARALLELOGRAM_H_INCLUDED #define JUCE_RELATIVEPARALLELOGRAM_H_INCLUDED
#include "juce_RelativePoint.h"
//============================================================================== //==============================================================================
/** /**


+ 0
- 2
modules/juce_gui_basics/positioning/juce_RelativePoint.h View File

@@ -25,8 +25,6 @@
#ifndef JUCE_RELATIVEPOINT_H_INCLUDED #ifndef JUCE_RELATIVEPOINT_H_INCLUDED
#define JUCE_RELATIVEPOINT_H_INCLUDED #define JUCE_RELATIVEPOINT_H_INCLUDED
#include "juce_RelativeCoordinate.h"
//============================================================================== //==============================================================================
/** /**


+ 0
- 2
modules/juce_gui_basics/positioning/juce_RelativePointPath.h View File

@@ -25,8 +25,6 @@
#ifndef JUCE_RELATIVEPOINTPATH_H_INCLUDED #ifndef JUCE_RELATIVEPOINTPATH_H_INCLUDED
#define JUCE_RELATIVEPOINTPATH_H_INCLUDED #define JUCE_RELATIVEPOINTPATH_H_INCLUDED
#include "juce_RelativePoint.h"
class DrawablePath;
//============================================================================== //==============================================================================
/** /**


+ 0
- 2
modules/juce_gui_basics/positioning/juce_RelativeRectangle.h View File

@@ -25,8 +25,6 @@
#ifndef JUCE_RELATIVERECTANGLE_H_INCLUDED #ifndef JUCE_RELATIVERECTANGLE_H_INCLUDED
#define JUCE_RELATIVERECTANGLE_H_INCLUDED #define JUCE_RELATIVERECTANGLE_H_INCLUDED
#include "juce_RelativeCoordinate.h"
class Component;
//============================================================================== //==============================================================================
/** /**


+ 0
- 3
modules/juce_gui_basics/properties/juce_BooleanPropertyComponent.h View File

@@ -25,9 +25,6 @@
#ifndef JUCE_BOOLEANPROPERTYCOMPONENT_H_INCLUDED #ifndef JUCE_BOOLEANPROPERTYCOMPONENT_H_INCLUDED
#define JUCE_BOOLEANPROPERTYCOMPONENT_H_INCLUDED #define JUCE_BOOLEANPROPERTYCOMPONENT_H_INCLUDED
#include "juce_PropertyComponent.h"
#include "../buttons/juce_ToggleButton.h"
//============================================================================== //==============================================================================
/** /**


+ 0
- 3
modules/juce_gui_basics/properties/juce_ButtonPropertyComponent.h View File

@@ -25,9 +25,6 @@
#ifndef JUCE_BUTTONPROPERTYCOMPONENT_H_INCLUDED #ifndef JUCE_BUTTONPROPERTYCOMPONENT_H_INCLUDED
#define JUCE_BUTTONPROPERTYCOMPONENT_H_INCLUDED #define JUCE_BUTTONPROPERTYCOMPONENT_H_INCLUDED
#include "juce_PropertyComponent.h"
#include "../buttons/juce_TextButton.h"
//============================================================================== //==============================================================================
/** /**


+ 0
- 3
modules/juce_gui_basics/properties/juce_ChoicePropertyComponent.h View File

@@ -25,9 +25,6 @@
#ifndef JUCE_CHOICEPROPERTYCOMPONENT_H_INCLUDED #ifndef JUCE_CHOICEPROPERTYCOMPONENT_H_INCLUDED
#define JUCE_CHOICEPROPERTYCOMPONENT_H_INCLUDED #define JUCE_CHOICEPROPERTYCOMPONENT_H_INCLUDED
#include "juce_PropertyComponent.h"
#include "../widgets/juce_ComboBox.h"
//============================================================================== //==============================================================================
/** /**


+ 0
- 4
modules/juce_gui_basics/properties/juce_PropertyComponent.h View File

@@ -25,10 +25,6 @@
#ifndef JUCE_PROPERTYCOMPONENT_H_INCLUDED #ifndef JUCE_PROPERTYCOMPONENT_H_INCLUDED
#define JUCE_PROPERTYCOMPONENT_H_INCLUDED #define JUCE_PROPERTYCOMPONENT_H_INCLUDED
class EditableProperty;
#include "../components/juce_Component.h"
#include "../mouse/juce_TooltipClient.h"
//============================================================================== //==============================================================================
/** /**


+ 0
- 3
modules/juce_gui_basics/properties/juce_PropertyPanel.h View File

@@ -25,9 +25,6 @@
#ifndef JUCE_PROPERTYPANEL_H_INCLUDED #ifndef JUCE_PROPERTYPANEL_H_INCLUDED
#define JUCE_PROPERTYPANEL_H_INCLUDED #define JUCE_PROPERTYPANEL_H_INCLUDED
#include "juce_PropertyComponent.h"
#include "../layout/juce_Viewport.h"
//============================================================================== //==============================================================================
/** /**


+ 0
- 3
modules/juce_gui_basics/properties/juce_SliderPropertyComponent.h View File

@@ -25,9 +25,6 @@
#ifndef JUCE_SLIDERPROPERTYCOMPONENT_H_INCLUDED #ifndef JUCE_SLIDERPROPERTYCOMPONENT_H_INCLUDED
#define JUCE_SLIDERPROPERTYCOMPONENT_H_INCLUDED #define JUCE_SLIDERPROPERTYCOMPONENT_H_INCLUDED
#include "juce_PropertyComponent.h"
#include "../widgets/juce_Slider.h"
//============================================================================== //==============================================================================
/** /**


+ 0
- 3
modules/juce_gui_basics/properties/juce_TextPropertyComponent.h View File

@@ -25,9 +25,6 @@
#ifndef JUCE_TEXTPROPERTYCOMPONENT_H_INCLUDED #ifndef JUCE_TEXTPROPERTYCOMPONENT_H_INCLUDED
#define JUCE_TEXTPROPERTYCOMPONENT_H_INCLUDED #define JUCE_TEXTPROPERTYCOMPONENT_H_INCLUDED
#include "juce_PropertyComponent.h"
#include "../widgets/juce_Label.h"
//============================================================================== //==============================================================================
/** /**


+ 0
- 2
modules/juce_gui_basics/widgets/juce_ComboBox.h View File

@@ -25,8 +25,6 @@
#ifndef JUCE_COMBOBOX_H_INCLUDED #ifndef JUCE_COMBOBOX_H_INCLUDED
#define JUCE_COMBOBOX_H_INCLUDED #define JUCE_COMBOBOX_H_INCLUDED
#include "juce_Label.h"
//============================================================================== //==============================================================================
/** /**


+ 0
- 3
modules/juce_gui_basics/widgets/juce_ImageComponent.h View File

@@ -25,9 +25,6 @@
#ifndef JUCE_IMAGECOMPONENT_H_INCLUDED #ifndef JUCE_IMAGECOMPONENT_H_INCLUDED
#define JUCE_IMAGECOMPONENT_H_INCLUDED #define JUCE_IMAGECOMPONENT_H_INCLUDED
#include "../components/juce_Component.h"
#include "../mouse/juce_TooltipClient.h"
//============================================================================== //==============================================================================
/** /**


+ 0
- 2
modules/juce_gui_basics/widgets/juce_Label.h View File

@@ -25,8 +25,6 @@
#ifndef JUCE_LABEL_H_INCLUDED #ifndef JUCE_LABEL_H_INCLUDED
#define JUCE_LABEL_H_INCLUDED #define JUCE_LABEL_H_INCLUDED
#include "juce_TextEditor.h"
//============================================================================== //==============================================================================
/** /**


+ 0
- 2
modules/juce_gui_basics/widgets/juce_ListBox.h View File

@@ -25,8 +25,6 @@
#ifndef JUCE_LISTBOX_H_INCLUDED #ifndef JUCE_LISTBOX_H_INCLUDED
#define JUCE_LISTBOX_H_INCLUDED #define JUCE_LISTBOX_H_INCLUDED
#include "../layout/juce_Viewport.h"
//============================================================================== //==============================================================================
/** /**


+ 0
- 2
modules/juce_gui_basics/widgets/juce_ProgressBar.h View File

@@ -25,8 +25,6 @@
#ifndef JUCE_PROGRESSBAR_H_INCLUDED #ifndef JUCE_PROGRESSBAR_H_INCLUDED
#define JUCE_PROGRESSBAR_H_INCLUDED #define JUCE_PROGRESSBAR_H_INCLUDED
#include "../components/juce_Component.h"
#include "../mouse/juce_TooltipClient.h"
//============================================================================== //==============================================================================
/** /**


+ 0
- 2
modules/juce_gui_basics/widgets/juce_Slider.h View File

@@ -25,8 +25,6 @@
#ifndef JUCE_SLIDER_H_INCLUDED #ifndef JUCE_SLIDER_H_INCLUDED
#define JUCE_SLIDER_H_INCLUDED #define JUCE_SLIDER_H_INCLUDED
#include "juce_Label.h"
#include "../buttons/juce_Button.h"
//============================================================================== //==============================================================================
/** /**


+ 0
- 2
modules/juce_gui_basics/widgets/juce_TableHeaderComponent.h View File

@@ -25,8 +25,6 @@
#ifndef JUCE_TABLEHEADERCOMPONENT_H_INCLUDED #ifndef JUCE_TABLEHEADERCOMPONENT_H_INCLUDED
#define JUCE_TABLEHEADERCOMPONENT_H_INCLUDED #define JUCE_TABLEHEADERCOMPONENT_H_INCLUDED
#include "../menus/juce_PopupMenu.h"
//============================================================================== //==============================================================================
/** /**


+ 0
- 3
modules/juce_gui_basics/widgets/juce_TableListBox.h View File

@@ -25,9 +25,6 @@
#ifndef JUCE_TABLELISTBOX_H_INCLUDED #ifndef JUCE_TABLELISTBOX_H_INCLUDED
#define JUCE_TABLELISTBOX_H_INCLUDED #define JUCE_TABLELISTBOX_H_INCLUDED
#include "juce_TableHeaderComponent.h"
#include "juce_ListBox.h"
//============================================================================== //==============================================================================
/** /**


+ 0
- 6
modules/juce_gui_basics/widgets/juce_TextEditor.h View File

@@ -25,12 +25,6 @@
#ifndef JUCE_TEXTEDITOR_H_INCLUDED #ifndef JUCE_TEXTEDITOR_H_INCLUDED
#define JUCE_TEXTEDITOR_H_INCLUDED #define JUCE_TEXTEDITOR_H_INCLUDED
#include "../components/juce_Component.h"
#include "../layout/juce_Viewport.h"
#include "../menus/juce_PopupMenu.h"
#include "../keyboard/juce_TextInputTarget.h"
#include "../keyboard/juce_CaretComponent.h"
//============================================================================== //==============================================================================
/** /**


+ 0
- 3
modules/juce_gui_basics/widgets/juce_Toolbar.h View File

@@ -25,9 +25,6 @@
#ifndef JUCE_TOOLBAR_H_INCLUDED #ifndef JUCE_TOOLBAR_H_INCLUDED
#define JUCE_TOOLBAR_H_INCLUDED #define JUCE_TOOLBAR_H_INCLUDED
#include "../mouse/juce_DragAndDropContainer.h"
#include "../layout/juce_ComponentAnimator.h"
#include "../buttons/juce_Button.h"
class ToolbarItemComponent; class ToolbarItemComponent;
class ToolbarItemFactory; class ToolbarItemFactory;


+ 0
- 4
modules/juce_gui_basics/widgets/juce_ToolbarItemComponent.h View File

@@ -25,10 +25,6 @@
#ifndef JUCE_TOOLBARITEMCOMPONENT_H_INCLUDED #ifndef JUCE_TOOLBARITEMCOMPONENT_H_INCLUDED
#define JUCE_TOOLBARITEMCOMPONENT_H_INCLUDED #define JUCE_TOOLBARITEMCOMPONENT_H_INCLUDED
#include "../buttons/juce_Button.h"
#include "../drawables/juce_Drawable.h"
#include "juce_Toolbar.h"
//============================================================================== //==============================================================================
/** /**


Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save