#include "sgliboil.h"#include "sglib.h"#include "scrvw.h"#include "camnet.h"#include "stl.h"#include <list>Go to the source code of this file.
Classes | |
| class | DownloadOpParam |
| Download operation parameter structure - passes the minimum necessary information to the Op All operations derived from DownloadOp should be invoked with parameters derived from this class. More... | |
| class | DownloadOp |
| File download operation. This class is intended as a base class for new Internet-related operations - it has little use on its own. The older internet operations used in Webster 1 are derived straight from Operation and were a bit difficult to implement. More... | |
| class | WebFontInstallParam |
| class | OpAsynchFontInstall |
| This operation will attempt to download and install fonts from a web server to the local machine. More... | |
| class | AsynchBitmapImportParam |
| class | OpAsynchBitmapImport |
| This operation will attempt to download and import a bitmap located on a web server. More... | |
| class | ThumbDownloadParam |
| class | OpThumbDownload |
| Thumbnail download operation. More... | |
| class | AsynchClipartImportParam |
| class | OpAsynchClipartImport |
| This class represents the Undo-able operation to import and open clipart files over the Internet. More... | |
| class | AddWebFoldersParam |
| class | OpAddWebFolders |
| class | OpAddWebLibrary |
Defines | |
| #define | OPTOKEN_OPDOWNLOAD _T("DownloadOp") |
| #define | OPTOKEN_OPASYNCHFONTINSTALL _T("AsynchFontInstall") |
| #define | OPTOKEN_ASYNCHBITMAPIMPORT _T("AsynchBitmapImport") |
| #define | OPTOKEN_OPTHUMBDOWNLOAD _T("ThumbnailDownload") |
| #define | OPTOKEN_OPASYNCHCLIPARTIMPORT _T("AsynchClipartImport") |
| #define | FOLDER_UNMODIFIED 0 |
| #define | FOLDER_UPDATED 1 |
| #define | FOLDER_NEW 2 |
| #define | OPTOKEN_OPADDWEBFOLDERS _T("AddWebFolders") |
| #define | OPTOKEN_OPADDWEBLIBRARY _T("AddWebLibrary") |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.4