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

« back to all changes in this revision

Viewing changes to include/wxstruct.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:
97
97
    GERBER_FRAME_TYPE,
98
98
    TEXT_EDITOR_FRAME_TYPE,
99
99
    DISPLAY3D_FRAME_TYPE,
100
 
    KICAD_MAIN_FRAME_TYPE
 
100
    KICAD_MAIN_FRAME_TYPE,
 
101
    PL_EDITOR_FRAME_TYPE
101
102
};
102
103
 
103
104
 
224
225
    virtual void SaveSettings();
225
226
 
226
227
    /**
 
228
     * Function SaveProjectSettings
 
229
     * saves changes to the project settings to the project (.pro) file.
 
230
     * The method is virtual so you can override it to call the suitable save method.
 
231
     * The base method do nothing
 
232
     * @param aAskForSave = true to open a dialog before saving the settings
 
233
     */
 
234
    virtual void SaveProjectSettings( bool aAskForSave ) {};
 
235
 
 
236
    /**
227
237
     * Function OnSelectPreferredEditor
228
238
     * Open a dialog to select the editor that will used in KiCad
229
239
     * to edit or display files (reports ... )