| gtksourceviewmm 3.2.0 | 
It is just a class holding markup string. More...
#include <gtksourceviewmm/markup.h>
| Public Types | |
| typedef const void* | BoolExpr | 
| This typedef is just to make it more obvious that our operator const void*() should be used like operator bool(). | |
| Public Member Functions | |
| Markup () | |
| Creates empty Markup. | |
| Markup (const Glib::ustring& markup) | |
| Creates Markup containing text from markup. | |
| Markup (const char* markup) | |
| Creates Markup containing text from markup. | |
| Markup (const Markup& other) | |
| Creates Markup containing text from other Markup. | |
| Markup& | operator= (const Markup& other) | 
| Assigns contents of other Markup to this one. | |
| operator BoolExpr () const | |
| Checks if Markup is not empty. | |
| bool | equal (const Markup& other) const | 
| Checks if other Markup is the same as this one. | |
| Glib::ustring | get_string () const | 
| Get the string representation of the Markup. | |
| const char* | get_c_str () const | 
| Get the C string representation of the Markup. | |
| Related Functions | |
| (Note that these are not member functions.) | |
| bool | operator== (const Markup& lhs, const Markup& rhs) | 
| See Markup::equal() | |
| bool | operator!= (const Markup& lhs, const Markup& rhs) | 
| See Markup::equal() | |
It is just a class holding markup string.
This class exists because now nice constructor overload could be used in some places.
| Gsv::Markup::Markup | ( | ) | 
| Gsv::Markup::Markup | ( | const Glib::ustring & | markup | ) |  [explicit] | 
| Gsv::Markup::Markup | ( | const char * | markup | ) |  [explicit] | 
| Gsv::Markup::Markup | ( | const Markup& | other | ) | 
| bool Gsv::Markup::equal | ( | const Markup& | other | ) | const | 
| const char* Gsv::Markup::get_c_str | ( | ) | const | 
Get the C string representation of the Markup.
| Glib::ustring Gsv::Markup::get_string | ( | ) | const | 
Get the string representation of the Markup.
| Gsv::Markup::operator BoolExpr | ( | ) | const | 
See Markup::equal()
See Markup::equal()
 1.7.4
 1.7.4