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

Method initIntern

source/Gui/ChangeColorDialog.cpp:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10#include "StyleRepository.h"
11
12void ChangeColorDialog::initIntern(std::function<GenomeDescription()> getGenomeFunc, std::function<void(GenomeDescription const&)> setGenomeFunc)
13{
14 _getGenomeFunc = getGenomeFunc;
15 _setGenomeFunc = setGenomeFunc;
16}
17
18ChangeColorDialog::ChangeColorDialog()
19 : AlienDialog("Change color")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected