#include <llgroupmgr.h>

Public Member Functions | |
| LLRoleData () | |
| LLRoleData (const LLRoleData &rd) | |
Public Attributes | |
| std::string | mRoleName |
| std::string | mRoleTitle |
| std::string | mRoleDescription |
| U64 | mRolePowers |
| LLRoleChangeType | mChangeType |
Definition at line 96 of file llgroupmgr.h.
| LLRoleData::LLRoleData | ( | ) | [inline] |
Definition at line 98 of file llgroupmgr.h.
| LLRoleData::LLRoleData | ( | const LLRoleData & | rd | ) | [inline] |
Definition at line 99 of file llgroupmgr.h.
| std::string LLRoleData::mRoleName |
Definition at line 106 of file llgroupmgr.h.
Referenced by LLPanelGroupInvite::impl::addRoleNames(), LLPanelGroupMembersSubTab::apply(), LLPanelGroupRolesSubTab::handleActionCheck(), LLPanelGroupActionsSubTab::handleActionSelect(), LLPanelGroupRolesSubTab::handleCreateRole(), LLPanelGroupMembersSubTab::handleMemberSelect(), LLPanelGroupRolesSubTab::handleRoleSelect(), LLGroupRoleData::LLGroupRoleData(), packRoleUpdateMessageBlock(), LLPanelGroupRolesSubTab::saveRoleChanges(), LLGroupMgrGroupData::setRoleData(), and LLPanelGroupRolesSubTab::update().
| std::string LLRoleData::mRoleTitle |
Definition at line 107 of file llgroupmgr.h.
Referenced by LLPanelGroupRolesSubTab::handleRoleSelect(), LLGroupRoleData::LLGroupRoleData(), packRoleUpdateMessageBlock(), LLPanelGroupRolesSubTab::saveRoleChanges(), LLGroupMgrGroupData::setRoleData(), and LLPanelGroupRolesSubTab::update().
| std::string LLRoleData::mRoleDescription |
Definition at line 108 of file llgroupmgr.h.
Referenced by LLPanelGroupRolesSubTab::handleRoleSelect(), LLGroupRoleData::LLGroupRoleData(), packRoleUpdateMessageBlock(), LLPanelGroupRolesSubTab::saveRoleChanges(), and LLGroupMgrGroupData::setRoleData().
Definition at line 109 of file llgroupmgr.h.
Referenced by LLGroupMgrGroupData::addRolePower(), LLGroupMgrGroupData::getRolePowers(), LLPanelGroupActionsSubTab::handleActionSelect(), LLPanelGroupRolesSubTab::handleRoleSelect(), LLGroupRoleData::LLGroupRoleData(), packRoleUpdateMessageBlock(), LLGroupMgrGroupData::recalcAgentPowers(), LLGroupMgrGroupData::recalcAllAgentPowers(), LLGroupMgrGroupData::removeRolePower(), and LLGroupMgrGroupData::setRoleData().
Definition at line 110 of file llgroupmgr.h.
Referenced by LLGroupMgrGroupData::createRole(), LLGroupMgrGroupData::deleteRole(), LLGroupRoleData::LLGroupRoleData(), packRoleUpdateMessageBlock(), LLGroupMgrGroupData::sendRoleChanges(), and LLGroupMgrGroupData::setRoleData().
1.5.5