Пример #1
0
void GuiSymbols::dispatchParams()
{
	dispatch(FuncRequest(getLfun(), fromqstr(chosenLE->text())));
}
Пример #2
0
void GuiNomenclature::dispatchParams()
{
	std::string const lfun = InsetCommand::params2string("nomenclature", params_);
	dispatch(FuncRequest(getLfun(), lfun));
}
Пример #3
0
void GuiPhantom::dispatchParams()
{
	dispatch(FuncRequest(getLfun(), InsetPhantom::params2string(params_)));
}