LLIconCtrl::LLIconCtrl(const LLIconCtrl::Params& p) : LLUICtrl(p), mColor(p.color()), mImagep(p.image), mPriority(0), mDrawWidth(0), mDrawHeight(0) { if (mImagep.notNull()) { LLUICtrl::setValue(mImagep->getName()); } }
LLIconCtrl::LLIconCtrl(const LLIconCtrl::Params& p) : LLUICtrl(p), mColor(p.color()), mImagep(p.image), mUseDrawContextAlpha(p.use_draw_context_alpha), mPriority(0), mDrawWidth(0), mDrawHeight(0) { if (mImagep.notNull()) { LLUICtrl::setValue(mImagep->getName()); } }
LLIconCtrl::LLIconCtrl(const LLIconCtrl::Params& p) : LLUICtrl(p), mColor(p.color()), mImagep(p.image), // mUseDrawContextAlpha(p.use_draw_context_alpha), mPriority(0), mMinWidth(p.min_width), mMinHeight(p.min_height) { if (mImagep.notNull()) { LLUICtrl::setValue(mImagep->getName()); } setTabStop(false); }