#include <lltabcontainer.h>
Collaboration diagram for LLTabContainerCommon::LLTabTuple:
Public Member Functions | |
LLTabTuple (LLTabContainerCommon *c, LLPanel *p, LLButton *b, void(*cb)(void *, bool), void *userdata, LLTextBox *placeholder=NULL) | |
Public Attributes | |
LLTabContainerCommon * | mTabContainer |
LLPanel * | mTabPanel |
LLButton * | mButton |
void(* | mOnChangeCallback )(void *, bool) |
void * | mUserData |
BOOL | mOldState |
LLTextBox * | mPlaceholderText |
S32 | mPadding |
Definition at line 150 of file lltabcontainer.h.
LLTabContainerCommon::LLTabTuple::LLTabTuple | ( | LLTabContainerCommon * | c, | |
LLPanel * | p, | |||
LLButton * | b, | |||
void(*)(void *, bool) | cb, | |||
void * | userdata, | |||
LLTextBox * | placeholder = NULL | |||
) | [inline] |
Definition at line 152 of file lltabcontainer.h.
Definition at line 167 of file lltabcontainer.h.
Referenced by LLTabContainerCommon::getTabPanelFlashing(), LLTabContainerCommon::setTabImage(), and LLTabContainerCommon::setTabPanelFlashing().
Definition at line 170 of file lltabcontainer.h.
Referenced by LLTabContainerCommon::onTabBtn(), and LLTabContainerCommon::setTabChangeCallback().
Definition at line 172 of file lltabcontainer.h.
Definition at line 171 of file lltabcontainer.h.
Definition at line 169 of file lltabcontainer.h.
Referenced by LLTabContainerCommon::onTabBtn(), and LLTabContainerCommon::setTabUserData().