Searched refs:fEditorView (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/icon-o-matic/generic/property/view/
H A DPropertyItemView.cpp31 fEditorView(/*factory->*/EditorFor(property)),
37 if (fEditorView) {
38 AddChild(fEditorView);
39 fEditorView->SetItemView(this);
101 if (fEditorView) {
102 fEditorView->MoveTo(fLabelWidth, 0.0);
103 fEditorView->ResizeTo(width - fLabelWidth, height);
104 fEditorView->FrameResized(fEditorView->Bounds().Width(),
105 fEditorView
[all...]
H A DPropertyItemView.h57 PropertyEditorView* fEditorView; member in class:PropertyItemView

Completed in 42 milliseconds