26 #define YUILogComponent "ui"
29 #include "YUISymbols.h"
30 #include "YBusyIndicator.h"
53 const std::string & label,
59 YUI_CHECK_NEW( priv );
95 priv->timeout = newTimeout;
121 propSet.
add(
YProperty( YUIProperty_Timeout, YIntegerProperty ) );
122 propSet.
add(
YProperty( YUIProperty_Alive, YBoolProperty ) );
123 propSet.
add(
YProperty( YUIProperty_Label, YStringProperty ) );
136 if ( propertyName == YUIProperty_Timeout )
setTimeout( val.integerVal() );
137 else if ( propertyName == YUIProperty_Alive )
setAlive( val.boolVal() );