Man Linux: Main Page and Category List

NAME

       WebImport.cpp -

SYNOPSIS

       #include <QtGui/qapplication.h>
       #include <QtCore/qtimer.h>
       #include <iostream>
       #include <tulip/TulipPlugin.h>
       #include ’WebImport.h’
       #include <string>
       #include <QtNetwork/qhttp.h>
       #include <QtCore/qeventloop.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’,
         0
       }

   char* rejected_protocols[] [static] Initial value:
        {
         ’https:’, ’ftp:’, ’gopher:’, ’sftp:’, ’javascript:’, ’mms:’, ’mailto:’,
         0
       }

Author

       Generated automatically by Doxygen for Tulip Plugins Library from the
       source code.