patch from Utensil Candel which refactors and documents the AutoCaptureMechanism class
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58091 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -26,20 +26,6 @@ protected: // event handlers
|
||||
|
||||
virtual void OnCaptureFullScreen( wxCommandEvent& event );
|
||||
virtual void OnCaptureAllControls( wxCommandEvent& event );
|
||||
|
||||
|
||||
private:
|
||||
|
||||
// Before a config class is written, these two functions are placed here.
|
||||
// It's only a transition and they wil be removed soon
|
||||
wxString GetDefaultDirectory() const { return _T("screenshots"); }
|
||||
|
||||
wxString GetDefaultDirectoryAbsPath() const
|
||||
{
|
||||
wxFileName output = wxFileName::DirName(GetDefaultDirectory());
|
||||
output.MakeAbsolute();
|
||||
return output.GetFullPath();
|
||||
}
|
||||
};
|
||||
|
||||
#endif // _SCREENSHOT_MAIN_H_
|
||||
|
Reference in New Issue
Block a user