diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-01-17 17:31:46 -0800 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-01-17 17:31:46 -0800 |
commit | 7e213192a2b799e0b3d8590bbc5c81c80a2ee0fa (patch) | |
tree | 17bf6541e71afd23d611584a9ebe8fa825c084b2 /indra/newview/llfloaterpathfindinglinksets.h | |
parent | 8cf6b9cb929ff37fc6febe1f4ede4efa526260d9 (diff) |
PATH-186: Enabling and disabling the edit fields based on whether linksets are selected.
Diffstat (limited to 'indra/newview/llfloaterpathfindinglinksets.h')
-rw-r--r-- | indra/newview/llfloaterpathfindinglinksets.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/newview/llfloaterpathfindinglinksets.h b/indra/newview/llfloaterpathfindinglinksets.h index f9d747b9fe..43f4c3819f 100644 --- a/indra/newview/llfloaterpathfindinglinksets.h +++ b/indra/newview/llfloaterpathfindinglinksets.h @@ -197,6 +197,11 @@ private: LLCheckBoxCtrl *mEditFixed;
LLCheckBoxCtrl *mEditWalkable;
LLCheckBoxCtrl *mEditPhantom;
+ LLTextBase *mLabelWalkabilityCoefficients;
+ LLTextBase *mLabelEditA;
+ LLTextBase *mLabelEditB;
+ LLTextBase *mLabelEditC;
+ LLTextBase *mLabelEditD;
LLLineEditor *mEditA;
LLLineEditor *mEditB;
LLLineEditor *mEditC;
@@ -232,6 +237,7 @@ private: void updateEditFields();
void applyEditFields();
+ void setEnableEditFields(BOOL pEnabled);
};
#endif // LL_LLFLOATERPATHFINDINGLINKSETS_H
|