messageviewer
#include "mailwebview.h"
#include "scamdetection/scamdetection.h"
#include "scamdetection/scamcheckshorturl.h"
#include "adblock/adblockblockableitemsdialog.h"
#include "adblock/webpage.h"
#include <KDebug>
#include <KActionCollection>
#include <KAction>
#include <QCoreApplication>
#include <QContextMenuEvent>
#include <QWebFrame>
#include <QWebElement>
#include <QLabel>
#include <QToolTip>
#include <limits>
#include <cassert>
#include "mailwebview.moc"
 
Go to the source code of this file.
  
  
      
        
          | static QWebPage::FindFlags convert_flags  | 
          ( | 
          MailWebView::FindFlags  | 
          f | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
  
  
      
        
          | static void handleDuplicateLinkElements  | 
          ( | 
          const QWebElement &  | 
          element,  | 
         
        
           | 
           | 
          QHash< QString, QChar > *  | 
          dupLinkList,  | 
         
        
           | 
           | 
          QChar *  | 
          accessKey  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
  
  
      
        
          | static bool has_parent_div_with_id  | 
          ( | 
          const QWebElement &  | 
          start,  | 
         
        
           | 
           | 
          const QString &  | 
          id  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
  
  
      
        
          | static bool isEditableElement  | 
          ( | 
          QWebPage *  | 
          page | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
  
  
      
        
          | static bool isHiddenElement  | 
          ( | 
          const QWebElement &  | 
          element | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
  
  
      
        
          | static QString linkElementKey  | 
          ( | 
          const QWebElement &  | 
          element | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
 
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:58 by
doxygen 1.8.7 written
by 
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.