 | InDesign SDK 20.5 |
36 #include "IconHandler.h" 60 void LoadIcon(
const PluginID & pid,
const RsrcID& iconRsrcID,
bool brightnessAware =
true,
bool isAdornmentIcon =
false);
82 RsrcID GetRsrcID(){
return fIconRsrcID; }
83 PluginID GetRsrcPluginID(){
return fPid; }
90 void LoadIcon(
const PluginID & pid,
const RsrcID& iconRsrcID,
bool brightnessAware,
float desiredRes);
95 bool fBrightnessAware;
96 bool fLoadedForBrightUI;
97 bool fIsAdornmentIcon;
101 #endif // __PNGIcon__