Home
last modified time | relevance | path

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

/trunk/main/vcl/inc/vcl/
H A Dsalnativewidgets.hxx274 ButtonValue mTristate; // Tristate value: on, off, mixed member in ImplControlValue
279 , mTristate( i_eTriState ) in ImplControlValue()
285 : mType( CTRL_GENERIC ), mTristate(nTristate), mNumber(0) {} in ImplControlValue()
287 : mType( CTRL_GENERIC ), mTristate(BUTTONVALUE_DONTKNOW), mNumber( nNumeric) {} in ImplControlValue()
289 : mType( CTRL_GENERIC ), mTristate(BUTTONVALUE_DONTKNOW), mNumber(0) {} in ImplControlValue()
295 inline ButtonValue getTristateVal( void ) const { return mTristate; } in getTristateVal()
296 inline void setTristateVal( ButtonValue nTristate ) { mTristate = nTristate; } in setTristateVal()

Completed in 17 milliseconds