~ubuntu-branches/ubuntu/raring/djvulibre/raring

« back to all changes in this revision

Viewing changes to libdjvu/DjVmNav.h

  • Committer: Bazaar Package Importer
  • Author(s): Barak A. Pearlmutter
  • Date: 2008-04-07 09:58:58 UTC
  • Revision ID: james.westby@ubuntu.com-20080407095858-pmacpv5w1ua376cn
Tags: 3.5.20-7
* Generate djview transition package (closes: #473341)
* Postscript generation issue (four-color image into cpaldjvu into
  djvups without -mode=bw) seems to be resolved (closes: #278945)
* Remove djvudigital from djvulibre-bin (closes: #461226)
* Rewrite desktop package description (closes: #474689, #474700)

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
//C- | MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
54
54
//C- +------------------------------------------------------------------
55
55
// 
56
 
// $Id: DjVmNav.h,v 1.2 2007/03/25 20:48:29 leonb Exp $
57
 
// $Name: debian_version_3_5_20-2 $
 
56
// $Id: DjVmNav.h,v 1.3 2008/01/27 11:36:27 leonb Exp $
 
57
// $Name: debian_version_3_5_20-7 $
58
58
 
59
59
#ifndef _DJVMNAV_H
60
60
#define _DJVMNAV_H
85
85
    This is a list of DjVuBookMarks.
86
86
**/
87
87
 
88
 
class DjVmNav : public GPEnabled
 
88
class DJVUAPI DjVmNav : public GPEnabled
89
89
{
90
90
public:
91
91
   /** Class \Ref{DjVmNav::DjVuBookMark} represents a entry in the 
120
120
    contains a count of immediate children, a display string and a url.
121
121
**/
122
122
 
123
 
class DjVmNav::DjVuBookMark : public GPEnabled
 
123
class DJVUAPI DjVmNav::DjVuBookMark : public GPEnabled
124
124
{
125
125
protected:
126
126
  /** Default constructor. */