/usr/include/gtkmm-2.4/gtkmm/builder.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 | // -*- c++ -*-
// Generated by gmmproc 2.45.3 -- DO NOT MODIFY!
#ifndef _GTKMM_BUILDER_H
#define _GTKMM_BUILDER_H
#include <glibmm/ustring.h>
#include <sigc++/sigc++.h>
/* $Id: builder.hg,v 1.19 2006/05/10 20:59:27 murrayc Exp $ */
/* Copyright (C) 2007 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>
#ifndef DOXYGEN_SHOULD_SKIP_THIS
typedef struct _GtkBuilder GtkBuilder;
typedef struct _GtkBuilderClass GtkBuilderClass;
#endif /* DOXYGEN_SHOULD_SKIP_THIS */
#ifndef DOXYGEN_SHOULD_SKIP_THIS
namespace Gtk
{ class Builder_Class; } // namespace Gtk
#endif //DOXYGEN_SHOULD_SKIP_THIS
namespace Gtk
{
/** Exception class for Gdk::Builder errors.
*/
class BuilderError : public Glib::Error
{
public:
/**
*/
enum Code
{
INVALID_TYPE_FUNCTION,
UNHANDLED_TAG,
MISSING_ATTRIBUTE,
INVALID_ATTRIBUTE,
INVALID_TAG,
MISSING_PROPERTY_VALUE,
INVALID_VALUE,
VERSION_MISMATCH,
DUPLICATE_ID
};
BuilderError(Code error_code, const Glib::ustring& error_message);
explicit BuilderError(GError* gobject);
Code code() const;
#ifndef DOXYGEN_SHOULD_SKIP_THIS
private:
static void throw_func(GError* gobject);
friend void wrap_init(); // uses throw_func()
#endif //DOXYGEN_SHOULD_SKIP_THIS
};
} // namespace Gtk
#ifndef DOXYGEN_SHOULD_SKIP_THIS
namespace Glib
{
template <>
class Value<Gtk::BuilderError::Code> : public Glib::Value_Enum<Gtk::BuilderError::Code>
{
public:
static GType value_type() G_GNUC_CONST;
};
} // namespace Glib
#endif /* DOXYGEN_SHOULD_SKIP_THIS */
namespace Gtk
{
/** Build an interface from a UI definition description.
*
* This object represents an `instantiation' of an UI definition description.
* When one of these objects is created, the XML file is read, and the interface
* is created. The Gtk::Builder object then provides an interface for accessing the
* widgets in the interface by the names assigned to them inside the UI description.
*
* @newin{2,12}
*/
class Builder : public Glib::Object
{
#ifndef DOXYGEN_SHOULD_SKIP_THIS
public:
typedef Builder CppObjectType;
typedef Builder_Class CppClassType;
typedef GtkBuilder BaseObjectType;
typedef GtkBuilderClass BaseClassType;
private: friend class Builder_Class;
static CppClassType builder_class_;
private:
// noncopyable
Builder(const Builder&);
Builder& operator=(const Builder&);
protected:
explicit Builder(const Glib::ConstructParams& construct_params);
explicit Builder(GtkBuilder* castitem);
#endif /* DOXYGEN_SHOULD_SKIP_THIS */
public:
virtual ~Builder();
/** 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 GObject.
GtkBuilder* gobj() { return reinterpret_cast<GtkBuilder*>(gobject_); }
///Provides access to the underlying C GObject.
const GtkBuilder* gobj() const { return reinterpret_cast<GtkBuilder*>(gobject_); }
///Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
GtkBuilder* gobj_copy();
private:
protected:
Builder();
public:
/** Creates a new builder object.
*/
static Glib::RefPtr<Builder> create();
/** Parses a file containing a GtkBuilder UI definition.
*
* @param filename the name of the file to parse.
* @result A new Builder object, or a null pointer if an error occurred.
* @throws BuilderError, Glib::MarkupError, Glib::FileError
*
* @newin{2,12}
*/
static Glib::RefPtr<Builder> create_from_file(const std::string& filename);
/** Parses a file containing a GtkBuilder UI definition, building only the requested object.
*
* If you are adding an object that depends on an object that is not
* its child (for instance a GtkTreeView that depends on its
* GtkTreeModel), you have to explicitely list all of them.
*
* @param filename the name of the file to parse.
* @param object_id The object to build.
* @result A new Builder object, or a null pointer if an error occurred.
* @throws BuilderError, Glib::MarkupError, Glib::FileError
*
* @newin{2,14}
*/
static Glib::RefPtr<Builder> create_from_file(const std::string& filename, const Glib::ustring& object_id);
//This is just to avoid the ambiguous call when using a string literal,
//caused by the overload that takes a StringArrayHandle.
/** Parses a file containing a GtkBuilder UI definition, building only the requested object.
*
* If you are adding an object that depends on an object that is not
* its child (for instance a GtkTreeView that depends on its
* GtkTreeModel), you have to explicitely list all of them.
*
* @param filename the name of the file to parse.
* @param object_id The object to build.
* @result A new Builder object, or a null pointer if an error occurred.
* @throws BuilderError, Glib::MarkupError, Glib::FileError
*
* @newin{2,16}
*/
static Glib::RefPtr<Builder> create_from_file(const std::string& filename, const char* object_id);
/** Parses a file containing a GtkBuilder UI definition, building only the requested objects.
*
* If you are adding an object that depends on an object that is not
* its child (for instance a GtkTreeView that depends on its
* GtkTreeModel), you have to explicitely list all of them.
*
* @param filename the name of the file to parse.
* @param object_ids The objects to build.
* @result A new Builder object, or a null pointer if an error occurred.
* @throws BuilderError, Glib::MarkupError, Glib::FileError
*
* @newin{2,14}
*/
static Glib::RefPtr<Builder> create_from_file(const std::string& filename, const Glib::StringArrayHandle& object_ids);
/** Parses a string containing a GtkBuilder UI definition.
*
* @param buffer: the string to parse
* @result A new Builder object, or a null pointer if an error occurred.
* @throws BuilderError, Glib::MarkupError
*
* @newin{2,12}
*/
static Glib::RefPtr<Builder> create_from_string(const Glib::ustring& buffer);
//This is just to avoid the ambiguous call when using a string literal,
//caused by the overload that takes a StringArrayHandle.
/** Parses a string containing a GtkBuilder UI definition building only the requested object.
*
* @param buffer The string to parse.
* @param object_id The object to build.
* @result A new Builder object, or a null pointer if an error occurred.
* @throws BuilderError, Glib::MarkupError
*
* @newin{2,16}
*/
static Glib::RefPtr<Builder> create_from_string(const Glib::ustring& buffer, const char* object_id);
/** Parses a string containing a GtkBuilder UI definition building only the requested object.
*
* @param buffer The string to parse.
* @param object_id The object to build.
* @result A new Builder object, or a null pointer if an error occurred.
* @throws BuilderError, Glib::MarkupError
*
* @newin{2,14}
*/
static Glib::RefPtr<Builder> create_from_string(const Glib::ustring& buffer, const Glib::ustring& object_id);
/** Parses a string containing a GtkBuilder UI definition building only the requested objects.
*
* If you are adding an object that depends on an object that is not
* its child (for instance a GtkTreeView that depends on its
* GtkTreeModel), you have to explicitely list all of them.
*
* @param buffer the string to parse
* @param object_ids The objects to build.
* @result A new Builder object, or a null pointer if an error occurred.
* @throws BuilderError, Glib::MarkupError
*
* @newin{2,14}
*/
static Glib::RefPtr<Builder> create_from_string(const Glib::ustring& buffer, const Glib::StringArrayHandle& object_ids);
/** Parses a file containing a GtkBuilder UI definition,
* and merges it with the current contents of the builder.
*
* @param buffer The file to parse.
* @result true on success or false if an error occurred.
* @throws BuilderError, Glib::MarkupError, Glib::MarkupError
*
* @newin{2,14}
*/
bool add_from_file(const std::string& filename);
//This is just to avoid the ambiguous call when using a string literal,
//caused by the overload that takes a StringArrayHandle.
/** Parses a file containing a GtkBuilder UI definition,
* building only the requested object,
* and merges it with the current contents of the builder.
*
* If you are adding an object that depends on an object that is not
* its child (for instance a GtkTreeView that depends on its
* GtkTreeModel), you have to explicitely list all of them.
*
* @param buffer The file to parse.
* @param The object to build.
* @result true on success or false if an error occurred.
* @throws BuilderError, Glib::MarkupError, Glib::MarkupError
*
* @newin{2,16}
*/
bool add_from_file(const std::string& filename, const char* object_id);
/** Parses a file containing a GtkBuilder UI definition,
* building only the requested object,
* and merges it with the current contents of the builder.
*
* If you are adding an object that depends on an object that is not
* its child (for instance a GtkTreeView that depends on its
* GtkTreeModel), you have to explicitely list all of them.
*
* @param buffer The file to parse.
* @param The object to build.
* @result true on success or false if an error occurred.
* @throws BuilderError, Glib::MarkupError, Glib::MarkupError
*
* @newin{2,14}
*/
bool add_from_file(const std::string& filename, const Glib::ustring& object_id);
/** Parses a file containing a GtkBuilder
* UI definition building only the requested objects and merges
* them with the current contents of @a builder.
*
* Upon errors 0 will be returned and @a error will be assigned a
* Error from the Gtk::BUILDER_ERROR, MARKUP_ERROR or FILE_ERROR
* domain.
*
* <note>
* If you are adding an object that depends on an object that is not
* its child (for instance a Gtk::TreeView that depends on its
* Gtk::TreeModel), you have to explicitely list all of them in @a object_ids.
* </note>
*
* @newin{2,14}
*
* @param filename The name of the file to parse.
* @param object_ids Nul-terminated array of objects to build.
* @return A positive value on success, 0 if an error occurred.
*/
bool add_from_file(const std::string& filename, const Glib::StringArrayHandle& object_ids);
//This is just to avoid the ambiguous call when using a string literal,
//caused by the overload that takes a StringArrayHandle.
/** Parses a string containing a GtkBuilder UI definition
* and merges it with the current contents of the builder.
*
* @param buffer The string to parse.
* @result true on success or false if an error occurred.
* @throws BuilderError, Glib::MarkupError
*
* @newin{2,12}
*/
bool add_from_string(const Glib::ustring& buffer);
/** Parses a string containing a GtkBuilder UI definition,
* building only the requested object,
* and merges it with the current contents of the builder.
*
* @param buffer The string to parse.
* @param The object to build.
* @result true on success or false if an error occurred.
* @throws BuilderError, Glib::MarkupError
*
* @newin{2,16}
*/
bool add_from_string(const Glib::ustring& buffer, const char* object_id);
/** Parses a string containing a GtkBuilder UI definition,
* building only the requested object,
* and merges it with the current contents of the builder.
*
* @param buffer The string to parse.
* @param The object to build.
* @result true on success or false if an error occurred.
* @throws BuilderError, Glib::MarkupError
*
* @newin{2,14}
*/
bool add_from_string(const Glib::ustring& buffer, const Glib::ustring& object_id);
/** Parses a string containing a GtkBuilder UI definition,
* building only the requested objects,
* and merges it with the current contents of the builder.
*
* @param buffer The string to parse.
* @param The objects to build.
* @result true on success or false if an error occurred.
* @throws BuilderError, Glib::MarkupError
*
* @newin{2,14}
*/
bool add_from_string(const Glib::ustring& buffer, const Glib::StringArrayHandle& object_ids);
/** Parses a string containing a GtkBuilder UI definition
* and merges it with the current contents of the builder.
*
* @param buffer The string to parse.
* @param length The length of @a buffer (may be -1 if @buffer is nul-terminated).
* @result true on success or false if an error occurred.
* @throws BuilderError, Glib::MarkupError
*
* @newin{2,12}
*/
bool add_from_string(const char* buffer, gsize length);
//TODO: Custom-implement this and prevent it from being used with GTK_WIDGET-derived types?
/** Gets the object named @a name. Note that this function does not
* increment the reference count of the returned object.
*
* @newin{2,12}
*
* @param name Name of object to get.
* @return The object named @a name or <tt>0</tt> if
* it could not be found in the object tree.
*/
Glib::RefPtr<Glib::Object> get_object(const Glib::ustring& name);
/** Get a widget from the Builder file.
* For instance:
* @code
* Gtk::Table* pTable = 0;
* refXml->get_widget("mytable", pTable);
* @endcode
* This method prints a warning message to the console if the widget
* doesn't exist or has the wrong type, so you don't need to check that
* manually.
*
* Note that you are responsible for deleting top-level widgets (windows and
* dialogs) instantiated by the Builder object. Other widgets are instantiated as
* managed so they will be deleted automatically if you add them to a
* container widget.
*
* @param name The name of the widget.
* @retval widget A pointer to the widget, or <tt>0</tt> on failure.
*/
template <class T_Widget> inline
void get_widget(const Glib::ustring& name, T_Widget*& widget)
{
// Initialize output parameter:
widget = 0;
// The dynamic_cast<> should never fail if get_widget_checked() succeeded.
widget = dynamic_cast<T_Widget*>(this->get_widget_checked(name, T_Widget::get_base_type()));
if(!widget)
g_critical("Gtk::Builder::get_widget(): dynamic_cast<> failed.");
}
/** This provides a pointer to a widget whose details are specified in the GtkBuilder file, but which is implemented
* by your own derived class. Your class must have a constructor like so:
* @code
* DerivedDialog::DerivedDialog(BaseObjectType* cobject, const Glib::RefPtr<Gtk::Builder>& refBuilder)
* : Gtk::Dialog(cobject) //Calls the base class constructor
* @endcode
*
* For instance:
* @code
* Gtk::DerivedBox* pBox = 0;
* refXml->get_widget_derived("mybox", pBox);
* @endcode
*
* @param name The name of the widget.
* @retval widget A pointer to the widget, or <tt>0</tt> on failure.
*/
template <class T_Widget> inline
void get_widget_derived(const Glib::ustring& name, T_Widget*& widget)
{
// Initialize output parameter:
widget = 0;
// Get the widget from the GtkBuilder file.
typedef typename T_Widget::BaseObjectType cwidget_type;
cwidget_type* pCWidget = (cwidget_type*)get_cwidget(name);
//The error was already reported by get_cwidget().
if(!pCWidget)
return;
//Check whether there is already a C++ wrapper instance associated with this C instance:
Glib::ObjectBase* pObjectBase = ObjectBase::_get_current_wrapper((GObject*)pCWidget);
//If there is already a C++ instance, then return it again:
if(pObjectBase)
{
widget = dynamic_cast<T_Widget*>( Glib::wrap((GtkWidget*)pCWidget) );
//Newer, more spec-complaint, versions of g++ cannot resolve a specific wrap() function in a template.
//The dynamic cast checks that it is of the correct type.
//Somebody might be trying to call get_widget_derived() after already calling get_widget(),
//or after already calling get_widget_derived() with a different derived C++ type.
if(!widget)
g_critical("Gtk::Builder::get_widget_derived(): dynamic_cast<> failed. An existing C++ instance, of a different type, seems to exist.");
}
else
{
//Create a new C++ instance to wrap the existing C instance:
//Set the output variable. We needed to do this because we can not template the return type.
Glib::RefPtr<Gtk::Builder> refThis(this);
refThis->reference(); //take a copy.
widget = new T_Widget(pCWidget, refThis);
widget->reference(); //Because gtk_builder_get_object() does not give us a reference.
}
}
//TODO:_WRAP_METHOD(GSList* get_objects(), gtk_builder_get_objects)
//_WRAP_METHOD(void connect_signals(gpointer user_data), gtk_builder_connect_signals)
//_WRAP_METHOD(void connect_signals_full(GtkBuilderConnectFunc func, gpointer user_data), gtk_builder_connect_signals_full)
/** Sets the translation domain of @a builder.
* See Gtk::Builder::property_translation_domain().
*
* @newin{2,12}
*
* @param domain The translation domain or <tt>0</tt>.
*/
void set_translation_domain(const Glib::ustring& domain);
/** Gets the translation domain of @a builder.
*
* @newin{2,12}
*
* @return The translation domain. This string is owned
* by the builder object and must not be modified or freed.
*/
Glib::ustring get_translation_domain() const;
//We ignore gtk_builder_get_type_from_name() because it only seems useful when implementing GtkBuildable for widgets.
/** The translation domain used by gettext.
*
* @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< Glib::ustring > property_translation_domain() ;
/** The translation domain used by gettext.
*
* @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< Glib::ustring > property_translation_domain() const;
protected:
Gtk::Widget* get_widget_checked(const Glib::ustring& name, GType type);
GtkWidget* get_cwidget(const Glib::ustring& name);
// TODO: Make sure this is actually invoked even with disabled vfuncs so
// that GtkBuilder creates gtkmm's GObjects.
public:
public:
//C++ methods used to invoke GTK+ virtual functions:
protected:
//GTK+ Virtual Functions (override these to change behaviour):
//Default Signal Handlers::
};
} // 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::Builder
*/
Glib::RefPtr<Gtk::Builder> wrap(GtkBuilder* object, bool take_copy = false);
}
#endif /* _GTKMM_BUILDER_H */
|