Home
last modified time | relevance | path

Searched defs:coll_ (Results 1 – 25 of 35) sorted by relevance

12

/dports/misc/tellico/tellico-3.4.2/src/
H A Dcontroller.cpp113 void Controller::slotCollectionAdded(Tellico::Data::CollPtr coll_) { in slotCollectionAdded()
162 void Controller::slotCollectionModified(Tellico::Data::CollPtr coll_) { in slotCollectionModified()
173 void Controller::slotCollectionDeleted(Tellico::Data::CollPtr coll_) { in slotCollectionDeleted()
193 void Controller::slotFieldAdded(Tellico::Data::CollPtr coll_, Tellico::Data::FieldPtr field_) { in slotFieldAdded()
235 void Controller::addedField(Tellico::Data::CollPtr coll_, Tellico::Data::FieldPtr field_) { in addedField()
244 void Controller::removedField(Tellico::Data::CollPtr coll_, Tellico::Data::FieldPtr field_) { in removedField()
253 void Controller::modifiedField(Tellico::Data::CollPtr coll_, Tellico::Data::FieldPtr oldField_, Tel… in modifiedField()
262 void Controller::reorderedFields(Tellico::Data::CollPtr coll_) { in reorderedFields()
H A Dexportdialog.cpp61 ExportDialog::ExportDialog(Tellico::Export::Format format_, Tellico::Data::CollPtr coll_, QWidget* … in ExportDialog()
178 …o::Export::Exporter* ExportDialog::exporter(Tellico::Export::Format format_, Data::CollPtr coll_) { in exporter()
290 bool ExportDialog::exportCollection(Data::CollPtr coll_, Data::EntryList entries_, Export::Format f… in exportCollection()
H A Dentry.cpp40 Entry::Entry(Tellico::Data::CollPtr coll_) : QSharedData(), m_coll(coll_), m_id(-1) { in Entry()
48 Entry::Entry(Tellico::Data::CollPtr coll_, Data::ID id_) : QSharedData(), m_coll(coll_), m_id(id_) { in Entry()
88 void Entry::setCollection(Tellico::Data::CollPtr coll_) { in setCollection()
H A Dgroupview.cpp76 void GroupView::addCollection(Tellico::Data::CollPtr coll_) { in addCollection()
101 void GroupView::removeCollection(Tellico::Data::CollPtr coll_) { in removeCollection()
214 void GroupView::slotModifyGroups(Tellico::Data::CollPtr coll_, QList<Tellico::Data::EntryGroup*> gr… in slotModifyGroups()
H A Dentryupdater.cpp50 EntryUpdater::EntryUpdater(Tellico::Data::CollPtr coll_, Tellico::Data::EntryList entries_, QObject… in EntryUpdater()
66 EntryUpdater::EntryUpdater(const QString& source_, Tellico::Data::CollPtr coll_, Tellico::Data::Ent… in EntryUpdater()
H A Dtellico_kernel.cpp285 void Kernel::appendCollection(Tellico::Data::CollPtr coll_) { in appendCollection()
291 void Kernel::mergeCollection(Tellico::Data::CollPtr coll_) { in mergeCollection()
297 void Kernel::replaceCollection(Tellico::Data::CollPtr coll_) { in replaceCollection()
H A Dbibtexkeydialog.cpp45 BibtexKeyDialog::BibtexKeyDialog(Tellico::Data::CollPtr coll_, QWidget* parent_) in BibtexKeyDialog()
H A Dentryeditdialog.cpp142 void EntryEditDialog::resetLayout(Tellico::Data::CollPtr coll_) { in resetLayout()
681 void EntryEditDialog::addField(Tellico::Data::CollPtr coll_, Tellico::Data::FieldPtr field_) { in addField()
688 void EntryEditDialog::modifyField(Tellico::Data::CollPtr coll_, Tellico::Data::FieldPtr oldField_, … in modifyField()
H A Ddocument.cpp282 void Document::appendCollection(Tellico::Data::CollPtr coll_) { in appendCollection()
308 Tellico::Data::MergePair Document::mergeCollection(Tellico::Data::CollPtr coll_) { in mergeCollection()
377 void Document::replaceCollection(Tellico::Data::CollPtr coll_) { in replaceCollection()
H A Dcollectionfactory.cpp109 QString CollectionFactory::typeName(Data::CollPtr coll_) { in typeName()
H A Ddetailedlistview.cpp93 void DetailedListView::addCollection(Tellico::Data::CollPtr coll_) { in addCollection()
229 void DetailedListView::removeCollection(Tellico::Data::CollPtr coll_) { in removeCollection()
398 void DetailedListView::saveConfig(Tellico::Data::CollPtr coll_, int configIndex_) { in saveConfig()
H A Dloanview.cpp84 void LoanView::addCollection(Tellico::Data::CollPtr coll_) { in addCollection()
/dports/misc/tellico/tellico-3.4.2/src/commands/
H A Dfieldcommand.cpp34 FieldCommand::FieldCommand(Mode mode_, Tellico::Data::CollPtr coll_, in FieldCommand()
45 FieldCommand::FieldCommand(QUndoCommand* parent, Mode mode_, Tellico::Data::CollPtr coll_, in FieldCommand()
H A Dmodifyentries.cpp35 ModifyEntries::ModifyEntries(Tellico::Data::CollPtr coll_, const Tellico::Data::EntryList& oldEntri… in ModifyEntries()
55 ModifyEntries::ModifyEntries(QUndoCommand* parent, Tellico::Data::CollPtr coll_, const Tellico::Dat… in ModifyEntries()
H A Drenamecollection.cpp33 RenameCollection::RenameCollection(Tellico::Data::CollPtr coll_, const QString& newTitle_) in RenameCollection()
H A Daddentries.cpp35 AddEntries::AddEntries(Tellico::Data::CollPtr coll_, const Tellico::Data::EntryList& entries_) in AddEntries()
H A Dremoveentries.cpp35 RemoveEntries::RemoveEntries(Tellico::Data::CollPtr coll_, const Tellico::Data::EntryList& entries_) in RemoveEntries()
H A Dreorderfields.cpp34 ReorderFields::ReorderFields(Tellico::Data::CollPtr coll_, const Tellico::Data::FieldList& oldField… in ReorderFields()
/dports/math/openturns/openturns-1.18/lib/src/Base/Func/openturns/
H A DTensorizedUniVariateFunctionFactory.hxx91 FunctionFamilyPersistentCollection coll_; member in TensorizedUniVariateFunctionFactory
/dports/math/openturns/openturns-1.18/lib/src/Uncertainty/Algorithm/OrthogonalBasis/openturns/
H A DOrthogonalProductPolynomialFactory.hxx96 PolynomialFamilyPersistentCollection coll_; member in OrthogonalProductPolynomialFactory
/dports/misc/tellico/tellico-3.4.2/src/utils/
H A Dmergeconflictresolver.cpp137 QPair<Tellico::Data::FieldList, Tellico::Data::FieldList> Merge::mergeFields(Data::CollPtr coll_, in mergeFields()
/dports/misc/tellico/tellico-3.4.2/src/translators/
H A Dxsltexporter.cpp44 XSLTExporter::XSLTExporter(Data::CollPtr coll_) : Export::Exporter(coll_), in XSLTExporter()
H A Dgcstarexporter.cpp46 GCstarExporter::GCstarExporter(Tellico::Data::CollPtr coll_) : Tellico::Export::Exporter(coll_), in GCstarExporter()
H A Dcsvexporter.cpp43 CSVExporter::CSVExporter(Data::CollPtr coll_) : Tellico::Export::Exporter(coll_), in CSVExporter()
H A Dbibtexmlexporter.cpp43 BibtexmlExporter::BibtexmlExporter(Data::CollPtr coll_) : Exporter(coll_) { in BibtexmlExporter()

12