| 
    Guitar
    
   | 
 
#include <UserEvent.h>

Public Types | |
| typedef std::variant< StartEventData, CloneRepositoryEventData > | variant_t | 
Public Member Functions | |
| UserEventHandler (MainWindow *mw) | |
| void | operator() (StartEventData const &e) | 
| void | operator() (CloneRepositoryEventData const &e) | 
| void | go (UserEvent *e) | 
Public Attributes | |
| MainWindow * | mainwindow | 
| typedef std::variant< StartEventData, CloneRepositoryEventData > UserEventHandler::variant_t | 
      
  | 
  inline | 
      
  | 
  inline | 
| void UserEventHandler::operator() | ( | CloneRepositoryEventData const & | e | ) | 

| void UserEventHandler::operator() | ( | StartEventData const & | e | ) | 

| MainWindow* UserEventHandler::mainwindow |