aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llpanelclassified.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:50 -0500
committerJacek Antonelli2008-08-15 23:45:50 -0500
commit2a4dea528f670b9bb1f77ef27a8a1dd16603d114 (patch)
tree95c68e362703c9099d571ecbdc6142b1cda1e005 /linden/indra/newview/llpanelclassified.h
parentSecond Life viewer sources 1.20.6 (diff)
downloadmeta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.zip
meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.tar.gz
meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.tar.bz2
meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.tar.xz
Second Life viewer sources 1.20.7
Diffstat (limited to 'linden/indra/newview/llpanelclassified.h')
-rw-r--r--linden/indra/newview/llpanelclassified.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/linden/indra/newview/llpanelclassified.h b/linden/indra/newview/llpanelclassified.h
index 78f8a90..e4c8f42 100644
--- a/linden/indra/newview/llpanelclassified.h
+++ b/linden/indra/newview/llpanelclassified.h
@@ -96,12 +96,17 @@ public:
96 void sendClassifiedInfoRequest(); 96 void sendClassifiedInfoRequest();
97 void sendClassifiedInfoUpdate(); 97 void sendClassifiedInfoUpdate();
98 void resetDirty(); 98 void resetDirty();
99 void confirmPublish(S32 option);
100 99
101 static void processClassifiedInfoReply(LLMessageSystem* msg, void**); 100 static void processClassifiedInfoReply(LLMessageSystem* msg, void**);
102 101
102 // Confirmation dialogs flow in this order
103 static void callbackConfirmMature(S32 option, void* data);
104 void confirmMature(S32 option);
105 void gotMature();
103 static void callbackGotPriceForListing(S32 option, LLString text, void* data); 106 static void callbackGotPriceForListing(S32 option, LLString text, void* data);
104 static void callbackConfirmPublish(S32 option, void* data); 107 static void callbackConfirmPublish(S32 option, void* data);
108 void confirmPublish(S32 option);
109
105 void sendClassifiedClickMessage(const char* type); 110 void sendClassifiedClickMessage(const char* type);
106 111
107protected: 112protected:
@@ -154,7 +159,7 @@ protected:
154 LLTextEditor* mDescEditor; 159 LLTextEditor* mDescEditor;
155 LLLineEditor* mLocationEditor; 160 LLLineEditor* mLocationEditor;
156 LLComboBox* mCategoryCombo; 161 LLComboBox* mCategoryCombo;
157 LLCheckBoxCtrl* mMatureCheck; 162 LLComboBox* mMatureCombo;
158 LLCheckBoxCtrl* mAutoRenewCheck; 163 LLCheckBoxCtrl* mAutoRenewCheck;
159 164
160 LLButton* mUpdateBtn; 165 LLButton* mUpdateBtn;