cmmanager/cpdestinationplugin/inc/cpadddestinationentryitemdata.h
changeset 32 5c4486441ae6
parent 20 9c97ad6591ae
equal deleted inserted replaced
31:c16e04725da3 32:5c4486441ae6
    57 	virtual CpBaseSettingView *createSettingView() const;
    57 	virtual CpBaseSettingView *createSettingView() const;
    58 	bool isDestinationNameValid(const QString dest, CmManagerShim *cmm) const;
    58 	bool isDestinationNameValid(const QString dest, CmManagerShim *cmm) const;
    59 	void showErrorNote();
    59 	void showErrorNote();
    60     
    60     
    61 private slots:
    61 private slots:
    62 
       
    63     void onLaunchView();
    62     void onLaunchView();
    64 	
    63 	
    65 private: // data
    64 private: // data
    66 	
    65 	
    67     //! Parent object
    66     //! Parent object
    68 	CpDestinationGroup *mParent;
    67 	CpDestinationGroup *mParent;
    69 	//! New Destination name query dialog
    68 	//! New Destination name query dialog
    70 	HbInputDialog      *mDialog;
    69 	HbInputDialog      *mDialog;
    71 	//! New Destination name query's OK action
    70 	//! New Destination name query's OK action
    72 	HbAction           *mOkAction;
    71 	HbAction           *mOkAction;
    73 	
       
    74 	//! Maximun length for destination name
       
    75 	static const int DestinationNameMaxLength = 30;
       
    76 	
       
    77 };
    72 };
    78 
    73 
    79 #endif //CPADDDESTINATIONENTRYITEMDATA_H
    74 #endif //CPADDDESTINATIONENTRYITEMDATA_H