~ubuntu-branches/ubuntu/trusty/krusader/trusty

« back to all changes in this revision

Viewing changes to krusader/Panel/krpreviewpopup.h

  • Committer: Bazaar Package Importer
  • Author(s): Michał Zając
  • Date: 2011-08-08 13:47:36 UTC
  • mfrom: (1.2.19 upstream)
  • Revision ID: james.westby@ubuntu.com-20110808134736-8e630ivgd2c3sgg5
Tags: 1:2.4.0~beta1-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 
32
32
public:
33
33
    KrPreviewPopup();
34
 
    ~KrPreviewPopup();
35
34
 
36
35
    void setUrls(const KUrl::List* urls);
37
36
public slots:
39
38
    void view(QAction *);
40
39
 
41
40
protected:
42
 
    virtual void paintEvent(QPaintEvent *e);
43
 
 
44
41
    QAction * prevNotAvailAction;
45
42
    QList<KFileItem> files;
46
 
    int id;
47
 
    bool noPreview;
48
 
    KUrl::List availablePreviews;
49
43
 
50
 
    int maxXSize;
51
 
    int maxYSize;
 
44
private:
 
45
    class ProxyStyle;
52
46
};
53
47
 
54
48
#endif