~cern-kicad/kicad/kicad-pns-tom

« back to all changes in this revision

Viewing changes to eeschema/dialogs/dialog_eeschema_options.h

  • Committer: Maciej Suminski
  • Date: 2013-08-02 13:57:24 UTC
  • mfrom: (4024.1.238 kicad)
  • mto: This revision was merged to the branch mainline in revision 4221.
  • Revision ID: maciej.suminski@cern.ch-20130802135724-gix6orezshkukodv
Upstream merge.

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
    int GetAutoSaveInterval() const { return m_spinAutoSaveInterval->GetValue(); }
77
77
 
78
78
    void SetRefIdSeparator( wxChar aSep, wxChar aFirstId);
 
79
    void GetRefIdSeparator( int& aSep, int& aFirstId);
79
80
 
80
81
    void SetShowGrid( bool show ) { m_checkShowGrid->SetValue( show ); }
81
82
    bool GetShowGrid( void ) { return m_checkShowGrid->GetValue(); }