/usr/include/gtksourceviewmm-3.0/gtksourceviewmm/gutterrenderer.h is in libgtksourceviewmm-3.0-dev 3.18.0-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 626 627 | // -*- c++ -*-
// Generated by gmmproc 2.46.1 -- DO NOT MODIFY!
#ifndef _GTKSOURCEVIEWMM_GUTTERRENDERER_H
#define _GTKSOURCEVIEWMM_GUTTERRENDERER_H
#include <glibmm/ustring.h>
#include <sigc++/sigc++.h>
/* gutterrenderer.h
*
* Copyright (C) 2010, 2011 Krzesimir Nowak
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version 2 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
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the Free
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
/// \file
/// \brief GutterRenderer class
#include <gtkmm/object.h>
#include <gtkmm/tooltip.h>
#include <gtksourceviewmm/view.h>
#ifndef DOXYGEN_SHOULD_SKIP_THIS
typedef struct _GtkSourceGutterRenderer GtkSourceGutterRenderer;
typedef struct _GtkSourceGutterRendererClass GtkSourceGutterRendererClass;
#endif /* DOXYGEN_SHOULD_SKIP_THIS */
#ifndef DOXYGEN_SHOULD_SKIP_THIS
namespace Gsv
{ class GutterRenderer_Class; } // namespace Gsv
#endif //DOXYGEN_SHOULD_SKIP_THIS
namespace Gsv
{
/** @addtogroup gtksourceviewmmEnums gtksourceviewmm Enums and Flags */
/**
*
* @ingroup gtksourceviewmmEnums
* @par Bitwise operators:
* <tt>%GutterRendererState operator|(GutterRendererState, GutterRendererState)</tt><br>
* <tt>%GutterRendererState operator&(GutterRendererState, GutterRendererState)</tt><br>
* <tt>%GutterRendererState operator^(GutterRendererState, GutterRendererState)</tt><br>
* <tt>%GutterRendererState operator~(GutterRendererState)</tt><br>
* <tt>%GutterRendererState& operator|=(GutterRendererState&, GutterRendererState)</tt><br>
* <tt>%GutterRendererState& operator&=(GutterRendererState&, GutterRendererState)</tt><br>
* <tt>%GutterRendererState& operator^=(GutterRendererState&, GutterRendererState)</tt><br>
*/
enum GutterRendererState
{
GUTTER_RENDERER_STATE_NORMAL = 0x0,
GUTTER_RENDERER_STATE_CURSOR = 1 << 0,
GUTTER_RENDERER_STATE_PRELIT = 1 << 1,
GUTTER_RENDERER_STATE_SELECTED = 1 << 2
};
/** @ingroup gtksourceviewmmEnums */
inline GutterRendererState operator|(GutterRendererState lhs, GutterRendererState rhs)
{ return static_cast<GutterRendererState>(static_cast<unsigned>(lhs) | static_cast<unsigned>(rhs)); }
/** @ingroup gtksourceviewmmEnums */
inline GutterRendererState operator&(GutterRendererState lhs, GutterRendererState rhs)
{ return static_cast<GutterRendererState>(static_cast<unsigned>(lhs) & static_cast<unsigned>(rhs)); }
/** @ingroup gtksourceviewmmEnums */
inline GutterRendererState operator^(GutterRendererState lhs, GutterRendererState rhs)
{ return static_cast<GutterRendererState>(static_cast<unsigned>(lhs) ^ static_cast<unsigned>(rhs)); }
/** @ingroup gtksourceviewmmEnums */
inline GutterRendererState operator~(GutterRendererState flags)
{ return static_cast<GutterRendererState>(~static_cast<unsigned>(flags)); }
/** @ingroup gtksourceviewmmEnums */
inline GutterRendererState& operator|=(GutterRendererState& lhs, GutterRendererState rhs)
{ return (lhs = static_cast<GutterRendererState>(static_cast<unsigned>(lhs) | static_cast<unsigned>(rhs))); }
/** @ingroup gtksourceviewmmEnums */
inline GutterRendererState& operator&=(GutterRendererState& lhs, GutterRendererState rhs)
{ return (lhs = static_cast<GutterRendererState>(static_cast<unsigned>(lhs) & static_cast<unsigned>(rhs))); }
/** @ingroup gtksourceviewmmEnums */
inline GutterRendererState& operator^=(GutterRendererState& lhs, GutterRendererState rhs)
{ return (lhs = static_cast<GutterRendererState>(static_cast<unsigned>(lhs) ^ static_cast<unsigned>(rhs))); }
} // namespace Gsv
#ifndef DOXYGEN_SHOULD_SKIP_THIS
namespace Glib
{
template <>
class Value<Gsv::GutterRendererState> : public Glib::Value_Flags<Gsv::GutterRendererState>
{
public:
static GType value_type() G_GNUC_CONST;
};
} // namespace Glib
#endif /* DOXYGEN_SHOULD_SKIP_THIS */
namespace Gsv
{
/**
*
* @ingroup gtksourceviewmmEnums
*/
enum GutterRendererAlignmentMode
{
GUTTER_RENDERER_ALIGNMENT_MODE_CELL,
GUTTER_RENDERER_ALIGNMENT_MODE_FIRST,
GUTTER_RENDERER_ALIGNMENT_MODE_LAST
};
} // namespace Gsv
#ifndef DOXYGEN_SHOULD_SKIP_THIS
namespace Glib
{
template <>
class Value<Gsv::GutterRendererAlignmentMode> : public Glib::Value_Enum<Gsv::GutterRendererAlignmentMode>
{
public:
static GType value_type() G_GNUC_CONST;
};
} // namespace Glib
#endif /* DOXYGEN_SHOULD_SKIP_THIS */
namespace Gsv
{
// TODO: write docs.
class GutterRenderer : public Gtk::Object
{
public:
#ifndef DOXYGEN_SHOULD_SKIP_THIS
typedef GutterRenderer CppObjectType;
typedef GutterRenderer_Class CppClassType;
typedef GtkSourceGutterRenderer BaseObjectType;
typedef GtkSourceGutterRendererClass BaseClassType;
#endif /* DOXYGEN_SHOULD_SKIP_THIS */
GutterRenderer(GutterRenderer&& src) noexcept;
GutterRenderer& operator=(GutterRenderer&& src) noexcept;
// noncopyable
GutterRenderer(const GutterRenderer&) = delete;
GutterRenderer& operator=(const GutterRenderer&) = delete;
virtual ~GutterRenderer() noexcept;
#ifndef DOXYGEN_SHOULD_SKIP_THIS
private:
friend class GutterRenderer_Class;
static CppClassType gutterrenderer_class_;
protected:
explicit GutterRenderer(const Glib::ConstructParams& construct_params);
explicit GutterRenderer(GtkSourceGutterRenderer* castitem);
#endif /* DOXYGEN_SHOULD_SKIP_THIS */
public:
/** Get the GType for this class, for use with the underlying GObject type system.
*/
static GType get_type() G_GNUC_CONST;
#ifndef DOXYGEN_SHOULD_SKIP_THIS
static GType get_base_type() G_GNUC_CONST;
#endif
///Provides access to the underlying C GtkObject.
GtkSourceGutterRenderer* gobj() { return reinterpret_cast<GtkSourceGutterRenderer*>(gobject_); }
///Provides access to the underlying C GtkObject.
const GtkSourceGutterRenderer* gobj() const { return reinterpret_cast<GtkSourceGutterRenderer*>(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_query_tooltip().
virtual bool on_query_tooltip(const Gtk::TextIter& iter, const Gdk::Rectangle& area, int x, int y, const Glib::RefPtr<Gtk::Tooltip>& tooltip);
/// This is a default handler for the signal signal_activate().
virtual void on_activate(const Gtk::TextIter& iter, const Gdk::Rectangle& area, GdkEvent* event);
/// This is a default handler for the signal signal_queue_draw().
virtual void on_queue_draw();
/// This is a default handler for the signal signal_query_data().
virtual void on_query_data(const Gtk::TextIter& start, const Gtk::TextIter& end, GutterRendererState state);
/// This is a default handler for the signal signal_query_activatable().
virtual bool on_query_activatable(const Gtk::TextIter& iter, const Gdk::Rectangle& area, GdkEvent* event);
private:
public:
/** Called when drawing a region begins. The region to be drawn is indicated
* by @a start and @a end. The purpose is to allow the implementation to precompute
* some state before the signal_draw() method is called for each cell.
*
* @param cr A #cairo_t.
* @param background_area A Gdk::Rectangle.
* @param cell_area A Gdk::Rectangle.
* @param start A Gtk::TextIter.
* @param end A Gtk::TextIter.
*/
void begin(const Cairo::RefPtr<Cairo::Context>& cr, const Gdk::Rectangle& background_area, const Gdk::Rectangle& cell_area, Gtk::TextIter& start, Gtk::TextIter& end);
/** Main renderering method. Implementations should implement this method to
* draw onto the cairo context. The @a background_area indicates total area of
* the cell (without padding or margin) to be drawn. The @a cell_area indicates
* the area where content can be drawn (text, images, etc).
*
* The @a p6 argument indicates the current state of the renderer and should
* be taken into account to properly draw the different possible states
* (cursor, prelit, selected) if appropriate.
*
* @param cr The cairo render context.
* @param background_area A Gdk::Rectangle indicating the total area to be drawn.
* @param cell_area A Gdk::Rectangle indicating the area to draw content.
* @param start A Gtk::TextIter.
* @param end A Gtk::TextIter.
* @param p6 A Gtk::SourceGutterRendererState.
*/
void draw(const Cairo::RefPtr<Cairo::Context>& cr, const Gdk::Rectangle& background_area, const Gdk::Rectangle& cell_area, Gtk::TextIter& start, Gtk::TextIter& end, GutterRendererState p6);
/** Called when drawing a region of lines has ended.
*/
void end();
/** Get the size of the renderer.
*
* @return The size of the renderer.
*/
int get_size() const;
/** Sets the size of the renderer. A value of -1 specifies that the size
* is to be determined dynamically.
*
* @param size The size.
*/
void set_size(int size);
/** Get whether the gutter renderer is visible.
*
* @return <tt>true</tt> if the renderer is visible, <tt>false</tt> otherwise.
*/
bool get_visible() const;
/** Set whether the gutter renderer is visible.
*
* @param visible The visibility.
*/
void set_visible(bool visible);
// TODO: write padding class. krnowak
/** Get the x-padding and y-padding of the gutter renderer.
*
* @param xpad Return location for the x-padding (can be <tt>0</tt>).
* @param ypad Return location for the y-padding (can be <tt>0</tt>).
*/
void get_padding(int& xpad, int& ypad) const;
/** Set the padding of the gutter renderer. Both @a xpad and @a ypad can be
* -1, which means the values will not be changed (this allows changing only
* one of the values).
*
* @param xpad The x-padding.
* @param ypad The y-padding.
*/
void set_padding(int xpad, int ypad);
// TODO: write alignment class. krnowak
/** Get the x-alignment and y-alignment of the gutter renderer.
*
* @param xalign Return location for the x-alignment (can be <tt>0</tt>).
* @param yalign Return location for the y-alignment (can be <tt>0</tt>).
*/
void get_alignment(float& xalign, float& yalign) const;
/** Set the alignment of the gutter renderer. Both @a xalign and @a yalign can be
* -1, which means the values will not be changed (this allows changing only
* one of the values).
*
* @param xalign The x-alignment.
* @param yalign The y-alignment.
*/
void set_alignment(float xalign, float yalign);
/** Get the alignment mode. The alignment mode describes the manner in which the
* renderer is aligned (see :xalign and :yalign).
*
* @return A Gtk::SourceGutterRendererAlignmentMode.
*/
GutterRendererAlignmentMode get_alignment_mode() const;
/** Set the alignment mode. The alignment mode describes the manner in which the
* renderer is aligned (see :xalign and :yalign).
*
* @param mode A Gtk::SourceGutterRendererAlignmentMode.
*/
void set_alignment_mode(GutterRendererAlignmentMode mode);
/** Get the Gtk::TextWindowType associated with the gutter renderer.
*
* @return A Gtk::TextWindowType.
*/
Gtk::TextWindowType get_window_type() const;
/** Get the view associated to the gutter renderer
*
* @return A Gtk::TextView.
*/
Gtk::TextView* get_view();
/** Get the view associated to the gutter renderer
*
* @return A Gtk::TextView.
*/
const Gtk::TextView* get_view() const;
// TODO: use std::pair? krnowak
/** Get the background color of the renderer.
*
* @param color Return value for a Gdk::RGBA.
* @return <tt>true</tt> if the background color is set, <tt>false</tt> otherwise.
*/
bool get_background(Gdk::RGBA& color) const;
bool is_background_set() const;
/** Set the background color of the renderer. If @a color is set to <tt>0</tt>, the
* renderer will not have a background color.
*
* @param color A Gdk::RGBA or <tt>0</tt>.
*/
void set_background(const Gdk::RGBA& color);
/** Emits the signal_queue_draw() signal of the renderer. Call this from an
* implementation to inform that the renderer has changed such that it needs
* to redraw.
*/
void queue_draw();
/** Visible.
*
* @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_visible() ;
/** Visible.
*
* @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_visible() const;
/** The x-padding.
*
* @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< int > property_xpad() ;
/** The x-padding.
*
* @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< int > property_xpad() const;
/** The y-padding.
*
* @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< int > property_ypad() ;
/** The y-padding.
*
* @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< int > property_ypad() const;
/** The x-alignment.
*
* @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< float > property_xalign() ;
/** The x-alignment.
*
* @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< float > property_xalign() const;
/** The y-alignment.
*
* @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< float > property_yalign() ;
/** The y-alignment.
*
* @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< float > property_yalign() const;
/** The view.
*
* @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< Gtk::TextView* > property_view() const;
/** The alignment mode.
*
* @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< GutterRendererAlignmentMode > property_alignment_mode() ;
/** The alignment mode.
*
* @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< GutterRendererAlignmentMode > property_alignment_mode() const;
/** The window type.
*
* @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< Gtk::TextWindowType > property_window_type() const;
/** The size.
*
* @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< int > property_size() ;
/** The size.
*
* @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< int > property_size() const;
/** The background color.
*
* @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< Gdk::RGBA > property_background_rgba() ;
/** The background color.
*
* @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< Gdk::RGBA > property_background_rgba() const;
/** Whether the background color is set.
*
* @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_background_set() ;
/** Whether the background color is set.
*
* @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_background_set() const;
/**
* @par Slot Prototype:
* <tt>bool on_my_%query_tooltip(const Gtk::TextIter& iter, const Gdk::Rectangle& area, int x, int y, const Glib::RefPtr<Gtk::Tooltip>& tooltip)</tt>
*
*/
Glib::SignalProxy5< bool,const Gtk::TextIter&,const Gdk::Rectangle&,int,int,const Glib::RefPtr<Gtk::Tooltip>& > signal_query_tooltip();
/**
* @par Slot Prototype:
* <tt>void on_my_%activate(const Gtk::TextIter& iter, const Gdk::Rectangle& area, GdkEvent* event)</tt>
*
*/
Glib::SignalProxy3< void,const Gtk::TextIter&,const Gdk::Rectangle&,GdkEvent* > signal_activate();
/**
* @par Slot Prototype:
* <tt>void on_my_%queue_draw()</tt>
*
*/
Glib::SignalProxy0< void > signal_queue_draw();
/**
* @par Slot Prototype:
* <tt>void on_my_%query_data(const Gtk::TextIter& start, const Gtk::TextIter& end, GutterRendererState state)</tt>
*
*/
Glib::SignalProxy3< void,const Gtk::TextIter&,const Gtk::TextIter&,GutterRendererState > signal_query_data();
/**
* @par Slot Prototype:
* <tt>bool on_my_%query_activatable(const Gtk::TextIter& iter, const Gdk::Rectangle& area, GdkEvent* event)</tt>
*
*/
Glib::SignalProxy3< bool,const Gtk::TextIter&,const Gdk::Rectangle&,GdkEvent* > signal_query_activatable();
protected:
GutterRenderer();
virtual void begin_vfunc(const Cairo::RefPtr<Cairo::Context>& cr, const Gdk::Rectangle& background_area, const Gdk::Rectangle& cell_area, Gtk::TextIter& start, Gtk::TextIter& end);
virtual void draw_vfunc(const Cairo::RefPtr<Cairo::Context>& cr, const Gdk::Rectangle& background_area, const Gdk::Rectangle& cell_area, Gtk::TextIter& start, Gtk::TextIter& end, GutterRendererState p6);
virtual void end_vfunc();
virtual void change_view_vfunc(Gtk::TextView* old_view);
virtual void change_buffer_vfunc(const Glib::RefPtr<Gtk::TextBuffer>& old_buffer);
};
} // namespace Gsv
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 Gsv::GutterRenderer
*/
Gsv::GutterRenderer* wrap(GtkSourceGutterRenderer* object, bool take_copy = false);
} //namespace Glib
#endif /* _GTKSOURCEVIEWMM_GUTTERRENDERER_H */
|