Subversion Repositories tpanel

Rev

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

Rev 361 Rev 387
Line 951... Line 951...
951
             * @return If everything went well, TRUE is returned. If an error
951
             * @return If everything went well, TRUE is returned. If an error
952
             * occurred it returns FALSE.
952
             * occurred it returns FALSE.
953
             */
953
             */
954
            bool drawMultistateBargraph(int level, bool show=true);
954
            bool drawMultistateBargraph(int level, bool show=true);
955
            /**
955
            /**
-
 
956
             * @brief Invert bargraph
-
 
957
             * This method sets or unsets inverting bargraphs.
-
 
958
             *
-
 
959
             * @param invert    TRUE: Invert the bargraph.
-
 
960
             */
-
 
961
            void setBargraphInvert(bool invert);
-
 
962
            /**
-
 
963
             * @brief Change ramp down time
-
 
964
             *
-
 
965
             * @param t     Time in 1/10 seconds
-
 
966
             */
-
 
967
            void setBargraphRampDownTime(int t);
-
 
968
            /**
-
 
969
             * @brief Change ramp up time
-
 
970
             *
-
 
971
             * @param t     Time in 1/10 seconds
-
 
972
             */
-
 
973
            void setBargraphRampUpTime(int t);
-
 
974
            /**
-
 
975
             * @brief Set the increment step factor
-
 
976
             *
-
 
977
             * @param inc   Step increment.
-
 
978
             */
-
 
979
            void setBargraphDragIncrement(int inc);
-
 
980
            /**
956
             * Draws the background and the frame, if any, of the box. It takes
981
             * Draws the background and the frame, if any, of the box. It takes
957
             * the number of rows in account.
982
             * the number of rows in account.
958
             *
983
             *
959
             * @param show  Optional: If set to false the button will not be
984
             * @param show  Optional: If set to false the button will not be
960
             * shown.
985
             * shown.
Line 1272... Line 1297...
1272
            int ar{0};              // Auto repeat (1 = true)
1297
            int ar{0};              // Auto repeat (1 = true)
1273
            int ru{0};              // Animate time up (bargraph)
1298
            int ru{0};              // Animate time up (bargraph)
1274
            int rd{0};              // Animate time down (bargraph)
1299
            int rd{0};              // Animate time down (bargraph)
1275
            int lu{0};              // Animate time up (Bargraph)
1300
            int lu{0};              // Animate time up (Bargraph)
1276
            int ld{0};              // Animate time down (Bargraph)
1301
            int ld{0};              // Animate time down (Bargraph)
1277
            int rv{0};
1302
            int rv{0};              // Bargraph: repeat interval?
1278
            int rl{0};              // Range low
1303
            int rl{0};              // Range low
1279
            int rh{0};              // Range high
1304
            int rh{0};              // Range high
1280
            int ri{0};              // Bargraph inverted (0 = normal, 1 = inverted)
1305
            int ri{0};              // Bargraph inverted (0 = normal, 1 = inverted)
1281
            int rn{0};              // Bargraph: Range drag increment
1306
            int rn{0};              // Bargraph: Range drag increment
1282
            int ac_di{0};           // (guess) Direction of text: 0 = left to right (default); 1 = right to left
1307
            int ac_di{0};           // (guess) Direction of text: 0 = left to right (default); 1 = right to left