qTox  Version: nightly | Commit: bc751c8e1cac455f9690654fcfe0f560d2d7dfdd
Classes | Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes | Static Private Attributes | List of all members
PasswordEdit Class Reference

#include <passwordedit.h>

Inheritance diagram for PasswordEdit:
Inheritance graph
Collaboration diagram for PasswordEdit:
Collaboration graph

Classes

class  EventHandler
 

Public Member Functions

 PasswordEdit (QWidget *parent)
 
 ~PasswordEdit ()
 

Protected Member Functions

virtual void showEvent (QShowEvent *event)
 
virtual void hideEvent (QHideEvent *event)
 

Private Member Functions

void registerHandler ()
 
void unregisterHandler ()
 

Private Attributes

QAction * action
 

Static Private Attributes

static EventHandlereventHandler {nullptr}
 

Detailed Description

Definition at line 25 of file passwordedit.h.

Constructor & Destructor Documentation

◆ PasswordEdit()

PasswordEdit::PasswordEdit ( QWidget *  parent)
explicit

Definition at line 33 of file passwordedit.cpp.

◆ ~PasswordEdit()

PasswordEdit::~PasswordEdit ( )

Definition at line 46 of file passwordedit.cpp.

Here is the call graph for this function:

Member Function Documentation

◆ hideEvent()

void PasswordEdit::hideEvent ( QHideEvent *  event)
protectedvirtual

Definition at line 84 of file passwordedit.cpp.

Here is the call graph for this function:

◆ registerHandler()

void PasswordEdit::registerHandler ( )
private

Definition at line 51 of file passwordedit.cpp.

Here is the caller graph for this function:

◆ showEvent()

void PasswordEdit::showEvent ( QShowEvent *  event)
protectedvirtual

Definition at line 76 of file passwordedit.cpp.

Here is the call graph for this function:

◆ unregisterHandler()

void PasswordEdit::unregisterHandler ( )
private

Definition at line 61 of file passwordedit.cpp.

Here is the caller graph for this function:

Member Data Documentation

◆ action

QAction* PasswordEdit::action
private

Definition at line 52 of file passwordedit.h.

◆ eventHandler

PasswordEdit::EventHandler * PasswordEdit::eventHandler {nullptr}
staticprivate

Definition at line 54 of file passwordedit.h.


The documentation for this class was generated from the following files: