Public Types | List of all members
ActivityLedPanel Class Reference

A LED that will light up when an MIDI message was received. More...

Inheritance diagram for ActivityLedPanel:
FloatingTileContent ObjectWithDefaultProperties

Public Types

enum  SpecialPanelIds { OnImage = (int)FloatingTileContent::PanelPropertyId::numPropertyIds, OffImage, ShowMidiLabel }
 
- Public Types inherited from FloatingTileContent
enum  PanelPropertyId {
  Type = 0, Title , ColourData, LayoutData,
  Font, FontSize
}
 

Additional Inherited Members

- Public Member Functions inherited from FloatingTileContent
String getBestTitle () const
 This returns the title that is supposed to be displayed. More...
 
String getCustomTitle () const
 If you set a custom title, this will return it. More...
 
FloatingTile * getParentShell ()
 Returns the parent shell. More...
 
void setCustomTitle (String newCustomTitle)
 Set a custom title to the panel that will be displayed in tabs, etc. More...
 
void setDynamicTitle (const String &newDynamicTitle)
 Sets a title that is supposed to change during runtime. More...
 
virtual bool showTitleInPresentationMode () const
 Overwrite this method if your component should hide the "title" when not in layout mode. More...
 
virtual void siblingAmountChanged ()
 Override this method when you want to be notified when the amount of siblings change. More...
 
- Public Member Functions inherited from ObjectWithDefaultProperties
void resetObject (DynamicObject *objectToClear)
 Clears the given object and sets all defaultable properties to their initial values. More...
 
- Protected Member Functions inherited from FloatingTileContent
 FloatingTileContent (FloatingTile *parent_)
 Creates a new floating panel. More...
 
virtual int getFixedHeight () const
 Overwrite this method if the component has a fixed height. More...
 
virtual int getFixedWidth () const
 Overwrite this method if the component has a fixed width. More...
 

Detailed Description

A LED that will light up when an MIDI message was received.

Member Enumeration Documentation

Enumerator
OnImage 

The image for the On state. Use the same syntax as you when loading images via scripting: {PROJECT_FOLDER}image.png

OffImage 

The image for the Off state.

ShowMidiLabel 

Specifies whether the MIDI label should be shown.

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