00001 /* 00002 * ============================================================================ 00003 * Name : CPbkVideoNumberSelect from CPbkVideoNumberSelect.h 00004 * Part of : PbkView.dll 00005 * 00006 * Description: 00007 * Phonebook video call number selection dialog. This dialog implements the 00008 * video call number selection logic of Phonebook. 00009 * Version: 00010 * 00011 * Copyright (C) 2002 Nokia Corporation. 00012 * This material, including documentation and any related 00013 * computer programs, is protected by copyright controlled by 00014 * Nokia Corporation. All rights are reserved. Copying, 00015 * including reproducing, storing, adapting or translating, any 00016 * or all of this material requires the prior written consent of 00017 * Nokia Corporation. This material also contains confidential 00018 * information which may not be disclosed to others without the 00019 * prior written consent of Nokia Corporation. 00020 * ============================================================================ 00021 */ 00022 00023 #ifndef __CPbkVideoNumberSelect_H__ 00024 #define __CPbkVideoNumberSelect_H__ 00025 00026 // INCLUDES 00027 #include "CPbkPhoneNumberSelectBase.h" 00028 00029 // CLASS DECLARATION 00030 00035 class CPbkVideoNumberSelect : public CPbkPhoneNumberSelectBase 00036 { 00037 public: // Interface 00041 IMPORT_C CPbkVideoNumberSelect(); 00042 00049 class TParams : public CPbkAddressSelect::TBaseParams 00050 { 00051 public: 00057 IMPORT_C TParams(const CPbkContactItem& aContact); 00058 00059 private: // data 00061 TInt32 iSpare1; 00062 }; 00063 00071 IMPORT_C TBool ExecuteLD(TParams& aParams); 00072 00076 IMPORT_C ~CPbkVideoNumberSelect(); 00077 00078 private: // from CPbkAddressSelect 00079 IMPORT_C const TDesC& QueryTitleL(); 00080 IMPORT_C TInt QuerySoftkeysResource() const; 00081 IMPORT_C TKeyResponse PbkControlKeyEventL 00082 (const TKeyEvent& aKeyEvent,TEventCode aType); 00083 00084 private: // data members 00086 HBufC* iQueryTitle; 00087 // Spare data 00088 TInt32 iSpare1; 00089 }; 00090 00091 // __CPbkVideoNumberSelect_H__ 00092 #endif 00093 00094 // End of File