Subversion Repositories tpanel

Rev

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

Rev 335 Rev 344
Line 460... Line 460...
460
            bool getSubViewScrollbar() { return (ba == 1 ? true : false); }
460
            bool getSubViewScrollbar() { return (ba == 1 ? true : false); }
461
            int getSubViewScrollbarOffset() { return (ba > 0 ? bo : 0); }
461
            int getSubViewScrollbarOffset() { return (ba > 0 ? bo : 0); }
462
            bool getWrapSubViewPages() { return (ws != 0 ? true : false); }
462
            bool getWrapSubViewPages() { return (ws != 0 ? true : false); }
463
            bool isFocused() { return mHasFocus; }
463
            bool isFocused() { return mHasFocus; }
464
            int getTextCursorPosition() { return mCursorPosition; }
464
            int getTextCursorPosition() { return mCursorPosition; }
-
 
465
            void setChanged(bool ch) { mChanged = ch; }
465
            SUBVIEW_POSITION_t getSubViewAnchor();
466
            SUBVIEW_POSITION_t getSubViewAnchor();
466
            std::function<std::vector<std::string>(ulong handle, int ap, int ta, int ti, int rows, int columns)> getCallbackListContent() { return _getListContent; }
467
            std::function<std::vector<std::string>(ulong handle, int ap, int ta, int ti, int rows, int columns)> getCallbackListContent() { return _getListContent; }
467
            std::function<std::string(int ti, int row)> getCallbackListRow() { return _getListRow; }
468
            std::function<std::string(int ti, int row)> getCallbackListRow() { return _getListRow; }
468
            std::function<void (TButton *button)> getCallbackGlobalSettings() { return _getGlobalSettings; };
469
            std::function<void (TButton *button)> getCallbackGlobalSettings() { return _getGlobalSettings; };
469
 
470