Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

vtkSMServerFileListingProxy Class Reference

Proxy for vtkPVServerFileListing. More...

#include <vtkSMServerFileListingProxy.h>

Inheritance diagram for vtkSMServerFileListingProxy:

Inheritance graph
[legend]
Collaboration diagram for vtkSMServerFileListingProxy:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 vtkTypeRevisionMacro (vtkSMServerFileListingProxy, vtkSMProxy)
void PrintSelf (ostream &os, vtkIndent indent)
virtual void UpdateInformation ()
void SetActiveFileName (const char *name)
virtual char * GetActiveFileName ()
virtual int GetActiveFileIsReadable ()
virtual int GetActiveFileIsDirectory ()

Static Public Member Functions

vtkSMServerFileListingProxyNew ()

Protected Member Functions

 vtkSMServerFileListingProxy ()
 ~vtkSMServerFileListingProxy ()

Protected Attributes

int ActiveFileIsReadable
int ActiveFileIsDirectory
char * ActiveFileName

Detailed Description

Proxy for vtkPVServerFileListing.

This is the proxy for vtkPVServerFileListing. This needs to be a special proxy to provide from a property interface suitable to query methods such as "FileIsReadable", "FileIsDirectory".

Definition at line 28 of file vtkSMServerFileListingProxy.h.


Constructor & Destructor Documentation

vtkSMServerFileListingProxy::vtkSMServerFileListingProxy  )  [protected]
 

vtkSMServerFileListingProxy::~vtkSMServerFileListingProxy  )  [protected]
 


Member Function Documentation

vtkSMServerFileListingProxy* vtkSMServerFileListingProxy::New  )  [static]
 

Reimplemented from vtkSMProxy.

vtkSMServerFileListingProxy::vtkTypeRevisionMacro vtkSMServerFileListingProxy  ,
vtkSMProxy 
 

void vtkSMServerFileListingProxy::PrintSelf ostream &  os,
vtkIndent  indent
 

Reimplemented from vtkSMProxy.

void vtkSMServerFileListingProxy::SetActiveFileName const char *  name  ) 
 

Get/Set the file/dir name on whose information is requested. All queries "FileIsDirectory" and "FileIsReadable" are against this name.

virtual char* vtkSMServerFileListingProxy::GetActiveFileName  )  [virtual]
 

Get/Set the file/dir name on whose information is requested. All queries "FileIsDirectory" and "FileIsReadable" are against this name.

virtual int vtkSMServerFileListingProxy::GetActiveFileIsReadable  )  [virtual]
 

Query if the ActiveFileName refers to a directory.

virtual int vtkSMServerFileListingProxy::GetActiveFileIsDirectory  )  [virtual]
 

Query is the ActiveFileName refers to a readable file.

virtual void vtkSMServerFileListingProxy::UpdateInformation  )  [virtual]
 

Updates all property informations by calling UpdateInformation() and populating the values. It also calls UpdateDependentDomains() on all properties to make sure that domains that depend on the information are updated.

Reimplemented from vtkSMProxy.


Member Data Documentation

int vtkSMServerFileListingProxy::ActiveFileIsReadable [protected]
 

Definition at line 61 of file vtkSMServerFileListingProxy.h.

int vtkSMServerFileListingProxy::ActiveFileIsDirectory [protected]
 

Definition at line 62 of file vtkSMServerFileListingProxy.h.

char* vtkSMServerFileListingProxy::ActiveFileName [protected]
 

Definition at line 63 of file vtkSMServerFileListingProxy.h.


The documentation for this class was generated from the following file:
Generated on Tue May 30 12:44:03 2006 for ParaView by doxygen 1.3.5