Subversion Repositories tpanel

Rev

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

Rev 111 Rev 113
Line 249... Line 249...
249
 
249
 
250
        bool havePlaySound() { return _playSound != nullptr; }
250
        bool havePlaySound() { return _playSound != nullptr; }
251
        TSystemDraw *getSystemDraw() { return mSystemDraw; }
251
        TSystemDraw *getSystemDraw() { return mSystemDraw; }
252
        void reset();
252
        void reset();
253
        bool getPassThrough() { return mPassThrough; }
253
        bool getPassThrough() { return mPassThrough; }
-
 
254
        bool haveSetupPage() { return _callShowSetup != nullptr; }
-
 
255
        bool haveShutdown() { return _shutdown != nullptr; }
-
 
256
        void callSetupPage() { if (_callShowSetup) _callShowSetup(); }
-
 
257
        void callShutdown() { if (_shutdown) _shutdown(); }
254
 
258
 
255
    protected:
259
    protected:
256
        PAGELIST_T findPage(const std::string& name);
260
        PAGELIST_T findPage(const std::string& name);
257
        PAGELIST_T findPage(int ID);
261
        PAGELIST_T findPage(int ID);
258
        SUBPAGELIST_T findSubPage(const std::string& name);
262
        SUBPAGELIST_T findSubPage(const std::string& name);