contacts_plat/contacts_ui_api/inc/cntviewparams.h
changeset 37 fd64c38c277d
parent 31 2a11b5b00470
child 47 7cbcb2896f0e
equal deleted inserted replaced
31:2a11b5b00470 37:fd64c38c277d
    72     groupEditorView,
    72     groupEditorView,
    73     groupMemberView,
    73     groupMemberView,
    74     groupActionsView,
    74     groupActionsView,
    75     historyView,
    75     historyView,
    76     importsView,
    76     importsView,
       
    77     settingsView,
    77     customPhonebookView = 100, // reserved for internal view plugins, DO NOT USE THESE
    78     customPhonebookView = 100, // reserved for internal view plugins, DO NOT USE THESE
    78     customView = 200 // for all other view plugins
    79     customView = 200 // for all other view plugins
    79 };
    80 };
    80 
    81 
    81 typedef QMap<int, QVariant> CntViewParameters;
    82 typedef QMap<int, QVariant> CntViewParameters;