~ubuntu-branches/ubuntu/wily/sflphone/wily

« back to all changes in this revision

Viewing changes to daemon/libs/pjproject-2.1.0/pjsip-apps/src/symbian_ua_gui/inc/symbian_ua_guiSettingItemListView.h

  • Committer: Package Import Robot
  • Author(s): Mark Purcell
  • Date: 2014-01-28 18:23:36 UTC
  • mfrom: (1.1.11)
  • mto: This revision was merged to the branch mainline in revision 24.
  • Revision ID: package-import@ubuntu.com-20140128182336-3xenud1kbnwmf3mz
* New upstream release 
  - Fixes "New Upstream Release" (Closes: #735846)
  - Fixes "Ringtone does not stop" (Closes: #727164)
  - Fixes "[sflphone-kde] crash on startup" (Closes: #718178)
  - Fixes "sflphone GUI crashes when call is hung up" (Closes: #736583)
* Build-Depends: ensure GnuTLS 2.6
  - libucommon-dev (>= 6.0.7-1.1), libccrtp-dev (>= 2.0.6-3)
  - Fixes "FTBFS Build-Depends libgnutls{26,28}-dev" (Closes: #722040)
* Fix "boost 1.49 is going away" unversioned Build-Depends: (Closes: #736746)
* Add Build-Depends: libsndfile-dev, nepomuk-core-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* $Id: symbian_ua_guiSettingItemListView.h 3550 2011-05-05 05:33:27Z nanang $ */
 
2
/* 
 
3
 * Copyright (C) 2008-2011 Teluu Inc. (http://www.teluu.com)
 
4
 *
 
5
 * This program is free software; you can redistribute it and/or modify
 
6
 * it under the terms of the GNU General Public License as published by
 
7
 * the Free Software Foundation; either version 2 of the License, or
 
8
 * (at your option) any later version.
 
9
 *
 
10
 * This program is distributed in the hope that it will be useful,
 
11
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
12
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
13
 * GNU General Public License for more details.
 
14
 *
 
15
 * You should have received a copy of the GNU General Public License
 
16
 * along with this program; if not, write to the Free Software
 
17
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
 
18
 */
 
19
#ifndef SYMBIAN_UA_GUISETTINGITEMLISTVIEW_H
 
20
#define SYMBIAN_UA_GUISETTINGITEMLISTVIEW_H
 
21
 
 
22
// [[[ begin generated region: do not modify [Generated Includes]
 
23
#include <aknview.h>
 
24
#include "Symbian_ua_guiSettingItemListSettings.h"
 
25
// ]]] end generated region [Generated Includes]
 
26
 
 
27
 
 
28
// [[[ begin [Event Handler Includes]
 
29
// ]]] end [Event Handler Includes]
 
30
 
 
31
// [[[ begin generated region: do not modify [Generated Forward Declarations]
 
32
class CSymbian_ua_guiSettingItemList;
 
33
// ]]] end generated region [Generated Forward Declarations]
 
34
 
 
35
// [[[ begin generated region: do not modify [Generated Constants]
 
36
// ]]] end generated region [Generated Constants]
 
37
 
 
38
/**
 
39
 * Avkon view class for symbian_ua_guiSettingItemListView. It is register with the view server
 
40
 * by the AppUi. It owns the container control.
 
41
 * @class       Csymbian_ua_guiSettingItemListView symbian_ua_guiSettingItemListView.h
 
42
 */
 
43
class Csymbian_ua_guiSettingItemListView : public CAknView
 
44
        {
 
45
public:
 
46
        // constructors and destructor
 
47
        Csymbian_ua_guiSettingItemListView();
 
48
        static Csymbian_ua_guiSettingItemListView* NewL();
 
49
        static Csymbian_ua_guiSettingItemListView* NewLC();        
 
50
        void ConstructL();
 
51
        virtual ~Csymbian_ua_guiSettingItemListView();
 
52
 
 
53
public:
 
54
        // from base class CAknView
 
55
        TUid Id() const;
 
56
        void HandleCommandL( TInt aCommand );
 
57
 
 
58
protected:
 
59
        // from base class CAknView
 
60
        void DoActivateL(
 
61
                const TVwsViewId& aPrevViewId,
 
62
                TUid aCustomMessageId,
 
63
                const TDesC8& aCustomMessage );
 
64
        void DoDeactivate();
 
65
        void HandleStatusPaneSizeChange();
 
66
        
 
67
private:
 
68
        void SetupStatusPaneL();
 
69
        void CleanupStatusPane();
 
70
        // [[[ begin generated region: do not modify [Generated Methods]
 
71
public: 
 
72
        // ]]] end generated region [Generated Methods]
 
73
        
 
74
        
 
75
        // [[[ begin [Overridden Methods]
 
76
protected: 
 
77
        // ]]] end [Overridden Methods]
 
78
        
 
79
        
 
80
        // [[[ begin [User Handlers]
 
81
protected: 
 
82
        TBool HandleChangeSelectedSettingItemL( TInt aCommand );
 
83
        TBool HandleControlPaneRightSoftKeyPressedL( TInt aCommand );
 
84
        TBool HandleCancelMenuItemSelectedL( TInt aCommand );
 
85
        // ]]] end [User Handlers]
 
86
        
 
87
        // [[[ begin generated region: do not modify [Generated Instance Variables]
 
88
private: 
 
89
        CSymbian_ua_guiSettingItemList* iSymbian_ua_guiSettingItemList;
 
90
        TSymbian_ua_guiSettingItemListSettings* iSettings;
 
91
        // ]]] end generated region [Generated Instance Variables]
 
92
        
 
93
        };
 
94
 
 
95
#endif // SYMBIAN_UA_GUISETTINGITEMLISTVIEW_H