Class web. More...
| Public Member Functions | |
| web (Eo *eo) | |
| Eo Constructor.  More... | |
| web (std::nullptr_t) | |
| nullptr_t Constructor.  More... | |
| web (web const &other) | |
| Copy Constructor. | |
| bool | navigate (int steps_) const | 
| bool | html_string_load (::efl::eina::string_view html_,::efl::eina::optional< ::efl::eina::string_view > base_url_,::efl::eina::optional< ::efl::eina::string_view > unreachable_url_) const | 
| bool | text_search (::efl::eina::string_view string_, bool case_sensitive_, bool forward_, bool wrap_) const | 
| void | region_show (int x_, int y_, int w_, int h_) const | 
| unsigned int | text_matches_mark (::efl::eina::string_view string_, bool case_sensitive_, bool highlight_, unsigned int limit_) const | 
| void | region_bring_in (int x_, int y_, int w_, int h_) const | 
| bool | navigate_possible_get (int steps_) const | 
| web (::efl::eo::parent_type _p) | |
| Constructs a new elm::web object.  More... | |
Class web.
| 
 | inlineexplicit | 
Constructs a new elm::web object.
Constructs a new elm::web object. If you want this object to be a child of another Eo object, use an efl::eo::parent expression, like the example.
Example:
| 
 | inlineexplicit | 
Eo Constructor.
Constructs the object from an Eo* pointer stealing its ownership.
| eo | The Eo object pointer. | 
| 
 | inlineexplicit | 
nullptr_t Constructor.
Constructs an empty (null) object.
| bool elm::web::html_string_load | ( | ::efl::eina::string_view | html_, | 
| ::efl::eina::optional< ::efl::eina::string_view > | base_url_, | ||
| ::efl::eina::optional< ::efl::eina::string_view > | unreachable_url_ | ||
| ) | const | 
| html | |
| base_url | |
| unreachable_url | 
| bool elm::web::navigate | ( | int | steps_ | ) | const | 
| steps | 
| bool elm::web::navigate_possible_get | ( | int | steps_ | ) | const | 
| steps | 
| void elm::web::region_bring_in | ( | int | x_, | 
| int | y_, | ||
| int | w_, | ||
| int | h_ | ||
| ) | const | 
| x | |
| y | |
| w | |
| h | 
| void elm::web::region_show | ( | int | x_, | 
| int | y_, | ||
| int | w_, | ||
| int | h_ | ||
| ) | const | 
| x | |
| y | |
| w | |
| h | 
| unsigned int elm::web::text_matches_mark | ( | ::efl::eina::string_view | string_, | 
| bool | case_sensitive_, | ||
| bool | highlight_, | ||
| unsigned int | limit_ | ||
| ) | const | 
| string | |
| case_sensitive | |
| highlight | |
| limit | 
| bool elm::web::text_search | ( | ::efl::eina::string_view | string_, | 
| bool | case_sensitive_, | ||
| bool | forward_, | ||
| bool | wrap_ | ||
| ) | const | 
| string | |
| case_sensitive | |
| forward | |
| wrap |