Searched refs:GetName (Results 276 - 300 of 325) sorted by last modified time

<<111213

/haiku/src/apps/icon-o-matic/shape/commands/
H A DFlipPointsCommand.h28 virtual void GetName(BString& name);
H A DInsertPointCommand.h28 virtual void GetName(BString& name);
H A DPathCommand.cpp41 // GetName
43 PathCommand::GetName(BString& name) function in class:PathCommand
H A DPathCommand.h29 virtual void GetName(BString& name);
H A DRemovePointsCommand.h36 virtual void GetName(BString& name);
H A DReversePathCommand.h22 virtual void GetName(BString& name);
H A DRotatePathIndicesCommand.h21 virtual void GetName(BString& name);
H A DSplitPointsCommand.h28 virtual void GetName(BString& name);
/haiku/src/apps/icon-o-matic/style/
H A DSetColorCommand.h36 virtual void GetName(BString& name);
H A DSetGradientCommand.h35 virtual void GetName(BString& name);
/haiku/src/apps/icon-o-matic/transformable/
H A DResetTransformationCommand.h37 virtual void GetName(BString& name);
/haiku/src/apps/mediaplayer/support/
H A DCommand.cpp54 // GetName
56 Command::GetName(BString& name) function in class:Command
H A DCommand.h28 virtual void GetName(BString& name);
H A DCommandStack.cpp118 fUndoHistory.top()->GetName(name);
134 fRedoHistory.top()->GetName(name);
/haiku/src/apps/packageinstaller/
H A DPackageInfo.h28 const char *GetName() { return fName.String(); } function in class:PackageInfo
/haiku/src/apps/resedit/
H A DInternalEditors.h29 const char * GetName(void) const { return fNameBox->Text(); } function in class:StringEditView
H A DNumberEditors.cpp21 if (data->GetName())
22 SetTitle(data->GetName());
28 fView->SetName(data->GetName());
44 GetData()->SetName(fView->GetName());
H A DResourceData.h40 const char * GetName(void) const { return fName.String(); } function in class:ResourceData
/haiku/src/apps/soundrecorder/
H A DSoundListView.cpp73 fEntry.GetName(name);
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DAttribute.h33 status_t GetName(char* name, size_t* _nameLength);
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DRootVolume.cpp118 strcpy(info->volume_name, GetName());
H A DShareAttrDir.h26 const char* GetName() const;
H A DShareNode.cpp41 // GetName
43 ShareDirEntry::GetName() const function in class:ShareDirEntry
H A DShareNode.h32 const char* GetName() const;
H A DVirtualDir.cpp35 // GetName
37 VirtualDirEntry::GetName() const function in class:VirtualDirEntry
109 *name = fCurrentEntry->GetName();
169 RemoveEntry(entry->GetName());

Completed in 183 milliseconds

<<111213