Inviwo 0.9.12-pre
Inviwo documentation
|
#include <ordinalpropertywidgetcef.h>
Public Member Functions | |
OrdinalPropertyWidgetCEF (OrdinalProperty< T > *property, CefRefPtr< CefFrame > frame=nullptr, std::string htmlId="") | |
virtual | ~OrdinalPropertyWidgetCEF ()=default |
virtual void | updateFromProperty () override |
Widget for synchronizing HTML elements:
inviwo::OrdinalPropertyWidgetCEF< T >::OrdinalPropertyWidgetCEF | ( | OrdinalProperty< T > * | property, |
CefRefPtr< CefFrame > | frame = nullptr, | ||
std::string | htmlId = "" ) |
The PropertyWidget will register it self with the property.
|
virtualdefault |
The PropertyWidget will deregister it self with the property.
|
overridevirtual |
Update HTML widget using calls javascript oninput() function on element. Assumes that widget is HTML input attribute.