/[svn]/gigedit/trunk/src/gigedit/dimregionedit.h
ViewVC logotype

Diff of /gigedit/trunk/src/gigedit/dimregionedit.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2925 by schoenebeck, Sun Jun 5 13:17:28 2016 UTC revision 3068 by schoenebeck, Mon Jan 2 22:13:01 2017 UTC
# Line 1  Line 1 
1  /*                                                         -*- c++ -*-  /*                                                         -*- c++ -*-
2   * Copyright (C) 2006-2015 Andreas Persson   * Copyright (C) 2006-2017 Andreas Persson
3   *   *
4   * This program is free software; you can redistribute it and/or   * This program is free software; you can redistribute it and/or
5   * modify it under the terms of the GNU General Public License as   * modify it under the terms of the GNU General Public License as
# Line 20  Line 20 
20  #ifndef GIGEDIT_DIMREGIONEDIT_H  #ifndef GIGEDIT_DIMREGIONEDIT_H
21  #define GIGEDIT_DIMREGIONEDIT_H  #define GIGEDIT_DIMREGIONEDIT_H
22    
23  #include <gig.h>  #ifdef LIBGIG_HEADER_FILE
24    # include LIBGIG_HEADER_FILE(gig.h)
25    #else
26    # include <gig.h>
27    #endif
28    
29  #include <cairomm/context.h>  #include <cairomm/context.h>
30  #include <gtkmm/box.h>  #include <gtkmm/box.h>
# Line 188  protected: Line 192  protected:
192      BoolEntry eMSDecode;      BoolEntry eMSDecode;
193      NumEntryTemp<uint16_t> eSampleStartOffset;      NumEntryTemp<uint16_t> eSampleStartOffset;
194      NoteEntry eUnityNote;      NoteEntry eUnityNote;
195        ReadOnlyLabelWidget eSampleGroup;
196      ReadOnlyLabelWidget eSampleFormatInfo;      ReadOnlyLabelWidget eSampleFormatInfo;
197      ReadOnlyLabelWidget eSampleID;      ReadOnlyLabelWidget eSampleID;
198        ReadOnlyLabelWidget eChecksum;
199      NumEntryTemp<int16_t> eFineTune;      NumEntryTemp<int16_t> eFineTune;
200      NumEntryGain eGain;      NumEntryGain eGain;
201      BoolEntryPlus6 eGainPlus6;      BoolEntryPlus6 eGainPlus6;

Legend:
Removed from v.2925  
changed lines
  Added in v.3068

  ViewVC Help
Powered by ViewVC