26 #define YUILogComponent "ui"
29 #include "YUISymbols.h"
30 #include "YCheckBoxFrame.h"
38 , invertAutoEnable(
false )
43 bool invertAutoEnable;
50 const std::string & label,
55 YUI_CHECK_NEW( priv );
77 return priv->autoEnable;
88 return priv->invertAutoEnable;
105 yuiDebug() << ( enabled ?
"Enabling" :
"Disabling" ) <<
" child widgets of " <<
this << std::endl;
123 propSet.
add(
YProperty( YUIProperty_Value, YBoolProperty ) );
124 propSet.
add(
YProperty( YUIProperty_Label, YStringProperty ) );
137 if ( propertyName == YUIProperty_Value )
setValue( val.boolVal() );