Searched refs:PropertyEditorView (Results 1 - 15 of 15) sorted by relevance

/haiku/src/apps/icon-o-matic/generic/property/view/
H A DPropertyEditorFactory.h15 class PropertyEditorView;
17 PropertyEditorView* EditorFor(Property* property);
H A DPropertyEditorView.cpp9 #include "PropertyEditorView.h"
17 PropertyEditorView::PropertyEditorView() function in class:PropertyEditorView
27 PropertyEditorView::~PropertyEditorView()
33 PropertyEditorView::Draw(BRect updateRect)
41 PropertyEditorView::MouseDown(BPoint where)
51 PropertyEditorView::MouseUp(BPoint where)
61 PropertyEditorView::MouseMoved(BPoint where, uint32 transit, const BMessage* dragMessage)
71 PropertyEditorView
[all...]
H A DPropertyEditorView.h17 class PropertyEditorView : public BView { class in inherits:BView
19 PropertyEditorView();
20 virtual ~PropertyEditorView();
30 // PropertyEditorView
H A DPropertyItemView.h15 class PropertyEditorView;
57 PropertyEditorView* fEditorView;
H A DPropertyEditorFactory.cpp26 PropertyEditorView*
/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DTextInputValueView.h12 #include "PropertyEditorView.h"
22 class TextInputValueView : public PropertyEditorView {
H A DBoolValueView.h13 #include "PropertyEditorView.h"
15 class BoolValueView : public PropertyEditorView {
29 // PropertyEditorView interface
H A DColorValueView.h13 #include "PropertyEditorView.h"
17 class ColorValueView : public PropertyEditorView {
30 // PropertyEditorView interface
H A DIconValueView.h13 #include "PropertyEditorView.h"
17 class IconValueView : public PropertyEditorView {
25 // PropertyEditorView interface
H A DOptionValueView.h15 #include "PropertyEditorView.h"
17 class OptionValueView : public PropertyEditorView {
H A DTextInputValueView.cpp25 : PropertyEditorView()
81 PropertyEditorView::MessageReceived(message);
H A DOptionValueView.cpp25 : PropertyEditorView(),
105 PropertyEditorView::MakeFocus(focused);
124 PropertyEditorView::MessageReceived(message);
185 PropertyEditorView::KeyDown(bytes, numBytes);
209 PropertyEditorView::ValueChanged();
H A DBoolValueView.cpp17 : PropertyEditorView(),
81 PropertyEditorView::MakeFocus(focused);
118 PropertyEditorView::KeyDown(bytes, numBytes);
H A DColorValueView.cpp28 : PropertyEditorView(),
98 PropertyEditorView::MessageReceived(message);
H A DIconValueView.cpp21 : PropertyEditorView(),
61 PropertyEditorView::Draw(updateRect);

Completed in 50 milliseconds