Home
last modified time | relevance | path

Searched refs:NeedsEditor (Results 1 – 6 of 6) sorted by relevance

/haiku/src/apps/drivesetup/
H A DChangeParametersPanel.cpp159 ChangeParametersPanel::NeedsEditor() const in NeedsEditor() function in ChangeParametersPanel
168 return !NeedsEditor(); in ValidWithoutEditor()
H A DCreateParametersPanel.h33 virtual bool NeedsEditor() const;
H A DAbstractParametersPanel.h42 virtual bool NeedsEditor() const;
H A DAbstractParametersPanel.cpp204 if (fEditor == NULL && NeedsEditor()) { in Go()
257 AbstractParametersPanel::NeedsEditor() const in NeedsEditor() function in AbstractParametersPanel
H A DChangeParametersPanel.h41 virtual bool NeedsEditor() const;
H A DCreateParametersPanel.cpp105 CreateParametersPanel::NeedsEditor() const in NeedsEditor() function in CreateParametersPanel