Public Types | List of all members
FloatingTileBase Class Reference

The base class for every panel. More...

Public Types

enum  SpecialPanelIds {
  Type = 0, Title, ColourData, LayoutData,
  Font, FontSize
}
 

Detailed Description

The base class for every panel.

It contains some common properties that are used by the panels if adequate.

Member Enumeration Documentation

Enumerator
Type 

the ID of the panel that determines the actual type.

Title 

can be used to show a better title in the popup

ColourData 

an object that contains 5 basic colour IDs that can be used to customize the panel: bgColour, textColour, itemColour1, itemColour2 and itemColour3

LayoutData 

this object contains information about the layout within its parent container. You usually don't need to change this via scripting.

Font 

if the panel is rendering text, this can be used to change the font. For changing the font-style, append Bold or Italic at the font name.

FontSize 

if the panel is rendering text, this can be used to change the font size.

©2017 HISE. This documentation is autogenerated from the HISE source code using Doxygen.