Subversion Repositories tpanel

Rev

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

Rev 306 Rev 309
Line 368... Line 368...
368
         * @param name  The name of the subpage to hide.
368
         * @param name  The name of the subpage to hide.
369
         */
369
         */
370
        void hideSubPage(const std::string& name);
370
        void hideSubPage(const std::string& name);
371
        /**
371
        /**
372
         * This is called whenever an input button finished or changed it's
372
         * This is called whenever an input button finished or changed it's
373
         * content. It is called out of the class TQEditLine.
373
         * content. It is called indirectly out of the class TQEditLine.
374
         * The method writes the content into the text area of the button the
374
         * The method writes the content into the text area of the button the
375
         * handle points to.
375
         * handle points to.
376
         *
376
         *
377
         * @param handle   The handle of the button.
377
         * @param handle   The handle of the button.
378
         * @param content  The content of the text area.
378
         * @param content  The content of the text area.
379
         */
379
         */
380
        void inputButtonFinished(ulong handle, const std::string& content);
380
        void inputButtonFinished(ulong handle, const std::string& content);
-
 
381
        void inputCursorPositionChanged(ulong handle, int oldPos, int newPos);
-
 
382
        void inputFocusChanged(ulong handle, bool in);
381
#ifdef _SCALE_SKIA_
383
#ifdef _SCALE_SKIA_
382
        void setScaleFactor(double scale) { mScaleFactor = scale; }
384
        void setScaleFactor(double scale) { mScaleFactor = scale; }
383
        double getScaleFactor() { return mScaleFactor; }
385
        double getScaleFactor() { return mScaleFactor; }
384
        void setScaleFactorWidth(double scale) { mScaleFactorWidth = scale; }
386
        void setScaleFactorWidth(double scale) { mScaleFactorWidth = scale; }
385
        double getScaleFactorWidth() { return mScaleFactorWidth; }
387
        double getScaleFactorWidth() { return mScaleFactorWidth; }