equal
deleted
inserted
replaced
61 void destChanged(); |
61 void destChanged(); |
62 |
62 |
63 public slots: |
63 public slots: |
64 void updateDestinationView(); |
64 void updateDestinationView(); |
65 void showItemMenu(QPointF position); |
65 void showItemMenu(QPointF position); |
|
66 void openDestination(); |
66 void renameDestination(); |
67 void renameDestination(); |
67 void confirmDestinationDelete(); |
68 void confirmDestinationDelete(); |
68 void deleteDestination(); |
69 void deleteDestination(); |
69 void activateArrangeMode(); |
70 void activateArrangeMode(); |
70 void viewDone(); |
71 void viewDone(); |
110 HbListWidget *mList; |
111 HbListWidget *mList; |
111 //! New Destination name query dialog |
112 //! New Destination name query dialog |
112 HbInputDialog *mDialog; |
113 HbInputDialog *mDialog; |
113 //! New Destination name query's OK action |
114 //! New Destination name query's OK action |
114 HbAction *mOkAction; |
115 HbAction *mOkAction; |
115 |
|
116 //! Maximun length for destination name |
|
117 static const int DestinationNameMaxLength = 30; |
|
118 }; |
116 }; |
119 |
117 |
120 #endif /* CPDESTINATIONENTRYITEM_H */ |
118 #endif /* CPDESTINATIONENTRYITEM_H */ |