ParaView
Public Types | Public Member Functions | Protected Member Functions | Protected Attributes
pqFileDialogModelIconProvider Class Reference

#include <pqFileDialogModel.h>

List of all members.

Public Types

enum  IconType {
  Computer, Drive, Folder, File,
  FolderLink, FileLink, NetworkRoot, NetworkDomain,
  NetworkFolder
}

Public Member Functions

 pqFileDialogModelIconProvider ()
QIcon icon (IconType t) const
QIcon icon (vtkPVFileInformation::FileTypes f) const

Protected Member Functions

QIcon icon (const QFileInfo &info) const
QIcon icon (QFileIconProvider::IconType ico) const

Protected Attributes

QIcon FolderLinkIcon
QIcon FileLinkIcon
QIcon DomainIcon
QIcon NetworkIcon

Detailed Description

Definition at line 139 of file pqFileDialogModel.h.


Member Enumeration Documentation

Enumerator:
Computer 
Drive 
Folder 
File 
FolderLink 
FileLink 
NetworkRoot 
NetworkDomain 
NetworkFolder 

Definition at line 142 of file pqFileDialogModel.h.


Constructor & Destructor Documentation

pqFileDialogModelIconProvider::pqFileDialogModelIconProvider ( )

Member Function Documentation

QIcon pqFileDialogModelIconProvider::icon ( IconType  t) const
QIcon pqFileDialogModelIconProvider::icon ( vtkPVFileInformation::FileTypes  f) const
QIcon pqFileDialogModelIconProvider::icon ( const QFileInfo &  info) const [protected]
QIcon pqFileDialogModelIconProvider::icon ( QFileIconProvider::IconType  ico) const [protected]

Member Data Documentation

Definition at line 152 of file pqFileDialogModel.h.

Definition at line 153 of file pqFileDialogModel.h.

Definition at line 154 of file pqFileDialogModel.h.

Definition at line 155 of file pqFileDialogModel.h.


The documentation for this class was generated from the following file: