The options bar for the Clip Brushes tool. More...
#include "ToolOptionsBars.hpp"

Public Types | |
| enum | ClipModeT { KeepFront, KeepBack, KeepBoth } |
| This enumeration describes the clip mode of the clip brushes tool. More... | |
Public Member Functions | |
| OptionsBar_ClipBrushesToolT (wxWindow *Parent, ToolClipT &ToolClipBrushes) | |
| The constructor. More... | |
| ClipModeT | GetClipMode () const |
| Returns the current clip mode. More... | |
| void | CycleClipMode () |
| Switches to the next clip mode, and wraps if necessary. More... | |
The options bar for the Clip Brushes tool.
This enumeration describes the clip mode of the clip brushes tool.
| OptionsBar_ClipBrushesToolT::OptionsBar_ClipBrushesToolT | ( | wxWindow * | Parent, |
| ToolClipT & | ToolClipBrushes | ||
| ) |
The constructor.
| void OptionsBar_ClipBrushesToolT::CycleClipMode | ( | ) |
Switches to the next clip mode, and wraps if necessary.
This also calls the NoteClipModeChanged() method of the m_ToolClipBrushes (as if the user had changed the clip mode manually).
| OptionsBar_ClipBrushesToolT::ClipModeT OptionsBar_ClipBrushesToolT::GetClipMode | ( | ) | const |
Returns the current clip mode.