|
Blender V5.0
|
#include "BLI_string_ref.hh"#include "RNA_access.hh"#include "RNA_prototypes.hh"#include "UI_interface.hh"#include "UI_interface_layout.hh"Go to the source code of this file.
Functions | |
Histogram Template | |
| void | uiTemplateHistogram (uiLayout *layout, PointerRNA *ptr, const StringRefNull propname) |
Waveform Template | |
| void | uiTemplateWaveform (uiLayout *layout, PointerRNA *ptr, const StringRefNull propname) |
Vector-Scope Template | |
| void | uiTemplateVectorscope (uiLayout *layout, PointerRNA *ptr, const StringRefNull propname) |
| void uiTemplateHistogram | ( | uiLayout * | layout, |
| PointerRNA * | ptr, | ||
| const StringRefNull | propname ) |
Definition at line 23 of file interface_template_scopes.cc.
References blender::StringRefNull::c_str(), col, uiLayout::column(), PointerRNA::data, Grip, Histogram::height, Histogram, PROP_POINTER, ptr, RNA_property_pointer_get(), RNA_property_type(), RNA_struct_find_property(), RNA_struct_is_a(), PointerRNA::type, UI_UNIT_X, UI_UNIT_Y, uiDefBut(), and uiDefIconButI().
| void uiTemplateVectorscope | ( | uiLayout * | layout, |
| PointerRNA * | ptr, | ||
| const StringRefNull | propname ) |
Definition at line 128 of file interface_template_scopes.cc.
References blender::StringRefNull::c_str(), col, uiLayout::column(), PointerRNA::data, Grip, PROP_POINTER, ptr, RNA_property_pointer_get(), RNA_property_type(), RNA_struct_find_property(), RNA_struct_is_a(), PointerRNA::type, UI_UNIT_X, UI_UNIT_Y, uiDefBut(), uiDefIconButI(), Scopes::vecscope_height, and Vectorscope.
| void uiTemplateWaveform | ( | uiLayout * | layout, |
| PointerRNA * | ptr, | ||
| const StringRefNull | propname ) |
Definition at line 70 of file interface_template_scopes.cc.
References blender::StringRefNull::c_str(), col, uiLayout::column(), PointerRNA::data, Grip, PROP_POINTER, ptr, RNA_property_pointer_get(), RNA_property_type(), RNA_struct_find_property(), RNA_struct_is_a(), PointerRNA::type, UI_UNIT_X, UI_UNIT_Y, uiDefBut(), uiDefIconButI(), Waveform, and Scopes::wavefrm_height.