[Radar] This belongs inside the cpp, we never use it from the outside.
This commit is contained in:
@@ -457,6 +457,20 @@ void col_helper(const bool hide, LLCachedControl<S32> &setting, LLScrollListColu
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
enum AVATARS_COLUMN_ORDER
|
||||||
|
{
|
||||||
|
LIST_MARK,
|
||||||
|
LIST_AVATAR_NAME,
|
||||||
|
LIST_DISTANCE,
|
||||||
|
LIST_POSITION,
|
||||||
|
LIST_ALTITUDE,
|
||||||
|
LIST_ACTIVITY,
|
||||||
|
LIST_VOICE,
|
||||||
|
LIST_AGE,
|
||||||
|
LIST_TIME,
|
||||||
|
LIST_CLIENT,
|
||||||
|
};
|
||||||
|
|
||||||
//Macro to reduce redundant lines. Preprocessor concatenation and stringizing avoids bloat that
|
//Macro to reduce redundant lines. Preprocessor concatenation and stringizing avoids bloat that
|
||||||
//wrapping in a class would create.
|
//wrapping in a class would create.
|
||||||
#define BIND_COLUMN_TO_SETTINGS(col, name)\
|
#define BIND_COLUMN_TO_SETTINGS(col, name)\
|
||||||
|
|||||||
@@ -240,20 +240,6 @@ public:
|
|||||||
// commit callbacks are named onCommitWidgetName by convention.
|
// commit callbacks are named onCommitWidgetName by convention.
|
||||||
//void onCommitBaz(LLUICtrl* ctrl, void *userdata);
|
//void onCommitBaz(LLUICtrl* ctrl, void *userdata);
|
||||||
|
|
||||||
enum AVATARS_COLUMN_ORDER
|
|
||||||
{
|
|
||||||
LIST_MARK,
|
|
||||||
LIST_AVATAR_NAME,
|
|
||||||
LIST_DISTANCE,
|
|
||||||
LIST_POSITION,
|
|
||||||
LIST_ALTITUDE,
|
|
||||||
LIST_ACTIVITY,
|
|
||||||
LIST_VOICE,
|
|
||||||
LIST_AGE,
|
|
||||||
LIST_TIME,
|
|
||||||
LIST_CLIENT,
|
|
||||||
};
|
|
||||||
|
|
||||||
typedef boost::function<void (LLAvatarListEntry*)> avlist_command_t;
|
typedef boost::function<void (LLAvatarListEntry*)> avlist_command_t;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user