WebImport.cpp

Langue: en

Version: 290836 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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',
   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.