|
LibreOffice Module svtools (master) 1
|
#include <imagemgr.hxx>
Public Member Functions | |
| VolumeInfo () | |
| VolumeInfo (bool _bIsVolume, bool _bIsRemote, bool _bIsRemoveable, bool _bIsFloppy, bool _bIsCompactDisc) | |
Public Attributes | |
| bool | m_bIsVolume |
| bool | m_bIsRemote |
| bool | m_bIsRemoveable |
| bool | m_bIsFloppy |
| bool | m_bIsCompactDisc |
Definition at line 88 of file imagemgr.hxx.
|
inline |
Definition at line 96 of file imagemgr.hxx.
|
inline |
Definition at line 103 of file imagemgr.hxx.
| bool svtools::VolumeInfo::m_bIsCompactDisc |
Definition at line 94 of file imagemgr.hxx.
Referenced by SvFileInformationManager::GetFolderDescription(), GetFolderDescriptionId_Impl(), SvFileInformationManager::GetFolderImageId(), GetFolderImageId_Impl(), and GetVolumeProperties_Impl().
| bool svtools::VolumeInfo::m_bIsFloppy |
Definition at line 93 of file imagemgr.hxx.
Referenced by SvFileInformationManager::GetFolderDescription(), GetFolderDescriptionId_Impl(), SvFileInformationManager::GetFolderImageId(), and GetVolumeProperties_Impl().
| bool svtools::VolumeInfo::m_bIsRemote |
Definition at line 91 of file imagemgr.hxx.
Referenced by SvFileInformationManager::GetFolderDescription(), GetFolderDescriptionId_Impl(), SvFileInformationManager::GetFolderImageId(), GetFolderImageId_Impl(), and GetVolumeProperties_Impl().
| bool svtools::VolumeInfo::m_bIsRemoveable |
Definition at line 92 of file imagemgr.hxx.
Referenced by SvFileInformationManager::GetFolderDescription(), GetFolderDescriptionId_Impl(), SvFileInformationManager::GetFolderImageId(), GetFolderImageId_Impl(), and GetVolumeProperties_Impl().
| bool svtools::VolumeInfo::m_bIsVolume |
Definition at line 90 of file imagemgr.hxx.
Referenced by SvFileInformationManager::GetFolderDescription(), GetFolderDescriptionId_Impl(), SvFileInformationManager::GetFolderImageId(), GetFolderImageId_Impl(), and GetVolumeProperties_Impl().