コード例 #1
0
void LLPanelOutfitsInventory::onRemove()
{
    LLFolderViewEventListener* listenerp = getCorrectListenerForAction();
    if (listenerp)
    {
        listenerp->performAction(NULL, NULL,"removefromoutfit");
    }
}
コード例 #2
0
void LLPanelOutfitsInventory::onWearButtonClick()
{
    LLFolderViewEventListener* listenerp = getCorrectListenerForAction();
    if (listenerp)
    {
        listenerp->performAction(NULL, NULL,"replaceoutfit");
    }
}