webimport.cpp(3)
NAME
WebImport.cpp
SYNOPSIS
#include <QtGui/qapplication.h> #include <QtCore/qtimer.h> #include <iostream> #include <tulip/TulipPlugin.h> #include 'WebImport.h' Classes class UrlElement struct std::less< UrlElement > struct WebImport Namespaces namespace std Variables static char * not_html_extensions [] static char * rejected_protocols []
Variable Documentation
- char* not_html_extensions[] [static]
- Initial value:
{'.bmp', '.css', '.doc', '.ico', '.exe', '.gif', '.gz', '.js', '.jpeg', '.jpg', '.pdf', ',.png', '.ps', '.tar', '.tgz', '.wav', '.zip', '.z',} - char* rejected_protocols[] [static]
- Initial value:
{'https:', 'ftp:', 'gopher:', 'sftp:', 'javascript:', 'mms:', 'mailto:',}
Author
- Generated automatically by Doxygen for Tulip Plugins Library from the
source code.