Custom object for dynamic menus that can change their contents programmatically - NOTE: the number of items can NOT change, only the text strings.
.
More...
#include <customviews.h>
|
| CustomOptionMenu (const CRect &size, IControlListener *listener, int32_t tag, CBitmap *background=nullptr, CBitmap *bgWhenClick=nullptr, const int32_t style=0) |
|
virtual void | updateView () override |
|
virtual void | valueChanged () override |
|
virtual void | sendMessage (void *data) override |
|
virtual void | updateView ()=0 |
|
virtual void | pushDataValue (double data) |
|
virtual void | sendMessage (void *data) |
|
|
int32_t | lastActualEntryIndex = 0 |
|
Custom object for dynamic menus that can change their contents programmatically - NOTE: the number of items can NOT change, only the text strings.
.
- Author
- Will Pirkle http://www.willpirkle.com
- Version
- Revision : 1.0
- Date
- Date : 2020 / 12/ 4
◆ ~CustomOptionMenu()
virtual VSTGUI::CustomOptionMenu::~CustomOptionMenu |
( |
void |
| ) |
|
|
inlineprotectedvirtual |
virtual D-TOR: just kill the queue
◆ sendMessage()
virtual void VSTGUI::CustomOptionMenu::sendMessage |
( |
void * |
data | ) |
|
|
inlineoverridevirtual |
◆ updateView()
virtual void VSTGUI::CustomOptionMenu::updateView |
( |
| ) |
|
|
inlineoverridevirtual |
◆ valueChanged()
virtual void VSTGUI::CustomOptionMenu::valueChanged |
( |
| ) |
|
|
inlineoverridevirtual |
Override to check for empty string condition; selects last "good" string
The documentation for this class was generated from the following file:
- C:/RackAFX_v7/ASPIK_Doxygen/PluginTemplate/project_source/source/CustomControls/customviews.h