X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=blobdiff_plain;f=contrib%2Fbobtoolz%2Fdialogs%2Fpathplotterdialog.h;h=03e50873fb2eaebf73f748053d52e730de9edadd;hp=7523b025309d447ab33321bc9bb6ab3c30528beb;hb=cd6613e5171544b68d4ae70546c90a15c99b22a5;hpb=cd7ff1a1798cfae5d14811a310f56d2f1908490b diff --git a/contrib/bobtoolz/dialogs/pathplotterdialog.h b/contrib/bobtoolz/dialogs/pathplotterdialog.h index 7523b025..03e50873 100644 --- a/contrib/bobtoolz/dialogs/pathplotterdialog.h +++ b/contrib/bobtoolz/dialogs/pathplotterdialog.h @@ -29,19 +29,20 @@ ///////////////////////////////////////////////////////////////////////////// // CPathPlotterDialog dialog -class CPathPlotterDialog : public CDialog { +class CPathPlotterDialog : public CDialog +{ // Construction public: - CPathPlotterDialog(CWnd *pParent = NULL); // standard constructor +CPathPlotterDialog( CWnd* pParent = NULL ); // standard constructor // Dialog Data //{{AFX_DATA(CPathPlotterDialog) - enum { IDD = IDD_PATHPLOTTER_DIALOG }; - float m_fGravity; - float m_fMultiplier; - BOOL m_bNoUpdate; - int m_nPoints; - BOOL m_bShowExtra; +enum { IDD = IDD_PATHPLOTTER_DIALOG }; +float m_fGravity; +float m_fMultiplier; +BOOL m_bNoUpdate; +int m_nPoints; +BOOL m_bShowExtra; //}}AFX_DATA @@ -49,7 +50,7 @@ public: // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CPathPlotterDialog) protected: - virtual void DoDataExchange(CDataExchange *pDX); // DDX/DDV support +virtual void DoDataExchange( CDataExchange* pDX ); // DDX/DDV support //}}AFX_VIRTUAL // Implementation @@ -57,12 +58,10 @@ protected: // Generated message map functions //{{AFX_MSG(CPathPlotterDialog) - afx_msg void OnYes(); - - afx_msg void OnNo(); - +afx_msg void OnYes(); +afx_msg void OnNo(); //}}AFX_MSG - DECLARE_MESSAGE_MAP() +DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}}