Searched refs:editor (Results 1 - 25 of 37) sorted by relevance

12

/haiku/src/apps/diskprobe/
H A DTypeEditors.h19 DataEditor& editor);
21 DataEditor& editor);
32 extern TypeEditorView* GetTypeEditorFor(BRect rect, DataEditor& editor);
35 DataEditor& editor);
H A DTypeEditors.cpp45 StringEditor(DataEditor& editor);
63 MimeTypeEditor(BRect rect, DataEditor& editor);
82 NumberEditor(BRect rect, DataEditor& editor);
104 BooleanEditor(BRect rect, DataEditor& editor);
123 ImageView(DataEditor &editor);
142 MessageView(BRect rect, DataEditor& editor);
163 uint32 resizingMode, uint32 flags, DataEditor& editor)
165 fEditor(editor)
171 DataEditor& editor)
173 fEditor(editor)
162 TypeEditorView(BRect rect, const char *name, uint32 resizingMode, uint32 flags, DataEditor& editor) argument
170 TypeEditorView(const char *name, uint32 flags, DataEditor& editor) argument
205 StringEditor(DataEditor& editor) argument
282 MimeTypeEditor(BRect rect, DataEditor& editor) argument
373 NumberEditor(BRect rect, DataEditor &editor) argument
749 BooleanEditor(BRect rect, DataEditor &editor) argument
846 ImageView(DataEditor &editor) argument
1109 MessageView(BRect rect, DataEditor &editor) argument
1287 GetTypeEditorFor(BRect rect, DataEditor& editor) argument
1345 GetTypeEditorAt(int32 index, BRect rect, DataEditor& editor) argument
[all...]
H A DProbeView.cpp118 DataEditor& editor);
180 DataEditor& editor, BMessenger messenger);
201 int32 index, DataEditor& editor,
398 HeaderView::HeaderView(const entry_ref* ref, DataEditor& editor) argument
400 fAttribute(editor.Attribute()),
401 fFileSize(editor.FileSize()),
402 fBlockSize(editor.BlockSize()),
411 fIconView = new IconView(ref, editor.IsDevice());
423 B_EMPTY_STRING, editor.IsAttribute()
424 ? B_TRANSLATE("Attribute: ") : editor
887 EditorLooper(const char* name, DataEditor& editor, BMessenger target) argument
1022 TypeView(BRect rect, const char* name, int32 index, DataEditor& editor, int32 resizingMode) argument
[all...]
/haiku/src/apps/debugger/user_interface/gui/value/value_handlers/
H A DBoolValueHandler.cpp95 TableCellBoolEditor* editor = new(std::nothrow) local
97 if (editor == NULL)
100 BReference<TableCellBoolEditor> editorReference(editor, true);
101 error = editor->Init();
106 _editor = editor;
H A DFloatValueHandler.cpp95 TableCellFloatEditor* editor = new(std::nothrow) local
97 if (editor == NULL)
100 BReference<TableCellFloatEditor> editorReference(editor, true);
101 error = editor->Init();
106 _editor = editor;
H A DEnumerationValueHandler.cpp88 TableCellEnumerationEditor* editor = new(std::nothrow) local
90 if (editor == NULL)
93 BReference<TableCellEnumerationEditor> editorReference(editor, true);
94 error = editor->Init();
99 _editor = editor;
H A DIntegerValueHandler.cpp205 TableCellIntegerEditor* editor = new(std::nothrow) TableCellIntegerEditor( local
207 if (editor == NULL)
210 BReference<TableCellIntegerEditor> editorReference(editor, true);
211 error = editor->Init();
216 _editor = editor;
/haiku/src/apps/debugger/user_interface/gui/utility_windows/
H A DVariableEditWindow.h24 TableCellValueEditor* editor,
31 TableCellValueEditor* editor,
H A DVariableEditWindow.cpp24 TableCellValueEditor* editor, BHandler* target)
34 fEditor(editor)
57 TableCellValueEditor* editor, BHandler* target)
60 editor, target);
23 VariableEditWindow(Value* initialValue, ValueNode* node, TableCellValueEditor* editor, BHandler* target) argument
56 Create(Value* initialValue, ValueNode* node, TableCellValueEditor* editor, BHandler* target) argument
/haiku/src/add-ons/disk_systems/ntfs/
H A DNTFSAddOn.cpp130 BPartitionParameterEditor** editor)
132 *editor = NULL;
135 *editor = new InitializeNTFSEditor();
129 GetParameterEditor(B_PARAMETER_EDITOR_TYPE type, BPartitionParameterEditor** editor) argument
H A DNTFSAddOn.h28 BPartitionParameterEditor** editor);
/haiku/src/add-ons/disk_systems/fat/
H A DFATAddOn.cpp129 BPartitionParameterEditor** editor)
131 *editor = NULL;
134 *editor = new InitializeFATEditor();
128 GetParameterEditor(B_PARAMETER_EDITOR_TYPE type, BPartitionParameterEditor** editor) argument
H A DFATAddOn.h29 BPartitionParameterEditor** editor);
/haiku/src/add-ons/disk_systems/bfs/
H A DBFSAddOn.h21 BPartitionParameterEditor** editor);
H A DBFSAddOn.cpp188 BPartitionParameterEditor** editor)
190 *editor = NULL;
193 *editor = new InitializeBFSEditor();
187 GetParameterEditor(B_PARAMETER_EDITOR_TYPE type, BPartitionParameterEditor** editor) argument
/haiku/src/add-ons/disk_systems/btrfs/
H A DBTRFSAddOn.h23 BPartitionParameterEditor** editor);
H A DBTRFSAddOn.cpp162 BPartitionParameterEditor** editor)
164 *editor = NULL;
167 *editor = new InitializeBTRFSEditor();
161 GetParameterEditor(B_PARAMETER_EDITOR_TYPE type, BPartitionParameterEditor** editor) argument
/haiku/headers/private/storage/
H A DDiskSystemAddOn.h44 BPartitionParameterEditor** editor);
111 BPartitionParameterEditor** editor);
124 BPartitionParameterEditor** editor);
/haiku/src/kits/storage/disk_device/
H A DDiskSystemAddOn.cpp51 BPartitionParameterEditor** editor)
268 BPartitionHandle::GetContentParameterEditor(BPartitionParameterEditor** editor) argument
276 BPartitionParameterEditor** editor)
50 GetParameterEditor(B_PARAMETER_EDITOR_TYPE type, BPartitionParameterEditor** editor) argument
275 GetParameterEditor(B_PARAMETER_EDITOR_TYPE type, BPartitionParameterEditor** editor) argument
H A DPartitionDelegate.h76 BPartitionParameterEditor** editor) const;
/haiku/src/add-ons/disk_systems/gpt/
H A DGPTPartitionHandle.cpp154 BPartitionParameterEditor** editor)
156 *editor = NULL;
159 *editor = new BPartitionParameterEditor();
153 GetParameterEditor(B_PARAMETER_EDITOR_TYPE type, BPartitionParameterEditor** editor) argument
H A DGPTPartitionHandle.h41 BPartitionParameterEditor** editor);
/haiku/src/add-ons/disk_systems/intel/
H A DExtendedPartitionAddOn.h54 BPartitionParameterEditor** editor);
H A DPartitionMapAddOn.h61 BPartitionParameterEditor** editor);
/haiku/src/apps/haikudepot/textview/
H A DTextDocumentView.h60 const TextEditorRef& editor);

Completed in 133 milliseconds

12