#include <llpanelclassified.h>


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 180 of file llpanelclassified.h.
| LLFloaterPriceForListing::LLFloaterPriceForListing | ( | ) |
Definition at line 1051 of file llpanelclassified.cpp.
| LLFloaterPriceForListing::~LLFloaterPriceForListing | ( | ) | [virtual] |
Definition at line 1058 of file llpanelclassified.cpp.
| BOOL LLFloaterPriceForListing::postBuild | ( | void | ) | [virtual] |
Reimplemented from LLPanel.
Definition at line 1062 of file llpanelclassified.cpp.
References LLPanel::childSetAction(), llformat(), MINIMUM_PRICE_FOR_LISTING, onClickCancel(), onClickSetPrice(), LLLineEditor::prevalidateNonNegativeS32(), LLLineEditor::selectAll(), LLPanel::setDefaultBtn(), LLLineEditor::setFocus(), LLLineEditor::setPrevalidate(), LLLineEditor::setText(), and TRUE.

| void LLFloaterPriceForListing::onClickSetPrice | ( | void * | data | ) | [static, private] |
Definition at line 1096 of file llpanelclassified.cpp.
References buttonCore().
Referenced by postBuild().


| void LLFloaterPriceForListing::onClickCancel | ( | void * | data | ) | [static, private] |
Definition at line 1102 of file llpanelclassified.cpp.
References buttonCore().
Referenced by postBuild().


| void LLFloaterPriceForListing::buttonCore | ( | S32 | button, | |
| void * | data | |||
| ) | [static, private] |
Definition at line 1108 of file llpanelclassified.cpp.
Referenced by onClickCancel(), and onClickSetPrice().

void(* LLFloaterPriceForListing::mCallback)(S32 option, LLString, void *) [private] |
void* LLFloaterPriceForListing::mUserData [private] |
Definition at line 197 of file llpanelclassified.h.
1.5.5