/usr/include/gtkmm-2.4/gtkmm/range.h is in libgtkmm-2.4-dev 1:2.24.5-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 | // -*- c++ -*-
// Generated by gmmproc 2.45.3 -- DO NOT MODIFY!
#ifndef _GTKMM_RANGE_H
#define _GTKMM_RANGE_H
#include <glibmm/ustring.h>
#include <sigc++/sigc++.h>
/* $Id: range.hg,v 1.8 2006/04/12 11:11:25 murrayc Exp $ */
/* Copyright (C) 1998-2002 The gtkmm Development Team
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#include <gtkmm/widget.h>
#include <gtkmm/enums.h> //For SensitivityType.
#include <gtkmm/border.h>
#ifndef DOXYGEN_SHOULD_SKIP_THIS
typedef struct _GtkRange GtkRange;
typedef struct _GtkRangeClass GtkRangeClass;
#endif /* DOXYGEN_SHOULD_SKIP_THIS */
namespace Gtk
{ class Range_Class; } // namespace Gtk
namespace Gtk
{
class Adjustment;
/** Base class for widgets which visualize an adjustment.
*
* @ingroup Widgets
*/
class Range : public Widget
{
public:
#ifndef DOXYGEN_SHOULD_SKIP_THIS
typedef Range CppObjectType;
typedef Range_Class CppClassType;
typedef GtkRange BaseObjectType;
typedef GtkRangeClass BaseClassType;
#endif /* DOXYGEN_SHOULD_SKIP_THIS */
virtual ~Range();
#ifndef DOXYGEN_SHOULD_SKIP_THIS
private:
friend class Range_Class;
static CppClassType range_class_;
// noncopyable
Range(const Range&);
Range& operator=(const Range&);
protected:
explicit Range(const Glib::ConstructParams& construct_params);
explicit Range(GtkRange* castitem);
#endif /* DOXYGEN_SHOULD_SKIP_THIS */
public:
#ifndef DOXYGEN_SHOULD_SKIP_THIS
static GType get_type() G_GNUC_CONST;
static GType get_base_type() G_GNUC_CONST;
#endif
///Provides access to the underlying C GtkObject.
GtkRange* gobj() { return reinterpret_cast<GtkRange*>(gobject_); }
///Provides access to the underlying C GtkObject.
const GtkRange* gobj() const { return reinterpret_cast<GtkRange*>(gobject_); }
public:
//C++ methods used to invoke GTK+ virtual functions:
protected:
//GTK+ Virtual Functions (override these to change behaviour):
//Default Signal Handlers::
/// This is a default handler for the signal signal_value_changed().
virtual void on_value_changed();
/// This is a default handler for the signal signal_adjust_bounds().
virtual void on_adjust_bounds(double new_value);
/// This is a default handler for the signal signal_move_slider().
virtual void on_move_slider(ScrollType scroll);
private:
protected:
Range();
public:
#ifndef GTKMM_DISABLE_DEPRECATED
/** Sets the update policy for the range. Gtk::UPDATE_CONTINUOUS means that
* anytime the range slider is moved, the range value will change and the
* value_changed signal will be emitted. Gtk::UPDATE_DELAYED means that
* the value will be updated after a brief timeout where no slider motion
* occurs, so updates are spaced by a short time rather than
* continuous. Gtk::UPDATE_DISCONTINUOUS means that the value will only
* be updated when the user releases the button and ends the slider
* drag operation.
*
* Deprecated: 2.24: There is no replacement. If you require delayed
* updates, you need to code it yourself.
*
* @param policy Update policy.
*/
void set_update_policy(UpdateType policy);
#endif // GTKMM_DISABLE_DEPRECATED
#ifndef GTKMM_DISABLE_DEPRECATED
/** Gets the update policy of @a range. See set_update_policy().
*
* Deprecated: 2.24: There is no replacement. If you require delayed
* updates, you need to code it yourself.
*
* @return The current update policy.
*/
UpdateType get_update_policy() const;
#endif // GTKMM_DISABLE_DEPRECATED
/** Sets the adjustment to be used as the "model" object for this range
* widget. The adjustment indicates the current range value, the
* minimum and maximum range values, the step/page increments used
* for keybindings and scrolling, and the page size. The page size
* is normally 0 for Gtk::Scale and nonzero for Gtk::Scrollbar, and
* indicates the size of the visible area of the widget being scrolled.
* The page size affects the size of the scrollbar slider.
*
* @param adjustment A Gtk::Adjustment.
*/
void set_adjustment(Gtk::Adjustment& adjustment);
void unset_adjustment();
/** Get the Gtk::Adjustment which is the "model" object for Gtk::Range.
* See set_adjustment() for details.
* The return value does not have a reference added, so should not
* be unreferenced.
*
* @return A Gtk::Adjustment.
*/
Gtk::Adjustment* get_adjustment();
/** Get the Gtk::Adjustment which is the "model" object for Gtk::Range.
* See set_adjustment() for details.
* The return value does not have a reference added, so should not
* be unreferenced.
*
* @return A Gtk::Adjustment.
*/
const Gtk::Adjustment* get_adjustment() const;
/** Ranges normally move from lower to higher values as the
* slider moves from top to bottom or left to right. Inverted
* ranges have higher values at the top or on the right rather than
* on the bottom or left.
*
* @param setting <tt>true</tt> to invert the range.
*/
void set_inverted(bool setting = true);
/** Gets the value set by set_inverted().
*
* @return <tt>true</tt> if the range is inverted.
*/
bool get_inverted() const;
/** If a range is flippable, it will switch its direction if it is
* horizontal and its direction is Gtk::TEXT_DIR_RTL.
*
* See Gtk::Widget::get_direction().
*
* @newin{2,18}
*
* @param flippable <tt>true</tt> to make the range flippable.
*/
void set_flippable(bool flippable = true);
/** Gets the value set by set_flippable().
*
* @newin{2,18}
*
* @return <tt>true</tt> if the range is flippable.
*/
bool get_flippable() const;
/** Sets whether the range's slider has a fixed size, or a size that
* depends on it's adjustment's page size.
*
* This function is useful mainly for Gtk::Range subclasses.
*
* @newin{2,20}
*
* @param size_fixed <tt>true</tt> to make the slider size constant.
*/
void set_slider_size_fixed(bool size_fixed = true);
/** This function is useful mainly for Gtk::Range subclasses.
*
* See set_slider_size_fixed().
*
* @newin{2,20}
*
* @return Whether the range's slider has a fixed size.
*/
bool get_slider_size_fixed() const;
/** Sets the minimum size of the range's slider.
*
* This function is useful mainly for Gtk::Range subclasses.
*
* @newin{2,20}
*
* @param min_size The slider's minimum size.
*/
void set_min_slider_size(bool min_size = true);
/** This function is useful mainly for Gtk::Range subclasses.
*
* See set_min_slider_size().
*
* @newin{2,20}
*
* @return The minimum size of the range's slider.
*/
int get_min_slider_size() const;
/** This method returns the area that contains the range's trough
* and its steppers, in the widget's Gdk::Window coordinates.
*
* This method is useful mainly for Range subclasses.
*
* @result The range rectangle.
*
* @@newin{2,20}
*/
Gdk::Rectangle get_range_rect() const;
/** This function returns sliders range along the long dimension,
* in widget->window coordinates.
*
* This function is useful mainly for Gtk::Range subclasses.
*
* @newin{2,20}
*
* @param slider_start Return location for the slider's start, or <tt>0</tt>.
* @param slider_end Return location for the slider's end, or <tt>0</tt>.
*/
void get_slider_range(int& slider_start, int& slider_end) const;
/** Sets the sensitivity policy for the stepper that points to the
* 'lower' end of the GtkRange's adjustment.
*
* @newin{2,10}
*
* @param sensitivity The lower stepper's sensitivity policy.
*/
void set_lower_stepper_sensitivity(SensitivityType sensitivity);
/** Gets the sensitivity policy for the stepper that points to the
* 'lower' end of the GtkRange's adjustment.
*
* @newin{2,10}
*
* @return The lower stepper's sensitivity policy.
*/
SensitivityType get_lower_stepper_sensitivity() const;
/** Sets the sensitivity policy for the stepper that points to the
* 'upper' end of the GtkRange's adjustment.
*
* @newin{2,10}
*
* @param sensitivity The upper stepper's sensitivity policy.
*/
void set_upper_stepper_sensitivity(SensitivityType sensitivity);
/** Gets the sensitivity policy for the stepper that points to the
* 'upper' end of the GtkRange's adjustment.
*
* @newin{2,10}
*
* @return The upper stepper's sensitivity policy.
*/
SensitivityType get_upper_stepper_sensitivity() const;
/** Sets the step and page sizes for the range.
* The step size is used when the user clicks the Gtk::Scrollbar
* arrows or moves Gtk::Scale via arrow keys. The page size
* is used for example when moving via Page Up or Page Down keys.
*
* @param step Step size.
* @param page Page size.
*/
void set_increments(double step, double page);
/** Sets the allowable values in the Gtk::Range, and clamps the range
* value to be between @a min and @a max. (If the range has a non-zero
* page size, it is clamped between @a min and @a max - page-size.)
*
* @param min Minimum range value.
* @param max Maximum range value.
*/
void set_range(double min, double max);
/** Sets the current value of the range; if the value is outside the
* minimum or maximum range values, it will be clamped to fit inside
* them. The range emits the Gtk::Range::signal_value_changed() signal if the
* value changes.
*
* @param value New value of the range.
*/
void set_value(double value);
/** Gets the current value of the range.
*
* @return Current value of the range.
*/
double get_value() const;
/** Sets whether a graphical fill level is show on the trough. See
* set_fill_level() for a general description of the fill
* level concept.
*
* @newin{2,12}
*
* @param show_fill_level Whether a fill level indicator graphics is shown.
*/
void set_show_fill_level(bool show_fill_level = true);
/** Gets whether the range displays the fill level graphically.
*
* @newin{2,12}
*
* @return <tt>true</tt> if @a range shows the fill level.
*/
bool get_show_fill_level() const;
/** Sets whether the slider is restricted to the fill level. See
* set_fill_level() for a general description of the fill
* level concept.
*
* @newin{2,12}
*
* @param restrict_to_fill_level Whether the fill level restricts slider movement.
*/
void set_restrict_to_fill_level(bool restrict_to_fill_level = true);
/** Gets whether the range is restricted to the fill level.
*
* @newin{2,12}
*
* @return <tt>true</tt> if @a range is restricted to the fill level.
*/
bool get_restrict_to_fill_level() const;
/** Set the new position of the fill level indicator.
*
* The "fill level" is probably best described by its most prominent
* use case, which is an indicator for the amount of pre-buffering in
* a streaming media player. In that use case, the value of the range
* would indicate the current play position, and the fill level would
* be the position up to which the file/stream has been downloaded.
*
* This amount of prebuffering can be displayed on the range's trough
* and is themeable separately from the trough. To enable fill level
* display, use set_show_fill_level(). The range defaults
* to not showing the fill level.
*
* Additionally, it's possible to restrict the range's slider position
* to values which are smaller than the fill level. This is controller
* by set_restrict_to_fill_level() and is by default
* enabled.
*
* @newin{2,12}
*
* @param fill_level The new position of the fill level indicator.
*/
void set_fill_level(double fill_level);
/** Gets the current position of the fill level indicator.
*
* @newin{2,12}
*
* @return The current fill level.
*/
double get_fill_level() const;
//gtkmmproc error: gtk_range_set_round_digits : method defs lookup failed (1)
//gtkmmproc error: gtk_range_get_round_digits : method defs lookup failed (1)
/**
* @par Slot Prototype:
* <tt>void on_my_%value_changed()</tt>
*
*/
Glib::SignalProxy0< void > signal_value_changed();
/**
* @par Slot Prototype:
* <tt>void on_my_%adjust_bounds(double new_value)</tt>
*
*/
Glib::SignalProxy1< void,double > signal_adjust_bounds();
/**
* @par Slot Prototype:
* <tt>void on_my_%move_slider(ScrollType scroll)</tt>
*
*/
Glib::SignalProxy1< void,ScrollType > signal_move_slider();
//We use no_default_handler for this, because we can not add a new vfunc to 2.5 without breaking ABI.
//TODO: Remove no_default_handler when we do an ABI-break-with-parallel-install.
/** The change_value signal is emitted when a scroll action is
* performed on a range. It allows an application to determine the
* type of scroll event that occurred and the resultant new value.
* The application can handle the event itself and return true to
* prevent further processing. Or, by returning false, it can pass
* the event to other handlers until the default GTK+ handler is
* reached.
*
* The value parameter is unrounded. An application that overrides
* the change_value signal is responsible for clamping the value to
* the desired number of decimal digits; the default handler
* clamps the value based on range->round_digits.
*
* It is not possible to use delayed update policies in an overridden
* change_value handler.
*
* @param scroll the type of scroll action that was performed.
* @param new_value the new value resulting from the scroll action.
* @result true to prevent other handlers from being invoked for the
* signal, or false to propagate the signal further.
*
* @par Slot Prototype:
* <tt>bool on_my_%change_value(ScrollType scroll, double new_value)</tt>
*
*/
Glib::SignalProxy2< bool,ScrollType,double > signal_change_value();
/** How the range should be updated on the screen.
*
* @return A PropertyProxy that allows you to get or set the value of the property,
* or receive notification when the value of the property changes.
*/
Glib::PropertyProxy< UpdateType > property_update_policy() ;
/** How the range should be updated on the screen.
*
* @return A PropertyProxy_ReadOnly that allows you to get the value of the property,
* or receive notification when the value of the property changes.
*/
Glib::PropertyProxy_ReadOnly< UpdateType > property_update_policy() const;
/** The GtkAdjustment that contains the current value of this range object.
*
* @return A PropertyProxy that allows you to get or set the value of the property,
* or receive notification when the value of the property changes.
*/
Glib::PropertyProxy< Adjustment* > property_adjustment() ;
/** The GtkAdjustment that contains the current value of this range object.
*
* @return A PropertyProxy_ReadOnly that allows you to get the value of the property,
* or receive notification when the value of the property changes.
*/
Glib::PropertyProxy_ReadOnly< Adjustment* > property_adjustment() const;
/** Invert direction slider moves to increase range value.
*
* @return A PropertyProxy that allows you to get or set the value of the property,
* or receive notification when the value of the property changes.
*/
Glib::PropertyProxy< bool > property_inverted() ;
/** Invert direction slider moves to increase range value.
*
* @return A PropertyProxy_ReadOnly that allows you to get the value of the property,
* or receive notification when the value of the property changes.
*/
Glib::PropertyProxy_ReadOnly< bool > property_inverted() const;
/** The sensitivity policy for the stepper that points to the adjustment's lower side.
*
* @return A PropertyProxy that allows you to get or set the value of the property,
* or receive notification when the value of the property changes.
*/
Glib::PropertyProxy< SensitivityType > property_lower_stepper_sensitivity() ;
/** The sensitivity policy for the stepper that points to the adjustment's lower side.
*
* @return A PropertyProxy_ReadOnly that allows you to get the value of the property,
* or receive notification when the value of the property changes.
*/
Glib::PropertyProxy_ReadOnly< SensitivityType > property_lower_stepper_sensitivity() const;
/** The sensitivity policy for the stepper that points to the adjustment's upper side.
*
* @return A PropertyProxy that allows you to get or set the value of the property,
* or receive notification when the value of the property changes.
*/
Glib::PropertyProxy< SensitivityType > property_upper_stepper_sensitivity() ;
/** The sensitivity policy for the stepper that points to the adjustment's upper side.
*
* @return A PropertyProxy_ReadOnly that allows you to get the value of the property,
* or receive notification when the value of the property changes.
*/
Glib::PropertyProxy_ReadOnly< SensitivityType > property_upper_stepper_sensitivity() const;
/** Whether to display a fill level indicator graphics on trough.
*
* @return A PropertyProxy that allows you to get or set the value of the property,
* or receive notification when the value of the property changes.
*/
Glib::PropertyProxy< bool > property_show_fill_level() ;
/** Whether to display a fill level indicator graphics on trough.
*
* @return A PropertyProxy_ReadOnly that allows you to get the value of the property,
* or receive notification when the value of the property changes.
*/
Glib::PropertyProxy_ReadOnly< bool > property_show_fill_level() const;
/** Whether to restrict the upper boundary to the fill level.
*
* @return A PropertyProxy that allows you to get or set the value of the property,
* or receive notification when the value of the property changes.
*/
Glib::PropertyProxy< bool > property_restrict_to_fill_level() ;
/** Whether to restrict the upper boundary to the fill level.
*
* @return A PropertyProxy_ReadOnly that allows you to get the value of the property,
* or receive notification when the value of the property changes.
*/
Glib::PropertyProxy_ReadOnly< bool > property_restrict_to_fill_level() const;
/** The fill level.
*
* @return A PropertyProxy that allows you to get or set the value of the property,
* or receive notification when the value of the property changes.
*/
Glib::PropertyProxy< double > property_fill_level() ;
/** The fill level.
*
* @return A PropertyProxy_ReadOnly that allows you to get the value of the property,
* or receive notification when the value of the property changes.
*/
Glib::PropertyProxy_ReadOnly< double > property_fill_level() const;
//gtkmmproc error: round-digits : property defs lookup failed.
protected:
virtual void get_range_border_vfunc(Gtk::Border* border) const;
};
} // namespace Gtk
namespace Glib
{
/** A Glib::wrap() method for this object.
*
* @param object The C instance.
* @param take_copy False if the result should take ownership of the C instance. True if it should take a new copy or ref.
* @result A C++ instance that wraps this C instance.
*
* @relates Gtk::Range
*/
Gtk::Range* wrap(GtkRange* object, bool take_copy = false);
} //namespace Glib
#endif /* _GTKMM_RANGE_H */
|