// virtual void LLSidepanelItemInfo::save() { onCommitName(); onCommitDescription(); onCommitPermissions(); onCommitSaleInfo(); onCommitSaleType(); }
// virtual void LLSidepanelTaskInfo::save() { onCommitGroupShare(getChild<LLCheckBoxCtrl>("checkbox share with group"), this); onCommitEveryoneMove(getChild<LLCheckBoxCtrl>("checkbox allow everyone move"), this); onCommitEveryoneCopy(getChild<LLCheckBoxCtrl>("checkbox allow everyone copy"), this); onCommitNextOwnerModify(getChild<LLCheckBoxCtrl>("checkbox next owner can modify"), this); onCommitNextOwnerCopy(getChild<LLCheckBoxCtrl>("checkbox next owner can copy"), this); onCommitNextOwnerTransfer(getChild<LLCheckBoxCtrl>("checkbox next owner can transfer"), this); onCommitName(getChild<LLLineEditor>("Object Name"), this); onCommitDesc(getChild<LLLineEditor>("Object Description"), this); onCommitSaleInfo(NULL, this); onCommitSaleType(NULL, this); onCommitIncludeInSearch(getChild<LLCheckBoxCtrl>("search_check"), this); }