#include <llpanelclassified.h>
Inheritance diagram for LLFloaterPriceForListing:
Public Member Functions | |
LLFloaterPriceForListing () | |
virtual | ~LLFloaterPriceForListing () |
virtual BOOL | postBuild () |
Static Public Member Functions | |
static void | show (void(*callback)(S32 option, LLString value, void *userdata), void *userdata) |
Static Private Member Functions | |
static void | onClickSetPrice (void *) |
static void | onClickCancel (void *) |
static void | buttonCore (S32 button, void *data) |
Private Attributes | |
void(* | mCallback )(S32 option, LLString, void *) |
void * | mUserData |
Definition at line 174 of file llpanelclassified.h.
LLFloaterPriceForListing::LLFloaterPriceForListing | ( | ) |
Definition at line 965 of file llpanelclassified.cpp.
LLFloaterPriceForListing::~LLFloaterPriceForListing | ( | ) | [virtual] |
Definition at line 972 of file llpanelclassified.cpp.
Definition at line 1022 of file llpanelclassified.cpp.
Referenced by onClickCancel(), and onClickSetPrice().
Definition at line 1016 of file llpanelclassified.cpp.
References buttonCore().
Referenced by postBuild().
Definition at line 1010 of file llpanelclassified.cpp.
References buttonCore().
Referenced by postBuild().
BOOL LLFloaterPriceForListing::postBuild | ( | ) | [virtual] |
Reimplemented from LLPanel.
Definition at line 976 of file llpanelclassified.cpp.
References LLPanel::childSetAction(), LLUICtrlFactory::getLineEditorByName(), llformat(), MINIMUM_PRICE_FOR_LISTING, onClickCancel(), onClickSetPrice(), LLLineEditor::prevalidateNonNegativeS32(), LLLineEditor::selectAll(), LLPanel::setDefaultBtn(), LLLineEditor::setFocus(), LLLineEditor::setPrevalidate(), LLLineEditor::setText(), and TRUE.
static void LLFloaterPriceForListing::show | ( | void(*)(S32 option, LLString value, void *userdata) | callback, | |
void * | userdata | |||
) | [static] |
Referenced by LLPanelClassified::onClickUpdate().
void(* LLFloaterPriceForListing::mCallback)(S32 option, LLString, void *) [private] |
void* LLFloaterPriceForListing::mUserData [private] |
Definition at line 191 of file llpanelclassified.h.