![]() |
Public API Reference |
![]() |
This interface represents a reference to a library file. More...
#include <imap/saverref.h>
Public Member Functions | |
virtual bool | GetCheckDupes () const =0 |
Get whether we should check dupes. | |
virtual const char * | GetFile () const =0 |
Get the file name of the library reference. | |
virtual const char * | GetPath () const =0 |
Get the path of the library reference. | |
virtual iObject * | QueryObject ()=0 |
Get the iObject for this interface. |
This interface represents a reference to a library file.
Definition at line 56 of file saverref.h.
virtual bool iLibraryReference::GetCheckDupes | ( | ) | const [pure virtual] |
Get whether we should check dupes.
Implemented in csLibraryReference.
virtual const char* iLibraryReference::GetFile | ( | ) | const [pure virtual] |
Get the file name of the library reference.
Implemented in csLibraryReference.
virtual const char* iLibraryReference::GetPath | ( | ) | const [pure virtual] |
Get the path of the library reference.
Implemented in csLibraryReference.
virtual iObject* iLibraryReference::QueryObject | ( | ) | [pure virtual] |
Get the iObject for this interface.
Implemented in csLibraryReference.