filebrowser/ui/inc/fbmainwindow.h
changeset 48 da3ec8478e66
parent 35 98924d2efce9
equal deleted inserted replaced
47:11fa016241a4 48:da3ec8478e66
    24 class HbView;
    24 class HbView;
    25 
    25 
    26 class EngineWrapper;
    26 class EngineWrapper;
    27 class FbDriveView;
    27 class FbDriveView;
    28 class FbFileView;
    28 class FbFileView;
    29 class SettingsView;
    29 class FbSettingsView;
    30 class EditorView;
    30 class FbEditorView;
    31 class SearchView;
    31 class FbSearchView;
       
    32 class FbAttributesView;
    32 
    33 
    33 class FbMainWindow : public HbMainWindow
    34 class FbMainWindow : public HbMainWindow
    34 {
    35 {
    35     Q_OBJECT
    36     Q_OBJECT
    36 
    37 
    46     void openDriveView();
    47     void openDriveView();
    47     void openFileView();
    48     void openFileView();
    48     void openSettingsView();
    49     void openSettingsView();
    49     void openEditorView(const QString &, bool);
    50     void openEditorView(const QString &, bool);
    50     void openSearchView(const QString &);
    51     void openSearchView(const QString &);
       
    52 
       
    53     void openAttributesView(const QString &, quint32 &, quint32 &, bool &);
       
    54     void closeAttributesView(bool);
    51     
    55     
    52 private:
    56 private:
    53     EngineWrapper *mEngineWrapper;
    57     EngineWrapper *mEngineWrapper;
    54     FbDriveView *mDriveView;
    58     FbDriveView *mDriveView;
    55     FbFileView *mFileView;
    59     FbFileView *mFileView;
    56     SettingsView *mSettingsView;
    60     FbSettingsView *mSettingsView;
    57     EditorView *mEditorView;
    61     FbEditorView *mEditorView;
    58     SearchView *mSearchView;
    62     FbSearchView *mSearchView;
       
    63     FbAttributesView *mAttributesView;
    59     HbView *mPreviousView;
    64     HbView *mPreviousView;
    60 };
    65 };
    61 
    66 
    62 #endif /* FBMAINWINDOW_H_ */
    67 #endif /* FBMAINWINDOW_H_ */