~ubuntu-branches/ubuntu/wily/apvlv/wily

« back to all changes in this revision

Viewing changes to src/ApvlvDir.hpp

  • Committer: Bazaar Package Importer
  • Author(s): Lukas Gaertner, Lukas Gaertner, Stefan Ritter
  • Date: 2010-12-23 15:28:02 UTC
  • mfrom: (10.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20101223152802-ll13lmtpxmylbiqz
Tags: 0.0.9.8-1
[Lukas Gaertner]
* Adopt package (Closes: #607320)

[Stefan Ritter]
* Add libdjvulibre-dev to build dependencies (Closes: #602010)
* Bump Standards-Version to 3.9.1
* Imported Upstream version 0.0.9.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
97
97
 
98
98
    void setactive (bool act);
99
99
 
100
 
    returnType process (int times, guint keyval);
 
100
    returnType process (int hastimes, int times, guint keyval);
101
101
 
102
102
  private:
103
103
 
117
117
 
118
118
    bool search (const char *str, bool reverse = false);
119
119
 
120
 
    static void apvlv_dir_on_changed (GtkTreeSelection *, ApvlvDir *);
121
 
 
122
120
    bool walk_file_index (GtkTreeIter * titr, ApvlvFileIndexIter iter);
123
121
 
124
122
    bool walk_dir_path_index (GtkTreeIter * titr, const char *path);
125
123
 
 
124
    static void apvlv_dir_on_changed (GtkTreeSelection *, ApvlvDir *);
 
125
 
126
126
    static gboolean apvlv_dir_first_select_cb (ApvlvDir *);
127
127
 
128
128
    gint mFirstSelTimer;