#include "llviewerprecompiledheaders.h"#include "llfloaterlandmark.h"#include "llagent.h"#include "llviewerimagelist.h"#include "llcheckboxctrl.h"#include "llcombobox.h"#include "llbutton.h"#include "lldraghandle.h"#include "llfocusmgr.h"#include "llviewerimage.h"#include "llviewerparcelmgr.h"#include "llfolderview.h"#include "llinventory.h"#include "llinventorymodel.h"#include "llinventoryview.h"#include "lllineeditor.h"#include "llui.h"#include "llviewerinventory.h"#include "llpermissions.h"#include "llsaleinfo.h"#include "llassetstorage.h"#include "lltextbox.h"#include "llparcel.h"#include "llresizehandle.h"#include "llscrollcontainer.h"#include "lltoolmgr.h"#include "lltoolpipette.h"#include "lltool.h"#include "llviewerwindow.h"#include "llviewerobject.h"#include "llviewercontrol.h"#include "llglheaders.h"#include "llvieweruictrlfactory.h"#include "roles_constants.h"Include dependency graph for llfloaterlandmark.cpp:

Go to the source code of this file.
Variables | |
| static const S32 | CLOSE_BTN_WIDTH = 100 |
| const S32 | PIPETTE_BTN_WIDTH = 32 |
| static const S32 | HPAD = 4 |
| static const S32 | VPAD = 4 |
| static const S32 | LINE = 16 |
| static const S32 | SMALL_BTN_WIDTH = 64 |
| static const S32 | TEX_PICKER_MIN_WIDTH |
| static const S32 | CLEAR_BTN_WIDTH = 50 |
| static const S32 | TEX_PICKER_MIN_HEIGHT = 290 |
| static const S32 | FOOTER_HEIGHT = 100 |
| static const S32 | BORDER_PAD = HPAD |
| static const S32 | TEXTURE_INVENTORY_PADDING = 30 |
| static const F32 | CONTEXT_CONE_IN_ALPHA = 0.0f |
| static const F32 | CONTEXT_CONE_OUT_ALPHA = 1.f |
| static const F32 | CONTEXT_FADE_TIME = 0.08f |
const S32 BORDER_PAD = HPAD [static] |
Definition at line 85 of file llfloaterlandmark.cpp.
const S32 CLEAR_BTN_WIDTH = 50 [static] |
Definition at line 82 of file llfloaterlandmark.cpp.
const S32 CLOSE_BTN_WIDTH = 100 [static] |
Definition at line 64 of file llfloaterlandmark.cpp.
const F32 CONTEXT_CONE_IN_ALPHA = 0.0f [static] |
Definition at line 87 of file llfloaterlandmark.cpp.
const F32 CONTEXT_CONE_OUT_ALPHA = 1.f [static] |
Definition at line 88 of file llfloaterlandmark.cpp.
const F32 CONTEXT_FADE_TIME = 0.08f [static] |
Definition at line 89 of file llfloaterlandmark.cpp.
const S32 FOOTER_HEIGHT = 100 [static] |
Definition at line 66 of file llfloaterlandmark.cpp.
Definition at line 68 of file llfloaterlandmark.cpp.
| const S32 PIPETTE_BTN_WIDTH = 32 |
Definition at line 65 of file llfloaterlandmark.cpp.
const S32 SMALL_BTN_WIDTH = 64 [static] |
Definition at line 69 of file llfloaterlandmark.cpp.
const S32 TEX_PICKER_MIN_HEIGHT = 290 [static] |
const S32 TEX_PICKER_MIN_WIDTH [static] |
Initial value:
(HPAD +
CLOSE_BTN_WIDTH +
HPAD +
CLOSE_BTN_WIDTH +
HPAD +
SMALL_BTN_WIDTH +
HPAD +
SMALL_BTN_WIDTH +
HPAD +
30 +
RESIZE_HANDLE_WIDTH * 2)
Definition at line 70 of file llfloaterlandmark.cpp.
Referenced by LLFloaterTexturePicker::draw().
const S32 TEXTURE_INVENTORY_PADDING = 30 [static] |
Definition at line 67 of file llfloaterlandmark.cpp.
1.4.7