diff options
Diffstat (limited to 'linden/indra/llui/llalertdialog.h')
-rw-r--r-- | linden/indra/llui/llalertdialog.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/linden/indra/llui/llalertdialog.h b/linden/indra/llui/llalertdialog.h index 4978d71..8633164 100644 --- a/linden/indra/llui/llalertdialog.h +++ b/linden/indra/llui/llalertdialog.h | |||
@@ -68,10 +68,11 @@ public: | |||
68 | LLAlertDialog( const LLAlertDialogTemplate* xml_template, const LLString::format_map_t& args, | 68 | LLAlertDialog( const LLAlertDialogTemplate* xml_template, const LLString::format_map_t& args, |
69 | alert_callback_t callback = NULL, void *user_data = NULL); | 69 | alert_callback_t callback = NULL, void *user_data = NULL); |
70 | 70 | ||
71 | virtual BOOL handleKeyHere(KEY key, MASK mask, BOOL called_from_parent ); | 71 | virtual BOOL handleKeyHere(KEY key, MASK mask ); |
72 | 72 | ||
73 | virtual void draw(); | 73 | virtual void draw(); |
74 | virtual void setVisible( BOOL visible ); | 74 | virtual void setVisible( BOOL visible ); |
75 | virtual void onClose(bool app_quitting); | ||
75 | 76 | ||
76 | bool setCheckBox( const LLString&, const LLString& ); | 77 | bool setCheckBox( const LLString&, const LLString& ); |
77 | void setOptionEnabled( S32 option, BOOL enable ); | 78 | void setOptionEnabled( S32 option, BOOL enable ); |
@@ -126,7 +127,9 @@ private: | |||
126 | const LLString& msg, const LLString::format_map_t& args, | 127 | const LLString& msg, const LLString::format_map_t& args, |
127 | const LLString& edit_text); | 128 | const LLString& edit_text); |
128 | 129 | ||
129 | virtual ~LLAlertDialog(); // No you can't kill it. It can only kill itself. | 130 | virtual ~LLAlertDialog(); |
131 | void handleCallbacks(); | ||
132 | // No you can't kill it. It can only kill itself. | ||
130 | 133 | ||
131 | // Does it have a readable title label, or minimize or close buttons? | 134 | // Does it have a readable title label, or minimize or close buttons? |
132 | BOOL hasTitleBar() const; | 135 | BOOL hasTitleBar() const; |