#include <weHtmlEntity.h>
Public Member Functions | |
WeRefrenceObject (iweEntity *prnt=NULL) | |
Default constructor. | |
WeRefrenceObject (WeRefrenceObject &entity) | |
Copy constructor. | |
~WeRefrenceObject () | |
Destructor. | |
bool const | IsLocal (void) const |
Is the object's data local. | |
string | LocalLink (void) const |
Access the LocalLink property. | |
void | LocalLink (string local) |
Access the LocalLink property. |
This is the base class for all entities, which have a linked data, i.e images, frames, scripts etc. Linked data may be stored in blob if downloaded.
Definition at line 187 of file weHtmlEntity.h.
WeRefrenceObject::WeRefrenceObject | ( | iweEntity * | prnt = NULL |
) |
WeRefrenceObject::WeRefrenceObject | ( | WeRefrenceObject & | entity | ) |
Copy constructor.
entity | - the entity to make copy of. |
Definition at line 792 of file weHtmlEntity.cpp.
WeRefrenceObject::~WeRefrenceObject | ( | ) |
bool const WeRefrenceObject::IsLocal | ( | void | ) | const [inline] |
Is the object's data local.
true | if object has locally linked data. |
Definition at line 213 of file weHtmlEntity.h.
void WeRefrenceObject::LocalLink | ( | string | local | ) | [inline] |
Access the LocalLink property.
This property allows to use the local copy of the linked objects, and have following format:
Definition at line 204 of file weHtmlEntity.h.
string WeRefrenceObject::LocalLink | ( | void | ) | const [inline] |
Access the LocalLink property.
This property allows to use the local copy of the linked objects, and have following format:
Definition at line 203 of file weHtmlEntity.h.
©2009 Positive Technologies |
Generated on Tue Jul 14 18:27:31 2009 for WebEngine by |
|
1.5.7 |
|