diff options
Diffstat (limited to 'linden/indra/newview/lltexturectrl.h')
-rw-r--r-- | linden/indra/newview/lltexturectrl.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linden/indra/newview/lltexturectrl.h b/linden/indra/newview/lltexturectrl.h index 623f15e..dccdbc5 100644 --- a/linden/indra/newview/lltexturectrl.h +++ b/linden/indra/newview/lltexturectrl.h | |||
@@ -110,6 +110,9 @@ public: | |||
110 | void setAllowNoTexture( BOOL b ) { mAllowNoTexture = b; } | 110 | void setAllowNoTexture( BOOL b ) { mAllowNoTexture = b; } |
111 | bool getAllowNoTexture() const { return mAllowNoTexture; } | 111 | bool getAllowNoTexture() const { return mAllowNoTexture; } |
112 | 112 | ||
113 | void setAllowInvisibleTexture(BOOL b) { mAllowInvisibleTexture = b; } | ||
114 | bool getAllowInvisibleTexture() const { return mAllowInvisibleTexture; } | ||
115 | |||
113 | const LLUUID& getImageItemID() { return mImageItemID; } | 116 | const LLUUID& getImageItemID() { return mImageItemID; } |
114 | 117 | ||
115 | void setImageAssetID(const LLUUID &image_asset_id); | 118 | void setImageAssetID(const LLUUID &image_asset_id); |
@@ -174,6 +177,7 @@ private: | |||
174 | LLTextBox* mCaption; | 177 | LLTextBox* mCaption; |
175 | std::string mLabel; | 178 | std::string mLabel; |
176 | BOOL mAllowNoTexture; // If true, the user can select "none" as an option | 179 | BOOL mAllowNoTexture; // If true, the user can select "none" as an option |
180 | BOOL mAllowInvisibleTexture; // If true, the user can select "Invisible" as an option | ||
177 | LLCoordGL mLastFloaterLeftTop; | 181 | LLCoordGL mLastFloaterLeftTop; |
178 | PermissionMask mImmediateFilterPermMask; | 182 | PermissionMask mImmediateFilterPermMask; |
179 | PermissionMask mNonImmediateFilterPermMask; | 183 | PermissionMask mNonImmediateFilterPermMask; |