Subversion Repositories tpanel

Rev

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

Rev 369 Rev 383
Line 482... Line 482...
482
         *
482
         *
483
         * @param handle    The handle of the button
483
         * @param handle    The handle of the button
484
         * @param row       The number of the selected row.
484
         * @param row       The number of the selected row.
485
         */
485
         */
486
        void setSelectedRow(ulong handle, int row, const std::string& text);
486
        void setSelectedRow(ulong handle, int row, const std::string& text);
-
 
487
        /**
-
 
488
         * @brief redrawObject - redraws an object
-
 
489
         * The method sends the last stored graphic to the surface where it is
-
 
490
         * drawn.
-
 
491
         * If the object is not visible, it is not redrawn.
-
 
492
         *
-
 
493
         * @param handle    The handle of the object.
-
 
494
         */
-
 
495
        void redrawObject(ulong handle);
487
#ifdef Q_OS_IOS
496
#ifdef Q_OS_IOS
488
        void setBattery(int level, int state) { mLastBatteryLevel = level; mLastBatteryState = state; }
497
        void setBattery(int level, int state) { mLastBatteryLevel = level; mLastBatteryState = state; }
489
#endif
498
#endif
490
#ifdef _SCALE_SKIA_
499
#ifdef _SCALE_SKIA_
491
        /**
500
        /**