|
Blender V4.5
|
#include "BLI_string_ref.hh"#include "RNA_access.hh"#include "RNA_prototypes.hh"#include "UI_interface.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 22 of file interface_template_scopes.cc.
References blender::StringRefNull::c_str(), col, uiLayout::column(), PointerRNA::data, Histogram::height, PROP_POINTER, ptr, RNA_property_pointer_get(), RNA_property_type(), RNA_struct_find_property(), RNA_struct_is_a(), PointerRNA::type, UI_BTYPE_GRIP, UI_BTYPE_HISTOGRAM, UI_UNIT_X, UI_UNIT_Y, uiDefBut(), uiDefIconButI(), and uiLayoutGetBlock().
| void uiTemplateVectorscope | ( | uiLayout * | layout, |
| PointerRNA * | ptr, | ||
| const StringRefNull | propname ) |
Definition at line 127 of file interface_template_scopes.cc.
References blender::StringRefNull::c_str(), col, uiLayout::column(), PointerRNA::data, PROP_POINTER, ptr, RNA_property_pointer_get(), RNA_property_type(), RNA_struct_find_property(), RNA_struct_is_a(), PointerRNA::type, UI_BTYPE_GRIP, UI_BTYPE_VECTORSCOPE, UI_UNIT_X, UI_UNIT_Y, uiDefBut(), uiDefIconButI(), uiLayoutGetBlock(), and Scopes::vecscope_height.
| void uiTemplateWaveform | ( | uiLayout * | layout, |
| PointerRNA * | ptr, | ||
| const StringRefNull | propname ) |
Definition at line 69 of file interface_template_scopes.cc.
References blender::StringRefNull::c_str(), col, uiLayout::column(), PointerRNA::data, PROP_POINTER, ptr, RNA_property_pointer_get(), RNA_property_type(), RNA_struct_find_property(), RNA_struct_is_a(), PointerRNA::type, UI_BTYPE_GRIP, UI_BTYPE_WAVEFORM, UI_UNIT_X, UI_UNIT_Y, uiDefBut(), uiDefIconButI(), uiLayoutGetBlock(), and Scopes::wavefrm_height.