Home
last modified time | relevance | path

Searched refs:TW_TYPE_CDSTDSTRING (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/anttweakbar/AntTweakBar/src/
H A DTwBar.cpp488 else if( m_Type==TW_TYPE_CDSTRING || m_Type==TW_TYPE_CDSTDSTRING ) in ValueToString()
1590 if( m_Type==TW_TYPE_CDSTRING || m_Type==TW_TYPE_CDSTDSTRING ) in SetAttrib()
1599 else if( m_Type!=TW_TYPE_CDSTDSTRING ) in SetAttrib()
1801 if( m_Type==TW_TYPE_CDSTRING || m_Type==TW_TYPE_CDSTDSTRING || IsCSStringType(m_Type) ) in GetAttrib()
2344 || m_Type==TW_TYPE_CDSTDSTRING in SetDefaults()
2944 else if( _Type==TW_TYPE_CDSTDSTRING ) in GetDataSize()
4127 || (Atom->m_Type==TW_TYPE_CDSTDSTRING && Atom->m_SetCallback==NULL) in ListValues()
7317 …else if( m_EditInPlace.m_Var->m_Type==TW_TYPE_CDSTDSTRING && m_EditInPlace.m_Var->m_SetCallback==N… in EditInPlaceIsReadOnly()
7413 …if( _Var->m_Type==TW_TYPE_CDSTRING || _Var->m_Type==TW_TYPE_CDSTDSTRING || _Var->m_Type==TW_TYPE_S… in EditInPlaceAcceptVar()
7446 …m_EditInPlace.m_Var->m_Type==TW_TYPE_CDSTRING || m_EditInPlace.m_Var->m_Type==TW_TYPE_CDSTDSTRING ) in EditInPlaceEnd()
[all …]
H A DTwMgr.h349 const TwType TW_TYPE_CDSTDSTRING = TwType(0xfff7); variable
H A DTwMgr.cpp3842 else if( _Type==TW_TYPE_STDSTRING || _Type==TW_TYPE_CDSTDSTRING ) in UnrollCDStdString()
4114 …return AddVar(_Bar, _Name, TW_TYPE_CDSTDSTRING, NULL, _ReadOnly, SetCB, GetCB, NULL, &CDStdString,… in AddVar()
4119 || _Type==TW_TYPE_CDSTDSTRING in AddVar()
4278 …assert( !(s.m_IsExt && (m.m_Type==TW_TYPE_STDSTRING || m.m_Type==TW_TYPE_CDSTDSTRING)) ); // for… in AddVar()