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

12

/haiku/src/apps/diskprobe/
H A DDataEditor.cpp38 StateWatcher(DataEditor &editor);
149 StateWatcher::StateWatcher(DataEditor &editor) argument
151 fEditor(editor)
153 fCouldUndo = editor.CanUndo();
154 fCouldRedo = editor.CanRedo();
155 fWasModified = editor.IsModified();
398 DataEditor::DataEditor(const DataEditor &editor) argument
H A DDataEditor.h31 DataEditor(const DataEditor& editor);
H A DDataView.h32 DataView(DataEditor& editor);
H A DDataView.cpp96 DataView::DataView(DataEditor &editor) argument
98 fEditor(editor),
/haiku/src/add-ons/disk_systems/intel/
H A DPartitionMapAddOn.cpp337 BPartitionParameterEditor** editor)
339 *editor = NULL;
343 *editor = new PrimaryPartitionEditor();
336 GetParameterEditor(B_PARAMETER_EDITOR_TYPE type, BPartitionParameterEditor** editor) argument
H A DExtendedPartitionAddOn.cpp312 BPartitionParameterEditor** editor)
314 *editor = NULL;
311 GetParameterEditor(B_PARAMETER_EDITOR_TYPE type, BPartitionParameterEditor** editor) argument
/haiku/src/kits/storage/disk_device/
H A DPartitionDelegate.cpp497 BPartitionParameterEditor** editor) const
502 return fPartitionHandle->GetParameterEditor(type, editor);
H A DPartition.cpp1073 BPartitionParameterEditor** editor)
1083 return fDelegate->GetParameterEditor(type, editor);
1089 return parent->fDelegate->GetParameterEditor(type, editor);
1072 GetParameterEditor(B_PARAMETER_EDITOR_TYPE type, BPartitionParameterEditor** editor) argument
/haiku/src/apps/haikudepot/textview/
H A DTextDocumentView.cpp309 TextDocumentView::SetTextEditor(const TextEditorRef& editor) argument
311 if (fTextEditor == editor)
320 fTextEditor = editor;
/haiku/headers/private/storage/
H A DPartition.h136 BPartitionParameterEditor** editor);
/haiku/src/apps/text_search/
H A DGrepWindow.cpp475 B_TRANSLATE("Open files in code editor"), new BMessage(MSG_INVOKE_EDITOR));
1584 // Find the preferred code editor
1589 entry_ref editor; local
1590 if (be_roster->FindApp(editorSig, &editor) != B_OK)
1593 if (be_roster->IsRunning(&editor)) {
1594 BMessenger msngr(NULL, be_roster->TeamFor(&editor));
1598 if (be_roster->Launch(&editor, &message) != B_OK)
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp3431 TableCellValueEditor* editor = NULL; local
3433 renderer != NULL ? renderer->GetSettings() : NULL, editor);
3434 if (error != B_OK || editor == NULL)
3437 BReference<TableCellValueEditor> editorReference(editor, true);
3440 fEditWindow = VariableEditWindow::Create(value, valueNode, editor,

Completed in 183 milliseconds

12