[KLF Backend][KLF Tools][KLF Home]
KLatexFormula Project
Todo List
Member KLF_DECLARE_POBJ_TYPE (TYPE)
###: Which type? any abstractobj or just klfproperitzedobject? ###: ^^^^^^^^^^^ this one it seems (see klfuserscript.h)
Member KLFDisplayLabel::labelSize () const
subtract margins/frame border width/etc.
Member klfHideWindows ()
THIS IS A WORKAROUND to avoid "hiding" the system tray icon when hiding all windows (which is of course not what we want!). This also has the undesirable effect of not hiding all windows which have the x11-bypass-window-manager flag on. TODO: write some more intelligent code.
Class KLFItemViewSearchTarget
Currently, to highlight search matches this class replaces the delegate with a custom delegate used to highlight search matches, thus relying on the fact that the default delegate is close to a standard QItemDelegate. TODO: define some "proxy" delegate, and just extend the delegate that is already set on the view.
Class KLFPosSearchable
MINIMAL EXAMPLE
Class KLFProgressDialog
.... I'm not sure, but to delete the dialog, couldn't we simply connect KLFProgressReporter::finished() to KLFProgressDialog::deleteLater() ... ? needs a test.
Member KLFSearchBar::abortSearch ()
shouldn't the code to possibly hide the search bar be here instead of in slotSearchFocusOut() ?
Member KLFSearchBar::displayState (SearchState state)
should these next two lines be inverted? (ie. first set palette, then style sheet)
Member KLFSearchBar::setShowOverlayMode (bool showOverlayMode)
..... the search bar should install an event filter on the parent to listen for resize events, and to resize appropriately.
Member klfSearchPath (const QString &fname, const QStringList &path)
doc......
Member klfSearchPath (const QString &fname, const QStringList &path)
doc......

Generated by doxygen 1.7.6.1. The KLatexFormula website is hosted on sourceforge.net