|
ImagingTools Core SDK
|
#include <IUrlParam.h>
Inherits iser::ISerializable.
Inherited by imtbase::CDelegatedUrlParamComp [virtual], and imtbase::CUrlParam [virtual].
Public Member Functions | |
| virtual const QUrl & | GetUrl () const =0 |
| virtual bool | SetUrl (const QUrl &url)=0 |
| virtual bool | IsReadOnly () const =0 |
Interface for an object containing URL.
Definition at line 19 of file IUrlParam.h.
|
pure virtual |
Get the object URL.
|
pure virtual |
Return true, if the URL is readonly.
|
pure virtual |
Set the object URL.