Subversion Repositories tpanel

Rev

Rev 193 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 193 Rev 217
Line 115... Line 115...
115
        TSettings(const std::string& path);
115
        TSettings(const std::string& path);
116
 
116
 
117
        const std::string& getPath() { return mPath; }
117
        const std::string& getPath() { return mPath; }
118
        PANEL_SETUP_T& getSettings() { return mSetup; }
118
        PANEL_SETUP_T& getSettings() { return mSetup; }
119
        PROJECT_INFO& getProjectInfo() { return mProject; }
119
        PROJECT_INFO& getProjectInfo() { return mProject; }
120
        int getWith() { return mSetup.screenWidth; }
120
        int getWidth() { return mSetup.screenWidth; }
121
        int getHeight() { return mSetup.screenHeight; }
121
        int getHeight() { return mSetup.screenHeight; }
122
        int getRotate() { return mSetup.screenRotate; }
122
        int getRotate() { return mSetup.screenRotate; }
123
        bool isPortrait();
123
        bool isPortrait();
124
        bool isLandscape();
124
        bool isLandscape();
125
        std::vector<RESOURCE_LIST_T>& getResourcesList() { return mResourceLists; }
125
        std::vector<RESOURCE_LIST_T>& getResourcesList() { return mResourceLists; }