The Battle for Wesnoth  1.19.0-dev
Classes | Namespaces
layout_exception.hpp File Reference

Defines the exception classes for the layout algorithm. More...

#include <exception>
Include dependency graph for layout_exception.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  gui2::layout_exception_width_modified
 Exception thrown when the width has been modified during resizing. More...
 
struct  gui2::layout_exception_resize_failed
 Basic exception when the layout doesn't fit. More...
 
struct  gui2::layout_exception_width_resize_failed
 Exception thrown when the width resizing has failed. More...
 
struct  gui2::layout_exception_height_resize_failed
 Exception thrown when the height resizing has failed. More...
 

Namespaces

 gui2
 Generic file dialog.
 

Detailed Description

Defines the exception classes for the layout algorithm.

Definition in file layout_exception.hpp.