lib
- Class KoProperty::Buffer
- find a better name to show it's a set that doesn't own property
- Member KoProperty::Editor::slotPropertyChanged (KoProperty::Set &set, KoProperty::Property &property)
- should we move this somewhere?
- Member KoProperty::Editor::addItem (const QCString &name, EditorItem *parent)
- allow to have child prop with child items too
- 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)
- 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 KoTextObject::pasteText (KoTextCursor *cursor, const QString &text, KoTextFormat *currentFormat, bool removeSelected)
- Can currentFormat be NULL?
- Member KoTextObject::pasteText (KoTextCursor *cursor, const QString &text, KoTextFormat *currentFormat, bool removeSelected)
- 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 Kross::Api::MainModule::addKAction (KAction *action, const QString &name=QStringnull)
- check name dox.
- Member KoProperty::Property::ListData::names
- what about using QValueList<QVariant> here too?
- Member KoProperty::Rect
- implement QVariant::Brush
- Member KoProperty::Point
- implement QVariant::Palette
- Member KoProperty::Point
- implement QVariant::ColorGroup
- Member KoProperty::Point
- implement QVariant::IconSet
- Member KoProperty::Integer
- implement QVariant::Image
- Member KoProperty::Boolean
- implement QVariant::UInt
- Member KoProperty::Cursor
- implement QVariant::PointArray
- Member KoProperty::Cursor
- implement QVariant::Region
- Member KoProperty::Cursor
- implement QVariant::Bitmap
- Member KoProperty::ValueFromList
- implement QVariant::ByteArray
- Member KoProperty::ValueFromList
- implement QVariant::BitArray
- Member KoProperty::ValueFromList
- implement QVariant::KeySequence
- Member KoProperty::ValueFromList
- implement QVariant::Pen
- Member KoProperty::ValueFromList
- implement QVariant::Long
- Member KoProperty::ValueFromList
- implement QVariant::LongLong
- Member KoProperty::ValueFromList
- implement QVariant::ULongLong
|