~ubuntu-branches/ubuntu/vivid/kdesdk/vivid

« back to all changes in this revision

Viewing changes to okteta/kasten/controllers/view/viewconfig/viewconfigcontroller.h

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-06-06 11:49:54 UTC
  • mfrom: (0.4.21)
  • Revision ID: package-import@ubuntu.com-20120606114954-rdls73fzlpzxglbx
Tags: 4:4.8.80-0ubuntu1
* New uptream beta release
* Update dont_export_private_classes.diff

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
    This file is part of the Okteta Kasten module, made within the KDE community.
3
3
 
4
 
    Copyright 2006-2010 Friedrich W. H. Kossebau <kossebau@kde.org>
 
4
    Copyright 2006-2010,2012 Friedrich W. H. Kossebau <kossebau@kde.org>
5
5
 
6
6
    This library is free software; you can redistribute it and/or
7
7
    modify it under the terms of the GNU Lesser General Public
34
34
class KAction;
35
35
 
36
36
 
37
 
namespace Kasten1
 
37
namespace Kasten2
38
38
{
39
39
 
40
40
class ByteArrayView;
50
50
  public: // AbstractXmlGuiController API
51
51
    virtual void setTargetModel( AbstractModel* model );
52
52
 
53
 
  protected Q_SLOTS: // action slots
 
53
  private Q_SLOTS: // action slots
54
54
    void setValueCoding( int valueCoding );
55
55
    void setCharCoding( int valueCoding );
56
56
    void setShowsNonprinting( bool on );
60
60
    void toggleOffsetColumn( bool on );
61
61
    void toggleValueCharColumns( int visibleColunms );
62
62
 
 
63
    void onOffsetColumnVisibleChanged( bool offsetColumnVisible );
 
64
    void onShowsNonprintingChanged( bool showsNonprinting );
63
65
    void onValueCodingChanged( int valueCoding );
64
66
    void onCharCodecChanged( const QString& charCodecName );
 
67
    void onLayoutStyleChanged( int layoutStyle );
 
68
    void onVisibleByteArrayCodingsChanged( int visibleByteArrayCodings );
65
69
 
66
 
  protected:
 
70
  private:
67
71
    ByteArrayView* mByteArrayView;
68
72
 
69
73
    // view menu