- Member KLFLatexEdit::contextMenuEvent (QContextMenuEvent *event)
- ....make this more flexible ..... ideally integrate into KLFLatexSymbolCache... with XML description, "symbols" that would be delimiters would have a "display latex" and an "insert latex" with instructions in if we need to go back spaces, etc..
- Class KLFLibBasicWidgetFactory
- TODO: remote connections to eg. DB ..........
- Member KLFLibBrowser::KLFLibBrowser (QWidget *parent=NULL)
- .......... save as copy action ............
- Member KLFLibBrowser::slotSubResourcePropertyChanged (const QString &subResource, int propId)
- ......... CHECK that subResource is our current sub-resource
- Member KLFLibDBEngine::canModifyData (const QString &subRes, ModifyType modifytype) const
- TODO: check if file is writable (SQLITE3), if permissions on the database are granted (MySQL, PgSQL, etc.)
- Member KLFLibDefaultView::updateResourceOwnData (const QList< KLFLib::entryId > &entryIdList)
- ..................... OPTIMIZE THIS FUNCTION not to do a full refresh
- Member KLFLibLegacyFileDataPrivate::metadata
- In the future, this will be how resource and sub-resource properties will be supported.
- Member KLFLibModelCache::fetchMore (NodeId parentId, int batchCount=-1)
- ....... the items are appended. this supposes that the items that may have already been listed as children nodes are the beginning, and that what we fetched is what follows. This order must be enforced when updating data, for eg. an entry category change. (in updateData()).
- Member KLFLibModelCache::updateData (const QList< KLFLib::entryId > &entryIdList, int modifyType)
- ...... here the view is notified for each individual insert. would be better for contiguous inserts to be notified once ....
- Member KLFSettings::reset ()
- .... these settings should be shown in double when the corresponding functionality will be implemented in klfbackend.
- Member KLFStyleManager::KLFStyleManager (KLFStyleList *ptr, QWidget *parent)
- ............ DYNAMIC LANGUAGE CHANGE STRINGS ..................
- Page Library Database Format Specification
- (needs doc..............)
- Page Library Export Format Specification
- (needs doc..............)
Generated by doxygen 1.8.6