|
Blender V4.3
|
#include "MEM_guardedalloc.h"#include "BLI_listbase.h"#include "BLI_math_vector_types.hh"#include "BLI_string.h"#include "BLT_translation.hh"#include "DNA_brush_types.h"#include "DNA_material_types.h"#include "DNA_space_types.h"#include "BKE_brush.hh"#include "BKE_context.hh"#include "BKE_grease_pencil.hh"#include "BKE_lib_id.hh"#include "BKE_material.h"#include "BKE_paint.hh"#include "UI_interface.hh"#include "IMB_colormanagement.hh"#include "WM_api.hh"#include "WM_types.hh"#include "RNA_access.hh"#include "RNA_define.hh"#include "ED_screen.hh"#include "ED_undo.hh"#include "DEG_depsgraph_build.hh"#include "eyedropper_intern.hh"#include "interface_intern.hh"Go to the source code of this file.
Classes | |
| struct | blender::ui::greasepencil::EyedropperGreasePencil |
Namespaces | |
| namespace | blender |
| namespace | blender::ui |
| namespace | blender::ui::greasepencil |
Enumerations | |
| enum class | blender::ui::greasepencil::EyeMode : int8_t { blender::ui::greasepencil::Material = 0 , blender::ui::greasepencil::Palette = 1 , blender::ui::greasepencil::Brush = 2 } |
| enum class | blender::ui::greasepencil::MaterialMode : int8_t { blender::ui::greasepencil::Stroke = 0 , blender::ui::greasepencil::Fill = 1 , blender::ui::greasepencil::Both = 2 } |
| void UI_OT_eyedropper_grease_pencil_color | ( | wmOperatorType * | ot | ) |
Definition at line 459 of file eyedropper_grease_pencil_color.cc.
References wmOperatorType::cancel, wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, int, wmOperatorType::invoke, wmOperatorType::modal, wmOperatorType::name, OPTYPE_BLOCKING, OPTYPE_UNDO, ot, wmOperatorType::poll, wmOperatorType::prop, RNA_def_enum(), and wmOperatorType::srna.
Referenced by ED_operatortypes_ui().