~ubuntu-branches/ubuntu/wily/ginkgocadx/wily-proposed

« back to all changes in this revision

Viewing changes to src/cadxcore/main/gui/ginkgocloud/wxtreelistctrlcloud.h

  • Committer: Package Import Robot
  • Author(s): Dmitry Smirnov
  • Date: 2013-10-24 21:28:17 UTC
  • mfrom: (1.2.2)
  • Revision ID: package-import@ubuntu.com-20131024212817-ej1skb9og09d3ht6
Tags: 3.5.0.1137.31+dfsg-1
New upstream release [October 2013]

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
 *  
3
 
 *  $Id: wxtreelistctrlacquisition.h $
4
 
 *  Ginkgo CADx Project
5
 
 *
6
 
 *  Copyright 2008-12 MetaEmotion S.L. All rights reserved.
7
 
 *  http://ginkgo-cadx.com
8
 
 *
9
 
 *  This file is licensed under LGPL v3 license.
10
 
 *  See License.txt for details
11
 
 *
12
 
 *
 
1
/*
 
2
 *  
 
3
 *  $Id: wxtreelistctrlacquisition.h $
 
4
 *  Ginkgo CADx Project
 
5
 *
 
6
 *  Copyright 2008-14 MetaEmotion S.L. All rights reserved.
 
7
 *  http://ginkgo-cadx.com
 
8
 *
 
9
 *  This file is licensed under LGPL v3 license.
 
10
 *  See License.txt for details
 
11
 *
 
12
 *
13
13
 */
14
14
 
15
15
#pragma once
42
42
#include <wx/dialog.h>
43
43
#include <wx/listbox.h>
44
44
 
45
 
 
46
 
#define DESCRIPTION_COLUMN 0
47
 
#define MODALITY_COLUMN 1
48
 
#define CREATOR_USER_NAME_COLUMN 2
49
 
#define LAST_MODIFICATOR_USER_NAME_COLUMN 3
50
 
#define DATE_COLUMN 4
51
 
#define URL_COLUMN 5
52
 
#define BUCKET_ID_COLUMN 6
 
45
 
 
46
#define DESCRIPTION_COLUMN 0
 
47
#define MODALITY_COLUMN 1
 
48
#define CREATOR_USER_NAME_COLUMN 2
 
49
#define LAST_MODIFICATOR_USER_NAME_COLUMN 3
 
50
#define DATE_COLUMN 4
 
51
#define URL_COLUMN 5
 
52
#define BUCKET_ID_COLUMN 6
53
53
 
54
54
 
55
55
class wxTreeListCtrlCloud : public wxTreeListCtrl