diff options
author | Jacek Antonelli | 2010-02-03 17:28:47 -0600 |
---|---|---|
committer | Jacek Antonelli | 2010-02-03 17:30:56 -0600 |
commit | ce961412bfd179093b2c6a48c170d17555f8193c (patch) | |
tree | bf7af9f3b5313b2e315790bd973045cc34272b28 /linden/indra/llui/llfloater.h | |
parent | ChangeLog entries for client identification / name tags. (diff) | |
parent | Improved "Pay Object" floater layout and XML. (diff) | |
download | meta-impy-ce961412bfd179093b2c6a48c170d17555f8193c.zip meta-impy-ce961412bfd179093b2c6a48c170d17555f8193c.tar.gz meta-impy-ce961412bfd179093b2c6a48c170d17555f8193c.tar.bz2 meta-impy-ce961412bfd179093b2c6a48c170d17555f8193c.tar.xz |
Merged in 'paymessage' branch.
Custom message in Pay Resident floater, and XUI cleanup.
(SNOW-436, formerly VWR-9597)
Diffstat (limited to 'linden/indra/llui/llfloater.h')
-rw-r--r-- | linden/indra/llui/llfloater.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/linden/indra/llui/llfloater.h b/linden/indra/llui/llfloater.h index 12f878d..fa69258 100644 --- a/linden/indra/llui/llfloater.h +++ b/linden/indra/llui/llfloater.h | |||
@@ -165,6 +165,8 @@ public: | |||
165 | std::string getTitle(); | 165 | std::string getTitle(); |
166 | void setShortTitle( const std::string& short_title ); | 166 | void setShortTitle( const std::string& short_title ); |
167 | std::string getShortTitle(); | 167 | std::string getShortTitle(); |
168 | BOOL setTitleArg( const std::string& key, const LLStringExplicit& text ); | ||
169 | BOOL setShortTitleArg( const std::string& key, const LLStringExplicit& text ); | ||
168 | void setTitleVisible(bool visible); | 170 | void setTitleVisible(bool visible); |
169 | virtual void setMinimized(BOOL b); | 171 | virtual void setMinimized(BOOL b); |
170 | void moveResizeHandlesToFront(); | 172 | void moveResizeHandlesToFront(); |
@@ -276,8 +278,8 @@ private: | |||
276 | BOOL mMinimized; | 278 | BOOL mMinimized; |
277 | BOOL mForeground; | 279 | BOOL mForeground; |
278 | LLHandle<LLFloater> mDependeeHandle; | 280 | LLHandle<LLFloater> mDependeeHandle; |
279 | std::string mTitle; | 281 | LLUIString mTitle; |
280 | std::string mShortTitle; | 282 | LLUIString mShortTitle; |
281 | 283 | ||
282 | BOOL mFirstLook; // TRUE if the _next_ time this floater is visible will be the first time in the session that it is visible. | 284 | BOOL mFirstLook; // TRUE if the _next_ time this floater is visible will be the first time in the session that it is visible. |
283 | 285 | ||