libyui
3.0.10
|
#include <YUIException.h>
Public Member Functions | |
YUIInvalidChildException (YWidget *container, YWidget *child=0) | |
YWidget * | container () const |
YWidget * | child () const |
Protected Member Functions | |
virtual std::ostream & | dumpOn (std::ostream &str) const |
Exception class for "invalid child". One of:
Definition at line 696 of file YUIException.h.
YWidget* YUIInvalidChildException< YWidget >::child | ( | ) | const [inline] |
Returns the child widget.
Definition at line 718 of file YUIException.h.
YWidget* YUIInvalidChildException< YWidget >::container | ( | ) | const [inline] |
Returns the container widget whose child should be removed etc.
Definition at line 713 of file YUIException.h.
virtual std::ostream& YUIInvalidChildException< YWidget >::dumpOn | ( | std::ostream & | str | ) | const [inline, protected, virtual] |
Write proper error message with all relevant data. Reimplemented from YUIException.
Reimplemented from YUIException.
Definition at line 726 of file YUIException.h.