|
Blender V5.0
|
#include "BLI_string_ref.hh"#include "BLT_translation.hh"#include "RNA_access.hh"#include "UI_interface.hh"#include "UI_interface_layout.hh"Go to the source code of this file.
Functions | |
| void | uiTemplateColorspaceSettings (uiLayout *layout, PointerRNA *ptr, const StringRefNull propname) |
| void | uiTemplateColormanagedViewSettings (uiLayout *layout, bContext *, PointerRNA *ptr, const StringRefNull propname) |
| void uiTemplateColormanagedViewSettings | ( | uiLayout * | layout, |
| bContext * | C, | ||
| PointerRNA * | ptr, | ||
| const StringRefNull | propname ) |
Definition at line 37 of file interface_template_color_management.cc.
References blender::StringRefNull::c_str(), col, COLORMANAGE_VIEW_USE_CURVES, COLORMANAGE_VIEW_USE_WHITE_BALANCE, uiLayout::column(), PointerRNA::data, ColorManagedViewSettings::flag, IFACE_, printf, ptr, RNA_property_pointer_get(), RNA_struct_find_property(), RNA_struct_identifier(), UI_ITEM_NONE, and uiTemplateCurveMapping().
Referenced by uiTemplateImageSettings().
| void uiTemplateColorspaceSettings | ( | uiLayout * | layout, |
| PointerRNA * | ptr, | ||
| const StringRefNull | propname ) |
Definition at line 20 of file interface_template_color_management.cc.
References blender::StringRefNull::c_str(), IFACE_, printf, uiLayout::prop(), ptr, RNA_property_pointer_get(), RNA_struct_find_property(), RNA_struct_identifier(), and UI_ITEM_NONE.
Referenced by blender::nodes::node_composite_movieclip_cc::node_composit_buts_movieclip_ex(), uiTemplateImage(), and uiTemplateMovieClip().