diff options
Diffstat (limited to 'linden/indra/newview/llfloaterbuildoptions.h')
-rw-r--r-- | linden/indra/newview/llfloaterbuildoptions.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/linden/indra/newview/llfloaterbuildoptions.h b/linden/indra/newview/llfloaterbuildoptions.h index e030b06..50599dd 100644 --- a/linden/indra/newview/llfloaterbuildoptions.h +++ b/linden/indra/newview/llfloaterbuildoptions.h | |||
@@ -40,6 +40,8 @@ | |||
40 | 40 | ||
41 | #include "llfloater.h" | 41 | #include "llfloater.h" |
42 | 42 | ||
43 | class LLViewerInventoryItem; | ||
44 | class InvDropTarget; | ||
43 | 45 | ||
44 | class LLFloaterBuildOptions | 46 | class LLFloaterBuildOptions |
45 | : public LLFloater | 47 | : public LLFloater |
@@ -49,12 +51,21 @@ protected: | |||
49 | ~LLFloaterBuildOptions(); | 51 | ~LLFloaterBuildOptions(); |
50 | 52 | ||
51 | public: | 53 | public: |
54 | BOOL postBuild(); | ||
55 | |||
52 | static void show(void*); | 56 | static void show(void*); |
53 | static LLFloaterBuildOptions* getInstance(); | 57 | static LLFloaterBuildOptions* getInstance(); |
54 | static BOOL visible(void*); | 58 | static BOOL visible(void*); |
55 | 59 | ||
56 | protected: | 60 | protected: |
57 | static LLFloaterBuildOptions* sInstance; | 61 | static LLFloaterBuildOptions* sInstance; |
62 | |||
63 | private: | ||
64 | static InvDropTarget* mBuildObjectDropTarget; | ||
65 | |||
66 | static void onTexturePickerCommit(LLUICtrl* ctrl, void* userdata); | ||
67 | static void onComboBoxCommit(LLUICtrl* ctrl, void* userdata); | ||
68 | static void BuildAutoResponseItemDrop(LLViewerInventoryItem* item); | ||
58 | }; | 69 | }; |
59 | 70 | ||
60 | #endif | 71 | #endif |