JUCE Designer
 All Classes Functions Variables
JUCE_Designer Class Reference
Inheritance diagram for JUCE_Designer:

Classes

class  Grid
 

Public Member Functions

Component * createToolbox (int itemsPerRow, int itemSize, int itemPadding)
 
void addToolboxItem (Component *toolbox, const String &name, const String &toolTip, const char *image, int imageSize)
 
Viewport * getPropertyView ()
 
String * getSelectedToolName ()
 
void deselectTool ()
 
void writeXmlToFile (String _filename)
 
void generateCode ()
 
void selectComponent (Component *componentToSelect, bool isSelectedTwice)
 
void paint (Graphics &g)
 
void resized ()
 
void lookAndFeelChanged ()
 
void childrenChanged ()
 
void mouseMove (const MouseEvent &event)
 
void mouseDown (const MouseEvent &event)
 
void mouseDrag (const MouseEvent &event)
 
void mouseUp (const MouseEvent &event)
 
void mouseDoubleClick (const MouseEvent &event)
 
bool keyPressed (const KeyPress &key)
 
void focusOfChildComponentChanged (FocusChangeType cause)
 
void focusGained (FocusChangeType cause)
 
void childBoundsChanged (Component *child)
 

Public Attributes

Grid grid
 

Detailed Description

Definition at line 18 of file JUCE_Designer.h.


The documentation for this class was generated from the following files: