Lines Matching defs:BVolume

27 // Creates an uninitialized BVolume object.
28 BVolume::BVolume()
35 // Creates a BVolume and initializes it to the volume specified by the
37 BVolume::BVolume(dev_t device)
45 // Creates a copy of the supplied BVolume object.
46 BVolume::BVolume(const BVolume &volume)
54 BVolume::~BVolume()
61 BVolume::InitCheck(void) const
70 BVolume::SetTo(dev_t device)
90 // Brings the BVolume object to an uninitialized state.
92 BVolume::Unset()
101 BVolume::Device() const
110 BVolume::GetRootDirectory(BDirectory *directory) const
131 BVolume::Capacity() const
145 BVolume::FreeBytes() const
159 BVolume::BlockSize() const
176 BVolume::GetName(char *name) const
193 BVolume::SetName(const char *name)
246 BVolume::GetIcon(BBitmap *icon, icon_size which) const
263 BVolume::GetIcon(uint8** _data, size_t* _size, type_code* _type) const
281 BVolume::IsRemovable() const
295 BVolume::IsReadOnly(void) const
309 BVolume::IsPersistent(void) const
323 BVolume::IsShared(void) const
337 BVolume::KnowsMime(void) const
351 BVolume::KnowsAttr(void) const
365 BVolume::KnowsQuery(void) const
377 // Returns whether or not the supplied BVolume object is a equal
380 BVolume::operator==(const BVolume &volume) const
386 // Returns whether or not the supplied BVolume object is NOT equal
389 BVolume::operator!=(const BVolume &volume) const
395 // Assigns the supplied BVolume object to this volume.
396 BVolume&
397 BVolume::operator=(const BVolume &volume)
408 void BVolume::_TurnUpTheVolume1() {}
409 void BVolume::_TurnUpTheVolume2() {}
410 void BVolume::_TurnUpTheVolume3() {}
411 void BVolume::_TurnUpTheVolume4() {}
412 void BVolume::_TurnUpTheVolume5() {}
413 void BVolume::_TurnUpTheVolume6() {}
414 void BVolume::_TurnUpTheVolume7() {}
415 void BVolume::_TurnUpTheVolume8() {}