aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llwebbrowserctrl.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:16 -0500
committerJacek Antonelli2008-08-15 23:45:16 -0500
commit3f27ba891ac4d032753b219b4b96d1ffbc9fb488 (patch)
tree504932ee91a0356fba7ea48798887c96867e492f /linden/indra/newview/llwebbrowserctrl.h
parentSecond Life viewer sources 1.18.4.3 (diff)
downloadmeta-impy-3f27ba891ac4d032753b219b4b96d1ffbc9fb488.zip
meta-impy-3f27ba891ac4d032753b219b4b96d1ffbc9fb488.tar.gz
meta-impy-3f27ba891ac4d032753b219b4b96d1ffbc9fb488.tar.bz2
meta-impy-3f27ba891ac4d032753b219b4b96d1ffbc9fb488.tar.xz
Second Life viewer sources 1.18.5.0-RC
Diffstat (limited to 'linden/indra/newview/llwebbrowserctrl.h')
-rw-r--r--linden/indra/newview/llwebbrowserctrl.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/linden/indra/newview/llwebbrowserctrl.h b/linden/indra/newview/llwebbrowserctrl.h
index 892345a..ec3ddfd 100644
--- a/linden/indra/newview/llwebbrowserctrl.h
+++ b/linden/indra/newview/llwebbrowserctrl.h
@@ -191,7 +191,9 @@ class LLWebBrowserCtrl :
191 bool canNavigateBack(); 191 bool canNavigateBack();
192 bool canNavigateForward(); 192 bool canNavigateForward();
193 void setOpenInExternalBrowser( bool valIn ); 193 void setOpenInExternalBrowser( bool valIn );
194 void setOpenSecondLifeLinksInMap( bool valIn ); 194 void setOpenInInternalBrowser( bool valIn );
195 void setOpenSLURLsInMap( bool valIn );
196 void setOpenSLURLsViaTeleport( bool valIn );
195 void setHomePageUrl( const std::string urlIn ); 197 void setHomePageUrl( const std::string urlIn );
196 std::string getHomePageUrl(); 198 std::string getHomePageUrl();
197 199
@@ -240,7 +242,9 @@ class LLWebBrowserCtrl :
240 LLViewBorder* mBorder; 242 LLViewBorder* mBorder;
241 bool mFrequentUpdates; 243 bool mFrequentUpdates;
242 bool mOpenLinksInExternalBrowser; 244 bool mOpenLinksInExternalBrowser;
243 bool mOpenSecondLifeLinksInMap; 245 bool mOpenLinksInInternalBrowser;
246 bool mOpenSLURLsInMap;
247 bool mOpenSLURLsViaTeleport;
244 std::string mHomePageUrl; 248 std::string mHomePageUrl;
245 bool mIgnoreUIScale; 249 bool mIgnoreUIScale;
246 bool mAlwaysRefresh; 250 bool mAlwaysRefresh;