The CustomViewController is part of the safe ICustomView feature in ASPiK. The CustomViewController maintains an ICustomView pointer. When the GUI registers and de-registers custom views during creation or destuction, the plugin shell is responsible for making sure that the original ICustomView pointer registered with the plugin core object never goes out of scope and this object is part of that system.
More...
#include <AAXPluginParameters.h>
The CustomViewController is part of the safe ICustomView feature in ASPiK. The CustomViewController maintains an ICustomView pointer. When the GUI registers and de-registers custom views during creation or destuction, the plugin shell is responsible for making sure that the original ICustomView pointer registered with the plugin core object never goes out of scope and this object is part of that system.
- Author
- Will Pirkle http://www.willpirkle.com
- Version
- Revision : 1.0
- Date
- Date : 2018 / 09 / 7
- Author
- Will Pirkle http://www.willpirkle.com
- Version
- Revision : 1.0
- Date
- Date : 2018 / 09 / 7
- Author
- Will Pirkle http://www.willpirkle.com
- Version
- Revision : 1.0
- Date
- Date : 2018 / 09 / 7
◆ CustomViewController() [1/3]
CustomViewController::CustomViewController |
( |
ICustomView * |
_customViewIF | ) |
|
|
inline |
constructor: pass the newly registered ICustomView*
◆ CustomViewController() [2/3]
CustomViewController::CustomViewController |
( |
ICustomView * |
_customViewIF | ) |
|
|
inline |
constructor: pass the newly registered ICustomView*
◆ CustomViewController() [3/3]
CustomViewController::CustomViewController |
( |
ICustomView * |
_customViewIF | ) |
|
|
inline |
constructor: pass the newly registered ICustomView*
◆ clearCustomViewPtr() [1/3]
void CustomViewController::clearCustomViewPtr |
( |
| ) |
|
|
inline |
clear the stored ICustomView* – this is called when a custom view is de-registered
◆ clearCustomViewPtr() [2/3]
void CustomViewController::clearCustomViewPtr |
( |
| ) |
|
|
inline |
clear the stored ICustomView* – this is called when a custom view is de-registered
◆ clearCustomViewPtr() [3/3]
void CustomViewController::clearCustomViewPtr |
( |
| ) |
|
|
inline |
clear the stored ICustomView* – this is called when a custom view is de-registered
◆ getCustomViewPtr() [1/3]
const ICustomView * CustomViewController::getCustomViewPtr |
( |
| ) |
|
|
inline |
get the current ICustomView* – note this is read-only (const) and it also MAY be NULL
◆ getCustomViewPtr() [2/3]
const ICustomView * CustomViewController::getCustomViewPtr |
( |
| ) |
|
|
inline |
get the current ICustomView* – note this is read-only (const) and it also MAY be NULL
◆ getCustomViewPtr() [3/3]
const ICustomView * CustomViewController::getCustomViewPtr |
( |
| ) |
|
|
inline |
get the current ICustomView* – note this is read-only (const) and it also MAY be NULL
◆ pushDataValue() [1/3]
virtual void CustomViewController::pushDataValue |
( |
double |
data | ) |
|
|
inlinevirtual |
◆ pushDataValue() [2/3]
virtual void CustomViewController::pushDataValue |
( |
double |
data | ) |
|
|
inlinevirtual |
◆ pushDataValue() [3/3]
virtual void CustomViewController::pushDataValue |
( |
double |
data | ) |
|
|
inlinevirtual |
◆ sendMessage() [1/3]
virtual void CustomViewController::sendMessage |
( |
void * |
data | ) |
|
|
inlinevirtual |
◆ sendMessage() [2/3]
virtual void CustomViewController::sendMessage |
( |
void * |
data | ) |
|
|
inlinevirtual |
◆ sendMessage() [3/3]
virtual void CustomViewController::sendMessage |
( |
void * |
data | ) |
|
|
inlinevirtual |
◆ setCustomViewPtr() [1/3]
void CustomViewController::setCustomViewPtr |
( |
ICustomView * |
_customViewIF | ) |
|
|
inline |
set a NEW ICustomView* – this is called when a custom view is registered
◆ setCustomViewPtr() [2/3]
void CustomViewController::setCustomViewPtr |
( |
ICustomView * |
_customViewIF | ) |
|
|
inline |
set a NEW ICustomView* – this is called when a custom view is registered
◆ setCustomViewPtr() [3/3]
void CustomViewController::setCustomViewPtr |
( |
ICustomView * |
_customViewIF | ) |
|
|
inline |
set a NEW ICustomView* – this is called when a custom view is registered
◆ updateView() [1/3]
virtual void CustomViewController::updateView |
( |
| ) |
|
|
inlinevirtual |
◆ updateView() [2/3]
virtual void CustomViewController::updateView |
( |
| ) |
|
|
inlinevirtual |
◆ updateView() [3/3]
virtual void CustomViewController::updateView |
( |
| ) |
|
|
inlinevirtual |
The documentation for this class was generated from the following files:
- C:/RackAFX_v7/ASPIK_Doxygen/PluginTemplate/project_source/source/aax_source/AAXPluginParameters.h
- C:/RackAFX_v7/ASPIK_Doxygen/PluginTemplate/project_source/source/au_source/aufxplugin.h
- C:/RackAFX_v7/ASPIK_Doxygen/PluginTemplate/project_source/source/au_source/ausynthplugin.h