7#ifndef __HDI_CORE_EYE_DROPPER_TOOL__
8#define __HDI_CORE_EYE_DROPPER_TOOL__
10#if defined(HDI_CORE_AIP_MODE)
52 static EyeDropperTool*
const create();
125 virtual std::string
tip()
const;
281 std::string __prevTool;
291 bool __oldArtBoundsSnap;
296 bool __oldArtboardSnap;
330 EyeDropperTool(
const EyeDropperTool&);
344 EyeDropperTool& operator=(
const EyeDropperTool&);
Describes the color of art on the artboard.
Definition hdicoreArtColor.h:42
Describes a point on the Illustrator artboard.
Definition hdicoreArtboardPoint.h:31
Base class for templated __Callback class.
Definition hdicoreCallback.h:68
Represents a cursor that can be shown on the screen, as well as metadata about the current cursor.
Definition hdicoreCursor.h:26
Describes all styling attributes of a path.
Definition hdicorePathStyle.h:442
Header file for manipulating cursors inside of a plugin.
Header file for a variety of plugin convenience macros.
Header file for path style-related classes.