Lines Matching refs:PushButton
225 PushButton::~PushButton () in ~PushButton()
230 void PushButton::Check( bool bCheck ) in Check()
237 bool PushButton::IsChecked() const in IsChecked()
242 void PushButton::Toggle() in Toggle()
247 void PushButton::SetToggleHdl( const Link& link ) in SetToggleHdl()
253 IMPL_GET_IMPL( PushButton );
254 IMPL_CONSTRUCTORS( PushButton, Button, "pushbutton" );
255 IMPL_GET_WINDOW (PushButton);
449 BUTTON_IMPL( OKButton, PushButton, BUTTONID_OK );
450 BUTTON_IMPL( CancelButton, PushButton, BUTTONID_CANCEL );
451 BUTTON_IMPL( YesButton, PushButton, BUTTONID_YES );
452 BUTTON_IMPL( NoButton, PushButton, BUTTONID_NO );
453 BUTTON_IMPL( RetryButton, PushButton, BUTTONID_RETRY );
454 BUTTON_IMPL( IgnoreButton, PushButton, BUTTONID_IGNORE );
455 BUTTON_IMPL( ResetButton, PushButton, BUTTONID_RESET );
456 BUTTON_IMPL( ApplyButton, PushButton, BUTTONID_APPLY ); /* Deprecated? */
457 BUTTON_IMPL( HelpButton, PushButton, BUTTONID_HELP );
459 IMPL_CONSTRUCTORS( OKButton, PushButton, "okbutton" );
460 IMPL_CONSTRUCTORS( CancelButton, PushButton, "cancelbutton" );
461 IMPL_CONSTRUCTORS( YesButton, PushButton, "yesbutton" );
462 IMPL_CONSTRUCTORS( NoButton, PushButton, "nobutton" );
463 IMPL_CONSTRUCTORS( RetryButton, PushButton, "retrybutton" );
464 IMPL_CONSTRUCTORS( IgnoreButton, PushButton, "ignorebutton" );
465 IMPL_CONSTRUCTORS( ResetButton, PushButton, "resetbutton" );
466 IMPL_CONSTRUCTORS( ApplyButton, PushButton, "applybutton" ); /* Deprecated? */
467 IMPL_CONSTRUCTORS( HelpButton, PushButton, "helpbutton" );
469 IMPL_IMPL (ImageButton, PushButton)
472 IMPL_CONSTRUCTORS( ImageButton, PushButton, "imagebutton" );
519 ::PushButton *b = static_cast<PushButton*> (mpWindow)->GetPushButton (); in setAlign()
526 ::PushButton *b = static_cast<PushButton*> (mpWindow)->GetPushButton (); in advancedMode()
543 ::PushButton *b = static_cast<PushButton*> (mpWindow)->GetPushButton (); in simpleMode()
625 IMPL_CONSTRUCTORS_BODY( AdvancedButton, PushButton, "advancedbutton", getImpl().simpleMode () );