aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llpreviewgesture.h
diff options
context:
space:
mode:
authorJacek Antonelli2009-11-19 04:19:06 -0600
committerJacek Antonelli2009-11-19 04:19:06 -0600
commit1d443b7a94ed6f9ef1d408caef72fcbc0b1ee427 (patch)
treee09ccbc010e326a48fd91ba15b58afd7fb836b3f /linden/indra/newview/llpreviewgesture.h
parentFixed minor formatting issue in MANIFESTO.txt. (diff)
parentFixed CMake setting errors (diff)
downloadmeta-impy-1d443b7a94ed6f9ef1d408caef72fcbc0b1ee427.zip
meta-impy-1d443b7a94ed6f9ef1d408caef72fcbc0b1ee427.tar.gz
meta-impy-1d443b7a94ed6f9ef1d408caef72fcbc0b1ee427.tar.bz2
meta-impy-1d443b7a94ed6f9ef1d408caef72fcbc0b1ee427.tar.xz
Merge remote branch 'mccabe/1.3.0-next' into next
Conflicts: linden/indra/cmake/00-Common.cmake linden/indra/newview/skins/default/xui/de/floater_about.xml linden/indra/newview/skins/default/xui/fr/floater_about.xml linden/indra/newview/skins/default/xui/ja/floater_about.xml linden/indra/newview/skins/default/xui/ko/floater_about.xml linden/indra/newview/skins/default/xui/zh/floater_about.xml linden/install.xml
Diffstat (limited to 'linden/indra/newview/llpreviewgesture.h')
-rw-r--r--linden/indra/newview/llpreviewgesture.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/linden/indra/newview/llpreviewgesture.h b/linden/indra/newview/llpreviewgesture.h
index a5b8492..c245c0e 100644
--- a/linden/indra/newview/llpreviewgesture.h
+++ b/linden/indra/newview/llpreviewgesture.h
@@ -17,7 +17,8 @@
17 * There are special exceptions to the terms and conditions of the GPL as 17 * There are special exceptions to the terms and conditions of the GPL as
18 * it is applied to this Source Code. View the full text of the exception 18 * it is applied to this Source Code. View the full text of the exception
19 * in the file doc/FLOSS-exception.txt in this software distribution, or 19 * in the file doc/FLOSS-exception.txt in this software distribution, or
20 * online at http://secondlifegrid.net/programs/open_source/licensing/flossexception 20 * online at
21 * http://secondlifegrid.net/programs/open_source/licensing/flossexception
21 * 22 *
22 * By copying, modifying or distributing this software, you acknowledge 23 * By copying, modifying or distributing this software, you acknowledge
23 * that you have read and understood your obligations described above, 24 * that you have read and understood your obligations described above,
@@ -33,6 +34,7 @@
33#define LL_LLPREVIEWGESTURE_H 34#define LL_LLPREVIEWGESTURE_H
34 35
35#include "llpreview.h" 36#include "llpreview.h"
37#include "llmultigesture.h"
36 38
37class LLMultiGesture; 39class LLMultiGesture;
38class LLLineEditor; 40class LLLineEditor;
@@ -101,14 +103,14 @@ protected:
101 void* user_data, 103 void* user_data,
102 S32 status, LLExtStat ext_status); 104 S32 status, LLExtStat ext_status);
103 105
104 static void handleSaveChangesDialog(S32 option, void* userdata); 106 bool handleSaveChangesDialog(const LLSD& notification, const LLSD& response);
105 107
106 // Write UI back into gesture 108 // Write UI back into gesture
107 LLMultiGesture* createGesture(); 109 LLMultiGesture* createGesture();
108 110
109 // Add a step. Pass the name of the step, like "Animation", 111 // Add a step. Pass the name of the step, like "Animation",
110 // "Sound", "Chat", or "Wait" 112 // "Sound", "Chat", or "Wait"
111 LLScrollListItem* addStep(const std::string& step_name); 113 LLScrollListItem* addStep(const enum EStepType step_type);
112 114
113 static void updateLabel(LLScrollListItem* item); 115 static void updateLabel(LLScrollListItem* item);
114 116