Lines Matching refs:PushButton
226 PushButton::~PushButton () in ~PushButton()
231 void PushButton::Check( bool bCheck ) in Check()
239 bool PushButton::IsChecked() const in IsChecked()
244 void PushButton::Toggle() in Toggle()
249 void PushButton::SetToggleHdl( const Link& link ) in SetToggleHdl()
255 IMPL_GET_IMPL( PushButton );
256 IMPL_CONSTRUCTORS( PushButton, Button, "pushbutton" );
257 IMPL_GET_WINDOW (PushButton);
451 BUTTON_IMPL( OKButton, PushButton, BUTTONID_OK );
452 BUTTON_IMPL( CancelButton, PushButton, BUTTONID_CANCEL );
453 BUTTON_IMPL( YesButton, PushButton, BUTTONID_YES );
454 BUTTON_IMPL( NoButton, PushButton, BUTTONID_NO );
455 BUTTON_IMPL( RetryButton, PushButton, BUTTONID_RETRY );
456 BUTTON_IMPL( IgnoreButton, PushButton, BUTTONID_IGNORE );
457 BUTTON_IMPL( ResetButton, PushButton, BUTTONID_RESET );
458 BUTTON_IMPL( ApplyButton, PushButton, BUTTONID_APPLY ); /* Deprecated? */
459 BUTTON_IMPL( HelpButton, PushButton, BUTTONID_HELP );
461 IMPL_CONSTRUCTORS( OKButton, PushButton, "okbutton" );
462 IMPL_CONSTRUCTORS( CancelButton, PushButton, "cancelbutton" );
463 IMPL_CONSTRUCTORS( YesButton, PushButton, "yesbutton" );
464 IMPL_CONSTRUCTORS( NoButton, PushButton, "nobutton" );
465 IMPL_CONSTRUCTORS( RetryButton, PushButton, "retrybutton" );
466 IMPL_CONSTRUCTORS( IgnoreButton, PushButton, "ignorebutton" );
467 IMPL_CONSTRUCTORS( ResetButton, PushButton, "resetbutton" );
468 IMPL_CONSTRUCTORS( ApplyButton, PushButton, "applybutton" ); /* Deprecated? */
469 IMPL_CONSTRUCTORS( HelpButton, PushButton, "helpbutton" );
471 IMPL_IMPL (ImageButton, PushButton)
474 IMPL_CONSTRUCTORS( ImageButton, PushButton, "imagebutton" );
521 ::PushButton *b = static_cast<PushButton*> (mpWindow)->GetPushButton (); in setAlign()
528 ::PushButton *b = static_cast<PushButton*> (mpWindow)->GetPushButton (); in advancedMode()
545 ::PushButton *b = static_cast<PushButton*> (mpWindow)->GetPushButton (); in simpleMode()
627 IMPL_CONSTRUCTORS_BODY( AdvancedButton, PushButton, "advancedbutton", getImpl()->simpleMode () );