|
COOPY » Guide
version 0.6.5
|
#include <MergeFrame.h>
Public Types | |
| enum | { TEXT_Main = wxID_HIGHEST + 101, TEXT_Parent, TEXT_Local, TEXT_Remote, TEXT_Output, TEXT_MORE1, TEXT_MORE2, TEXT_MORE3, ID_Quit, ID_Merge, ID_About, ID_SaveJob, ID_LoadJob } |
| enum | { TEXT_Main = wxID_HIGHEST + 101, TEXT_Parent, TEXT_Local, TEXT_Remote, TEXT_Output, TEXT_MORE1, TEXT_MORE2, TEXT_MORE3, ID_Quit, ID_Merge, ID_About, ID_SaveJob, ID_LoadJob } |
Public Member Functions | |
| MergeFrame (wxWindow *parent, const wxString &title, const wxPoint &pos, const wxSize &size) | |
| virtual bool | OnInit () |
| void | OnQuit (wxCommandEvent &event) |
| void | OnAbout (wxCommandEvent &event) |
| void | OnSaveJob (wxCommandEvent &event) |
| void | OnLoadJob (wxCommandEvent &event) |
| void | SetMode (const char *mode) |
| void | OnExit (wxCloseEvent &event) |
| void | OnMerge (wxCommandEvent &event) |
| MergeFrame (const wxString &title, const wxPoint &pos, const wxSize &size) | |
| virtual bool | OnInit () |
| void | OnQuit (wxCommandEvent &event) |
| void | OnAbout (wxCommandEvent &event) |
| void | OnSaveJob (wxCommandEvent &event) |
| void | OnLoadJob (wxCommandEvent &event) |
| void | OnExit (wxCloseEvent &event) |
| void | OnMerge (wxCommandEvent &event) |
Definition at line 118 of file MergeFrame.h.
| anonymous enum |
| TEXT_Main | |
| TEXT_Parent | |
| TEXT_Local | |
| TEXT_Remote | |
| TEXT_Output | |
| TEXT_MORE1 | |
| TEXT_MORE2 | |
| TEXT_MORE3 | |
| ID_Quit | |
| ID_Merge | |
| ID_About | |
| ID_SaveJob | |
| ID_LoadJob |
Definition at line 156 of file MergeFrame.h.
| anonymous enum |
| TEXT_Main | |
| TEXT_Parent | |
| TEXT_Local | |
| TEXT_Remote | |
| TEXT_Output | |
| TEXT_MORE1 | |
| TEXT_MORE2 | |
| TEXT_MORE3 | |
| ID_Quit | |
| ID_Merge | |
| ID_About | |
| ID_SaveJob | |
| ID_LoadJob |
Definition at line 176 of file ssmerge_gui.cpp.
| MergeFrame::MergeFrame | ( | wxWindow * | parent, |
| const wxString & | title, | ||
| const wxPoint & | pos, | ||
| const wxSize & | size | ||
| ) |
Definition at line 214 of file MergeFrame.cpp.
References ID_Quit.
| MergeFrame::MergeFrame | ( | const wxString & | title, |
| const wxPoint & | pos, | ||
| const wxSize & | size | ||
| ) |
Definition at line 392 of file ssmerge_gui.cpp.
| void MergeFrame::OnAbout | ( | wxCommandEvent & | event | ) |
Definition at line 257 of file MergeFrame.cpp.
| void MergeFrame::OnAbout | ( | wxCommandEvent & | event | ) |
| void MergeFrame::OnExit | ( | wxCloseEvent & | event | ) | [inline] |
Definition at line 148 of file MergeFrame.h.
| void MergeFrame::OnExit | ( | wxCloseEvent & | event | ) | [inline] |
Definition at line 169 of file ssmerge_gui.cpp.
| virtual bool MergeFrame::OnInit | ( | ) | [virtual] |
| bool MergeFrame::OnInit | ( | ) | [virtual] |
Definition at line 48 of file MergeFrame.cpp.
References conv_c().
| void MergeFrame::OnLoadJob | ( | wxCommandEvent & | event | ) |
Definition at line 244 of file MergeFrame.cpp.
| void MergeFrame::OnLoadJob | ( | wxCommandEvent & | event | ) |
| void MergeFrame::OnMerge | ( | wxCommandEvent & | event | ) |
Definition at line 123 of file MergeFrame.cpp.
References coopy::app::Diff::apply(), conv(), coopy::app::Options::core, NULL, coopy::app::Options::option_string, and show().
| void MergeFrame::OnMerge | ( | wxCommandEvent & | event | ) |
| void MergeFrame::OnQuit | ( | wxCommandEvent & | event | ) |
| void MergeFrame::OnQuit | ( | wxCommandEvent & | event | ) |
Definition at line 235 of file MergeFrame.cpp.
| void MergeFrame::OnSaveJob | ( | wxCommandEvent & | event | ) |
| void MergeFrame::OnSaveJob | ( | wxCommandEvent & | event | ) |
Definition at line 251 of file MergeFrame.cpp.
| void MergeFrame::SetMode | ( | const char * | mode | ) |
Definition at line 264 of file MergeFrame.cpp.
References conv().
1.7.4