cImportIngredientDialog class Reference#include <cimportingredientdialog.h>Inheritance diagram for cImportIngredientDialogInheritance graphCollaboration diagram for cImportIngredientDialogCollaboration graphPrivate AttributesUi::cImportIngredientDialog * uiQStandardItemModel * m_lpIngredientListModelQStandardItemModel * m_lpIngredientDetailsModelProtected AttributesQList< cPlugin * > m_pluginList cImportIngredientDialog (
QWidget * parent) ~cImportIngredientDialog (
)void setPluginList (
const QList< cPlugin * > pluginList)QStandardItem * addGroup (
const QString & group)void init (
)void initIngredientList (
)void initIngredientDetails (
)Detailed DescriptionThis dialog imports ingredients based on the selected import plugin.Note: Author: Herwig BirkeVersion: 1.0Date: 2016/02/09 Definition at line 40 of file cimportingredientdialog.hThe Documentation for this struct was generated from the following file: cimportingredientdialog.hMember Data DocumentationUi::cImportIngredientDialog* cImportIngredientDialog::uiTODO: describe Definition at line 64 of file cimportingredientdialog.hThe Documentation for this struct was generated from the following file: cimportingredientdialog.hQStandardItemModel* cImportIngredientDialog::m_lpIngredientListModelTODO: describe Definition at line 65 of file cimportingredientdialog.hThe Documentation for this struct was generated from the following file: cimportingredientdialog.hQStandardItemModel* cImportIngredientDialog::m_lpIngredientDetailsModelTODO: describe Definition at line 66 of file cimportingredientdialog.hThe Documentation for this struct was generated from the following file: cimportingredientdialog.hMember Data DocumentationQList<cPlugin*> cImportIngredientDialog::m_pluginListTODO: describe Definition at line 80 of file cimportingredientdialog.hThe Documentation for this struct was generated from the following file: cimportingredientdialog.hcImportIngredientDialog::cImportIngredientDialog (QWidget *parent=0)