10 #ifndef LAYOUTERRORS_HPP 11 #define LAYOUTERRORS_HPP 20 struct LayoutError :
virtual std::exception,
virtual boost::exception { };
54 typedef boost::error_info<struct Info_PanelPriority, int>
PanelPriority;
59 typedef boost::error_info<struct Info_PanelSizeStep, int>
PanelSizeStep;
63 #endif // #ifndef LAYOUTERRORS_HPP A panel that can only be used in one layout was added to another layout.
The base class for errors related to the use of images.
The base class for errors from layout managers.
An attempt was made to add a panel using an invalid priority value.
An operation that requires a panel to be added to a layout was attempted on a panel that is not in an...
General graphics related code.
boost::error_info< struct Info_PanelSizeStep, int > PanelSizeStep
Identifies a Panel's selected size-step in errors.
boost::error_info< struct Info_PanelPriority, int > PanelPriority
Identifies a Panel object's layout priority in errors.
A panel identified by priority key could not be found.