Scribus
Open source desktop publishing at your fingertips
PicStatus Class Reference

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>

Inheritance diagram for PicStatus:
Collaboration diagram for PicStatus:

Signals

void selectPage (int)
 
void selectMasterPage (QString)
 
void selectElementByItem (PageItem *, bool, int)
 
void refreshItem (PageItem *)
 

Public Member Functions

 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.
 

Protected Member Functions

bool loadPict (const QString &newFilePath)
 Load the image specified into the PageItem. More...
 

Detailed Description

Constructs a Dialog, which list all Images in the current Document. In this Dialog it is possible to search for missing Images.

Constructor & Destructor Documentation

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
parentPointer to parent window
docuPointer to the current Document

Member Function Documentation

bool PicStatus::loadPict ( const QString &  newFilePath)
protected

Load the image specified into the PageItem.

Parameters
newFilePatha file path

The documentation for this class was generated from the following files: