~s-cecilio/lenmus/v5.1.x

« back to all changes in this revision

Viewing changes to src/app/MainFrame.h

  • Committer: cecilios
  • Date: 2006-03-19 16:36:00 UTC
  • Revision ID: svn-v4:2587a929-2f0e-0410-ae78-fe6f687d5efe:trunk:13

Show diffs side-by-side

added added

removed removed

Lines of Context:
145
145
    void UpdateMenuAndToolbar();
146
146
    void UpdateToolbarsLayout();
147
147
 
 
148
    //eBooks controller
 
149
    void SetHtmlWindow(lmHtmlWindow* pHtmlWin) { m_pHtmlWin = pHtmlWin; }
 
150
    lmHtmlWindow* GetHtmlWindow() { return m_pHtmlWin; }
 
151
 
148
152
    //debug method
149
153
    void DumpScore(lmScore* pScore);
150
154
 
160
164
 
161
165
    lmToolsDlg*             m_pToolsDlg;
162
166
    lmTextBookController*   m_pBookController;
 
167
    lmHtmlWindow*           m_pHtmlWin;
163
168
    lmHelpController*       m_pHelp;
164
169
    wxSpinCtrl*             m_pSpinMetronome;
165
170