#include "windowobserver.h"
#include "generic/callbackfwd.h"
Go to the source code of this file.
Data Structures | |
struct | rect_t |
class | SelectionSystemWindowObserver |
Namespaces | |
namespace | scene |
Defines | |
#define | INCLUDED_SELECTION_H |
Typedefs | |
typedef Callback1< rect_t > | RectangleCallback |
Functions | |
SelectionSystemWindowObserver * | NewWindowObserver () |
void | Scene_BoundsSelected (scene::Graph &graph, AABB &bounds) |
#define INCLUDED_SELECTION_H |
Definition at line 23 of file selection.h.
typedef Callback1<rect_t> RectangleCallback |
Definition at line 34 of file selection.h.
SelectionSystemWindowObserver* NewWindowObserver | ( | ) |
void Scene_BoundsSelected | ( | scene::Graph & | graph, | |
AABB & | bounds | |||
) |