summaryrefslogtreecommitdiff
path: root/indra/newview/llpersontabview.h
diff options
context:
space:
mode:
authorGilbert Gonzales <gilbert@lindenlab.com>2013-04-25 16:29:02 -0700
committerGilbert Gonzales <gilbert@lindenlab.com>2013-04-25 16:29:02 -0700
commit4562efdc7418923caa88bcf0c68a177f772c044b (patch)
treebb007d61917095aa8a874932c3fc309491e76fe8 /indra/newview/llpersontabview.h
parent06e1b03362d021e5bdce25a20a78663fdaf7650f (diff)
ACME-251: This should be final commit for this task, now the peopletab looks like the accordion tab.
Diffstat (limited to 'indra/newview/llpersontabview.h')
-rw-r--r--indra/newview/llpersontabview.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/indra/newview/llpersontabview.h b/indra/newview/llpersontabview.h
index df3f786c69..35cb219ce2 100644
--- a/indra/newview/llpersontabview.h
+++ b/indra/newview/llpersontabview.h
@@ -50,8 +50,15 @@ public:
protected:
void draw();
+ void drawHighlight();
private:
+
+ // Background images
+ LLPointer<LLUIImage> mImageHeader;
+ LLPointer<LLUIImage> mImageHeaderOver;
+ LLPointer<LLUIImage> mImageHeaderFocused;
+
};
class LLPersonView : public LLFolderViewItem