diff options
author | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-04-25 17:38:54 -0700 |
---|---|---|
committer | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-04-25 17:38:54 -0700 |
commit | 7902e05c9f52e16d3e505f9d7a8852743a212586 (patch) | |
tree | 9bea9a7c54528b01e4f7e2284155c3adb466e8e7 /indra/newview/llpersontabview.h | |
parent | 4562efdc7418923caa88bcf0c68a177f772c044b (diff) |
ACME-252 Create AvatarFolderItemView: Now the sub items of the persontab are drawn with different highlights depending on if they are selected or moused over.
Diffstat (limited to 'indra/newview/llpersontabview.h')
-rw-r--r-- | indra/newview/llpersontabview.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llpersontabview.h b/indra/newview/llpersontabview.h index 35cb219ce2..b246be288a 100644 --- a/indra/newview/llpersontabview.h +++ b/indra/newview/llpersontabview.h @@ -79,9 +79,13 @@ public: protected: void draw(); + void drawHighlight(); private: + LLPointer<LLUIImage> mImageOver; + LLPointer<LLUIImage> mImageSelected; + LLAvatarIconCtrl* mAvatarIcon; LLButton * mInfoBtn; |