Cafu Engine
ToolOptionsBars.hpp File Reference

This file contains the declarations of the tool options bars. More...

#include "wx/wx.h"
#include "wx/spinctrl.h"
Include dependency graph for ToolOptionsBars.hpp:

Go to the source code of this file.

Classes

class  OptionsBar_SelectionToolT
 The options bar for the Selection tool. More...
 
class  OptionsBar_CameraToolT
 The options bar for the Camera tool. More...
 
class  OptionsBar_NewBrushToolT
 The options bar for the New Brush tool. More...
 
struct  OptionsBar_NewBrushToolT::BrushTypeInfoT
 
class  OptionsBar_NewEntityToolT
 The options bar for the New Entity tool. More...
 
class  OptionsBar_NewBezierPatchToolT
 The options bar for the New Bezier Patch tool. More...
 
class  OptionsBar_NewTerrainToolT
 The options bar for the New Terrain tool. More...
 
class  OptionsBar_NewDecalToolT
 The options bar for the New Decal tool. More...
 
class  OptionsBar_EditFacePropsToolT
 The options bar for the Edit Face Properties tool. More...
 
class  OptionsBar_ClipBrushesToolT
 The options bar for the Clip Brushes tool. More...
 
class  OptionsBar_EditVerticesToolT
 The options bar for the Edit Vertices tool. More...
 

Detailed Description

This file contains the declarations of the tool options bars.

The bars are all derived from wxPanels, and add only little functionality. Having them as separate classes makes many things a lot cleaner and clearer, though.