13#ifndef ML_DYNAMIC_STYLE_PALETTE_H
14#define ML_DYNAMIC_STYLE_PALETTE_H
57 IntField* _numStylePaletteEntriesFld;
63 void _parseStringToStylePalette();
64 void _convertStylePaletteToString(
StylePalette* stylePalette=
nullptr);
65 void _setUpStylePaletteNumEntries();
Field to encapsulate a pointer to an ML base object.
Field to encapsulate a boolean value.
void activateAttachments() override
Update status after restore.
void handleNotification(Field *field) override
Handle field changes.
DynamicStylePalette()
Constructor.
~DynamicStylePalette() override
Destructor.
Base class for all fields used in the ML.
Field to encapsulate an integer value.
Base class for an image processing module of the ML.
Field without value for notifications.
Field to encapsulate a string value.
Base object class StylePalette for providing a collection of colors, line styles and marker types.
#define ML_MODULE_CLASS_HEADER(className)
Like ML_CLASS_HEADER for the usage of derived classes from Module.
#define MLBASEEXPORT
defined Header file mlBaseInit.h
Target mlrange_cast(Source arg)
Generic version of checked ML casts.