Tree widget for PDF Bookmarks. It's a minimal tree implementation with D'n'D handled in Qt4 itself. It could be rewritten into M/V/C stuff later, but it looks it's simpler and quicker now. MarkMoved() signal stores bookmarks in the ScribusDoc.
More...
#include <bookmwin.h>
|
void | MarkMoved () |
|
void | SelectElement (PageItem *, bool) |
|
void | changed () |
|
|
| BookMView (QWidget *parent) |
|
void | AddItem (QString text, QString Tit, PageItem *PageObject) |
|
void | DeleteItem (PageItem *PageObject) |
|
void | SetAction (PageItem *currItem, QString Act) |
|
void | rebuildTree () |
| Build scribus bookmark structure from tree items. It looks horrible as it performs full rescan of the tree, but it's pretty fast at all. More...
|
|
|
int | NrItems |
|
int | First |
|
int | Last |
|
|
void | dropEvent (QDropEvent *e) |
|
Tree widget for PDF Bookmarks. It's a minimal tree implementation with D'n'D handled in Qt4 itself. It could be rewritten into M/V/C stuff later, but it looks it's simpler and quicker now. MarkMoved() signal stores bookmarks in the ScribusDoc.
- Author
- Franz Schmid
-
Petr Vanek petr@.nosp@m.scri.nosp@m.bus.i.nosp@m.nfo
void BookMView::rebuildTree |
( |
| ) |
|
The documentation for this class was generated from the following files:
- /Users/ale/src/Scribus/scribus/ui/bookmwin.h
- /Users/ale/src/Scribus/scribus/ui/bookmwin.cpp