lib
Todo List
- Member Kross::Api::Argument::operator<< (ArgumentList &arglist)
- Document where this argument is added in the list and add a brief code example.
- Class KoProperty::Buffer
- find a better name to show it's a set that doesn't own property
- Member KoProperty::CursorEdit::CursorEdit (Property *property, QWidget *parent=0, const char *name=0)
- NOT THREAD-SAFE
- Member KoProperty::DoubleSpinBox::DoubleSpinBox (double lower, double upper, double step, double value=0, int precision=2, DoubleEdit *parent=0)
- Support setting precision limits, step, etc.
- Member KoProperty::Editor::addItem (const QCString &name, EditorItem *parent)
- allow to have child prop with child items too
- Member KoProperty::Editor::slotPropertyChanged (KoProperty::Set &set, KoProperty::Property &property)
- should we move this somewhere?
- Member KoProperty::EditorGroupItem::paintCell (QPainter *p, const QColorGroup &cg, int column, int width, int align)
- custom color?
- Member KoProperty::EditorItem::paintBranches (QPainter *p, const QColorGroup &cg, int w, int y, int h)
- make BRANCHBOX_SIZE configurable?
- Member KoProperty::EditorItem::paintCell (QPainter *p, const QColorGroup &cg, int column, int width, int align)
- custom color?
- Member KoProperty::EditorItem::paintCell (QPainter *p, const QColorGroup &cg, int column, int width, int align)
- custom color?
- Member Kross::Api::Event::addFunction (const QString &name, FunctionPtr function, const ArgumentList &arglist=ArgumentList())
- Remove this method as soon as there is no code using it
- Class Kross::Api::EventScript
- implement EventScript ?!
- Member KoDocument::KoDocument (QWidget *parentWidget, const char *widgetName, QObject *parent, const char *name, bool singleViewMode=false)
- explain what the purpose of widgetName is.
- Class KoEmbeddingFilter
- the class has no constructor and therefore cannot initialize its private class
- Class KoFilter
- the class has no constructor and therefore cannot initialize its private class
- Class KoFilterChain
- the class has no constructor and therefore cannot initialize its private class
- Member KoGenStyles::lookup (const KoGenStyle &style, const QString &name=QStringnull, int flags=NoFlag)
- ### rename lookup to insert
- Member KoPictureCollection::saveToStore (const Type pictureType, KoStore *store, const QValueList< KoPictureKey > &keys)
- Reduce lameness of dox for pictureType.
- Member KoTarStore::KoTarStore (QWidget *window, const KURL &url, const QString &_filename, Mode _mode, const QCString &appIdentification)
- saving not completely implemented (fixed temporary file)
- Member KoTextObject::pasteText (KoTextCursor *cursor, const QString &text, KoTextFormat *currentFormat, bool removeSelected)
- Can currentFormat be NULL?
Besides saying when removeSelected is
true
, perhaps explain what it does (presumably, removes the selection and replaces it with the pasted text).
- Member KoView::slotActionStatusText (const QString &text)
- rename to something more generic
- Member KoView::slotClearStatusText ()
- rename to something more generic
- Member KoZipStore::KoZipStore (QWidget *window, const KURL &_url, const QString &_filename, Mode _mode, const QCString &appIdentification)
- saving not completely implemented (fixed temporary file)
- Member Kross::Api::MainModule::addKAction (KAction *action, const QString &name=QStringnull)
- check name dox.
- Member KoProperty::PixmapEdit::selectPixmap ()
- err msg
- Member KoProperty::PixmapEdit::selectPixmapFileName ()
- download the file if remote, then set fileName properly
- Member KoProperty::Property::ListData::names
- what about using QValueList<QVariant> here too?
- Member KoProperty::Rect
- implement QVariant::Brush
- Member KoProperty::Point
- implement QVariant::Palette
implement QVariant::ColorGroup
implement QVariant::IconSet
- Member KoProperty::Integer
- implement QVariant::Image
- Member KoProperty::Boolean
- implement QVariant::UInt
- Member KoProperty::Cursor
- implement QVariant::PointArray
implement QVariant::Region
implement QVariant::Bitmap
- Member KoProperty::ValueFromList
- implement QVariant::ByteArray
implement QVariant::BitArray
implement QVariant::KeySequence
implement QVariant::Pen
implement QVariant::Long
implement QVariant::LongLong
implement QVariant::ULongLong