diff options
author | Jacek Antonelli | 2008-08-15 23:44:57 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:57 -0500 |
commit | da68d3a57ecb27eba5d7efb8ff77d9640c0be65e (patch) | |
tree | f2fa2b9ed6e8cf49c8a3cb2a1893c4e5c61916a1 /linden/indra/llui/llfloater.h | |
parent | Second Life viewer sources 1.15.1.3 (diff) | |
download | meta-impy-da68d3a57ecb27eba5d7efb8ff77d9640c0be65e.zip meta-impy-da68d3a57ecb27eba5d7efb8ff77d9640c0be65e.tar.gz meta-impy-da68d3a57ecb27eba5d7efb8ff77d9640c0be65e.tar.bz2 meta-impy-da68d3a57ecb27eba5d7efb8ff77d9640c0be65e.tar.xz |
Second Life viewer sources 1.16.0.5
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llui/llfloater.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/linden/indra/llui/llfloater.h b/linden/indra/llui/llfloater.h index e752d8b..cd45762 100644 --- a/linden/indra/llui/llfloater.h +++ b/linden/indra/llui/llfloater.h | |||
@@ -108,8 +108,7 @@ public: | |||
108 | static LLView* fromXML(LLXMLNodePtr node, LLView *parent, LLUICtrlFactory *factory); | 108 | static LLView* fromXML(LLXMLNodePtr node, LLView *parent, LLUICtrlFactory *factory); |
109 | void initFloaterXML(LLXMLNodePtr node, LLView *parent, LLUICtrlFactory *factory, BOOL open = TRUE); | 109 | void initFloaterXML(LLXMLNodePtr node, LLView *parent, LLUICtrlFactory *factory, BOOL open = TRUE); |
110 | 110 | ||
111 | /*virtual*/ void reshape(S32 width, S32 height, BOOL called_from_parent = 1); | 111 | /*virtual*/ void userSetShape(const LLRect& new_rect); |
112 | /*virtual*/ void translate(S32 x, S32 y); | ||
113 | /*virtual*/ BOOL canSnapTo(LLView* other_view); | 112 | /*virtual*/ BOOL canSnapTo(LLView* other_view); |
114 | /*virtual*/ void snappedTo(LLView* snap_view); | 113 | /*virtual*/ void snappedTo(LLView* snap_view); |
115 | /*virtual*/ void setFocus( BOOL b ); | 114 | /*virtual*/ void setFocus( BOOL b ); |