예제 #1
0
void GuiSymbols::dispatchParams()
{
	dispatch(FuncRequest(getLfun(), fromqstr(chosenLE->text())));
}
예제 #2
0
파일: GuiNomencl.cpp 프로젝트: bsjung/Lyx
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_)));
}