Home
last modified time | relevance | path

Searched refs:SelectionModel (Results 1 – 3 of 3) sorted by relevance

/reactos/base/applications/mspaint/
H A Dselectionmodel.cpp11 SelectionModel selectionModel;
15 SelectionModel::SelectionModel() in SelectionModel() function in SelectionModel
27 SelectionModel::~SelectionModel() in ~SelectionModel()
112 BOOL SelectionModel::IsLanded() const in IsLanded()
117 BOOL SelectionModel::TakeOff() in TakeOff()
140 void SelectionModel::Landing() in Landing()
185 void SelectionModel::FlipHorizontally() in FlipHorizontally()
207 void SelectionModel::FlipVertically() in FlipVertically()
392 void SelectionModel::ClearMaskImage() in ClearMaskImage()
401 void SelectionModel::ClearColorImage() in ClearColorImage()
[all …]
H A Dselectionmodel.h11 class SelectionModel
25 SelectionModel();
26 ~SelectionModel();
74 SelectionModel(const SelectionModel&);
75 SelectionModel& operator=(const SelectionModel&);
H A Dprecomp.h137 extern SelectionModel selectionModel;