Subversion Repositories tpanel

Rev

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

Rev 57 Rev 154
Line 120... Line 120...
120
        void setHideTime(int t) { mSubpage.hideTime = t; }
120
        void setHideTime(int t) { mSubpage.hideTime = t; }
121
        int getTimeout() { return mSubpage.timeout; }
121
        int getTimeout() { return mSubpage.timeout; }
122
        void setTimeout(int t) { mSubpage.timeout = t; }
122
        void setTimeout(int t) { mSubpage.timeout = t; }
123
        bool isVisible() { return mVisible; }
123
        bool isVisible() { return mVisible; }
124
        bool hasButton(int id);
124
        bool hasButton(int id);
-
 
125
        ulong getHandle() { return ((mSubpage.pageID << 16) & 0xffff0000); }
125
        Button::TButton *getButton(int id);
126
        Button::TButton *getButton(int id);
126
        std::vector<Button::TButton *> getButtons(int ap, int ad);
127
        std::vector<Button::TButton *> getButtons(int ap, int ad);
127
        std::vector<Button::TButton *> getAllButtons();
128
        std::vector<Button::TButton *> getAllButtons();
128
        void show();
129
        void show();
129
        void drop();
130
        void drop();