~ubuntu-branches/ubuntu/karmic/codelite/karmic

« back to all changes in this revision

Viewing changes to QmakePlugin/qmaketabbase.h

  • Committer: Bazaar Package Importer
  • Author(s): Chow Loong Jin
  • Date: 2009-08-15 17:42:43 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20090815174243-nlb9ikgigbiybz12
Tags: 1.0.2893+dfsg-0ubuntu1
* debian/rules:
  + Tidy up get-orig-source rule
* debian/control:
  + Bump Standards-Version
  + Change Maintainer email address to @ubuntu.com
  + Drop cdbs build-dependency
* debian/copyright:
  + Update to DEP-5 format
* debian/patches/00_add-fPIC.patch:
  + Dropped, fix upstream
* Closes LP: #413992

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
///////////////////////////////////////////////////////////////////////////
 
2
// C++ code generated with wxFormBuilder (version Mar 19 2008)
 
3
// http://www.wxformbuilder.org/
 
4
//
 
5
// PLEASE DO "NOT" EDIT THIS FILE!
 
6
///////////////////////////////////////////////////////////////////////////
 
7
 
 
8
#ifndef __qmaketabbase__
 
9
#define __qmaketabbase__
 
10
 
 
11
#include <wx/intl.h>
 
12
 
 
13
#include <wx/string.h>
 
14
#include <wx/checkbox.h>
 
15
#include <wx/gdicmn.h>
 
16
#include <wx/font.h>
 
17
#include <wx/colour.h>
 
18
#include <wx/settings.h>
 
19
#include <wx/stattext.h>
 
20
#include <wx/choice.h>
 
21
#include <wx/textctrl.h>
 
22
#include <wx/sizer.h>
 
23
#include <wx/panel.h>
 
24
 
 
25
///////////////////////////////////////////////////////////////////////////
 
26
 
 
27
 
 
28
///////////////////////////////////////////////////////////////////////////////
 
29
/// Class QMakeTabBase
 
30
///////////////////////////////////////////////////////////////////////////////
 
31
class QMakeTabBase : public wxPanel 
 
32
{
 
33
        private:
 
34
        
 
35
        protected:
 
36
                wxCheckBox* m_checkBoxUseQmake;
 
37
                wxStaticText* m_staticText3;
 
38
                wxChoice* m_choiceQmakeSettings;
 
39
                wxStaticText* m_staticText4;
 
40
                wxTextCtrl* m_textCtrlQmakeExeLine;
 
41
                wxStaticText* m_staticText5;
 
42
                wxTextCtrl* m_textCtrlFreeText;
 
43
                
 
44
                // Virtual event handlers, overide them in your derived class
 
45
                virtual void OnUseQmake( wxUpdateUIEvent& event ){ event.Skip(); }
 
46
                
 
47
        
 
48
        public:
 
49
                QMakeTabBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxTAB_TRAVERSAL );
 
50
                ~QMakeTabBase();
 
51
        
 
52
};
 
53
 
 
54
#endif //__qmaketabbase__