Constructs a Dialog, which list all Images in the current Document. In this Dialog it is possible to search for missing Images.
More...
#include <picstatus.h>
|
void | selectPage (int) |
|
void | selectMasterPage (QString) |
|
void | selectElementByItem (PageItem *, bool, int) |
|
void | refreshItem (PageItem *) |
|
|
| PicStatus (QWidget *parent, ScribusDoc *docu) |
| Constructs a Dialog, which list all Images in the current Document. In this Dialog it is possible to search for missing Images. More...
|
|
QPixmap | createImgIcon (PageItem *item) |
|
void | fillTable () |
| A slot called when there is a request to re-fill the table of images. It clears the table at first. Then it iterates through all items in MasterItems and Items too.
|
|
Constructs a Dialog, which list all Images in the current Document. In this Dialog it is possible to search for missing Images.
PicStatus::PicStatus |
( |
QWidget * |
parent, |
|
|
ScribusDoc * |
docu |
|
) |
| |
Constructs a Dialog, which list all Images in the current Document. In this Dialog it is possible to search for missing Images.
- Author
- Franz Schmid
- Parameters
-
parent | Pointer to parent window |
docu | Pointer to the current Document |
bool PicStatus::loadPict |
( |
const QString & |
newFilePath | ) |
|
|
protected |
Load the image specified into the PageItem.
- Parameters
-
The documentation for this class was generated from the following files:
- /Users/ale/src/Scribus/scribus/ui/picstatus.h
- /Users/ale/src/Scribus/scribus/ui/picstatus.cpp