| 
    qTox
    Version: nightly | Commit: bc751c8e1cac455f9690654fcfe0f560d2d7dfdd
    
   | 
 
#include <notificationicon.h>
Public Member Functions | |
| NotificationIcon (QSize size) | |
| QRectF | boundingRect () const override | 
| void | paint (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) override | 
| void | setWidth (qreal width) override | 
| qreal | getAscent () const override | 
  Public Member Functions inherited from ChatLineContent | |
| int | getColumn () const | 
| int | type () const final | 
| virtual void | selectionMouseMove (QPointF scenePos) | 
| virtual void | selectionStarted (QPointF scenePos) | 
| virtual void | selectionCleared () | 
| virtual void | selectionDoubleClick (QPointF scenePos) | 
| virtual void | selectionTripleClick (QPointF scenePos) | 
| virtual void | selectionFocusChanged (bool focusIn) | 
| virtual bool | isOverSelection (QPointF scenePos) const | 
| virtual QString | getSelectedText () const | 
| virtual void | fontChanged (const QFont &font) | 
| virtual QString | getText () const | 
| virtual void | visibilityChanged (bool visible) | 
| virtual void | reloadTheme () | 
Private Slots | |
| void | updateGradient () | 
Private Attributes | |
| QSize | size | 
| QPixmap | pmap | 
| QLinearGradient | grad | 
| QTimer | updateTimer | 
| qreal | dotWidth = 0.2 | 
| qreal | alpha = 0.0 | 
Static Private Attributes | |
| static constexpr int | framerate = 30 | 
Additional Inherited Members | |
  Public Types inherited from ChatLineContent | |
| enum | GraphicsItemType { ChatLineContentType = QGraphicsItem::UserType + 1 } | 
Definition at line 28 of file notificationicon.h.
      
  | 
  explicit | 
      
  | 
  overridevirtual | 
Implements ChatLineContent.
Definition at line 41 of file notificationicon.cpp.
      
  | 
  overridevirtual | 
Reimplemented from ChatLineContent.
Definition at line 69 of file notificationicon.cpp.
      
  | 
  overridevirtual | 
Implements ChatLineContent.
Definition at line 46 of file notificationicon.cpp.
      
  | 
  overridevirtual | 
Implements ChatLineContent.
Definition at line 64 of file notificationicon.cpp.
      
  | 
  privateslot | 
      
  | 
  private | 
Definition at line 52 of file notificationicon.h.
      
  | 
  private | 
Definition at line 51 of file notificationicon.h.
      
  | 
  staticconstexprprivate | 
Definition at line 44 of file notificationicon.h.
      
  | 
  private | 
Definition at line 48 of file notificationicon.h.
      
  | 
  private | 
Definition at line 47 of file notificationicon.h.
      
  | 
  private | 
Definition at line 46 of file notificationicon.h.
      
  | 
  private | 
Definition at line 49 of file notificationicon.h.
 1.8.17