~ubuntu-branches/ubuntu/quantal/ginkgocadx/quantal

« back to all changes in this revision

Viewing changes to src/cadxcore/main/gui/paneltags/paneltags.h

  • Committer: Package Import Robot
  • Author(s): Andreas Tille
  • Date: 2011-11-09 12:29:00 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20111109122900-idkd9vvhr31whz8z
Tags: 2.6.0.0~rc-1
* New upstream version
  Closes: #647413
* Rebuild against recent insighttoolkit
  Closes: #648167

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 *  
3
 
 *  $Id: paneltags.h 3830 2011-05-06 13:30:18Z carlos $
 
3
 *  $Id: paneltags.h 4336 2011-10-26 11:57:07Z tovar $
4
4
 *  Ginkgo CADx Project
5
5
 *
6
6
 *  Copyright 2008-10 MetaEmotion S.L. All rights reserved.
20
20
 
21
21
class PanelCustomPASI;
22
22
 
23
 
 
24
23
namespace GNC {
25
24
        namespace GUI {
26
25
 
36
35
 
37
36
                        void OnPropertyChanged(wxPropertyGridEvent& event) ;
38
37
                        void OnPropertyChanging(wxPropertyGridEvent& event) ;
 
38
                        virtual void OnClose(wxCloseEvent &event);
 
39
 
 
40
                        wxPGProperty* CreatePropertyGroup(const wxString& label);
 
41
                        void InsertTagInGroup(wxPGProperty* prop, const std::string& key, wxPGPropArg idPadre);
39
42
 
40
43
                private:
41
44
                        void SetTags(GIL::DICOM::TipoJerarquia& base, wxPGPropArg idPadre, GIL::DICOM::IDICOMManager*   pDICOMManager) ;
 
45
 
 
46
                        wxPGProperty* identificationGroup;
 
47
                        wxPGProperty* patientGroup;
 
48
                        wxPGProperty* acquisitionGroup;
 
49
                        wxPGProperty* relationshipGroup;
 
50
                        wxPGProperty* imagePresentationGroup;
 
51
                        wxPGProperty* textGroup;
 
52
                        wxPGProperty* otherGroup;
42
53
                };
43
54
        }
44
55
}