Chatterino
Public Member Functions | Protected Slots | List of all members
chatterino::EditHotkeyDialog Class Reference

#include <EditHotkeyDialog.hpp>

Inheritance diagram for chatterino::EditHotkeyDialog:
[legend]
Collaboration diagram for chatterino::EditHotkeyDialog:
[legend]

Public Member Functions

 EditHotkeyDialog (const std::shared_ptr< Hotkey > data, bool isAdd=false, QWidget *parent=nullptr)
 
 ~EditHotkeyDialog () final
 
std::shared_ptr< Hotkeydata ()
 

Protected Slots

void afterEdit ()
 validates the hotkey More...
 
void updatePossibleActions ()
 updates the list of actions based on the category More...
 
void updateArgumentsInput ()
 updates the arguments description and input visibility More...
 

Constructor & Destructor Documentation

◆ EditHotkeyDialog()

chatterino::EditHotkeyDialog::EditHotkeyDialog ( const std::shared_ptr< Hotkey data,
bool  isAdd = false,
QWidget *  parent = nullptr 
)
explicit
Here is the call graph for this function:

◆ ~EditHotkeyDialog()

chatterino::EditHotkeyDialog::~EditHotkeyDialog ( )
final

Member Function Documentation

◆ afterEdit

void chatterino::EditHotkeyDialog::afterEdit ( )
protectedslot

validates the hotkey

fired by the ok button

Here is the call graph for this function:

◆ data()

std::shared_ptr< Hotkey > chatterino::EditHotkeyDialog::data ( )
Here is the caller graph for this function:

◆ updateArgumentsInput

void chatterino::EditHotkeyDialog::updateArgumentsInput ( )
protectedslot

updates the arguments description and input visibility

fired by the action picker changing

Here is the call graph for this function:

◆ updatePossibleActions

void chatterino::EditHotkeyDialog::updatePossibleActions ( )
protectedslot

updates the list of actions based on the category

fired by the category picker changing

Here is the call graph for this function:

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