#include <GDocView.h>

Public Member Functions | |
| LoadType | GetContent (LoadJob *&j) |
| bool | OnNavigate (char *Uri) |
| Handle a click on URI. | |
This class defines the default behaviour of the environment, However you will need to instantiate this yourself and call SetEnv with your instance. i.e. it's not automatic.
| GDocumentEnv::LoadType GDefaultDocumentEnv::GetContent | ( | LoadJob *& | j | ) | [virtual] |
Asks the env to get some data linked from the document, e.g. a css file or an iframe source etc. If the GetContent implementation takes ownership of the job pointer then it should set 'j' to NULL.
Reimplemented from GDocumentEnv.
References LoadDC().
1.5.7.1