MCPcopy Create free account
hub / github.com/chrxh/alien / processIntern

Method processIntern

source/Gui/GenericMessageDialog.cpp:13–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11#include "StyleRepository.h"
12
13void GenericMessageDialog::processIntern()
14{
15 switch (_dialogType) {
16 case DialogType::Information:
17 processInformation();
18 break;
19 case DialogType::YesNo:
20 processYesNo();
21 break;
22 }
23}
24
25void GenericMessageDialog::information(std::string const& title, std::string const& message)
26{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected