aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/KvsObject_webView.cpp
diff options
context:
space:
mode:
authorGravatar un1versal2016-03-02 12:15:44 +0000
committerGravatar un1versal2016-03-14 04:57:12 +0000
commitf138911b65dfce85c551f9e2e4bbeb595d6c6755 (patch)
tree701d5eec803c30160be47f8762b5838e57bc44dd /src/modules/objects/KvsObject_webView.cpp
parentcleanup: add or remove empty lines between documentation blocks & code (diff)
downloadKVIrc-f138911b65dfce85c551f9e2e4bbeb595d6c6755.tar.gz
KVIrc-f138911b65dfce85c551f9e2e4bbeb595d6c6755.tar.bz2
KVIrc-f138911b65dfce85c551f9e2e4bbeb595d6c6755.zip
documentation: formatting/indentation + minor syntax fixes
+ Dont use double quotes to emphasise words in normal circumstances. + improve indenting + consistency (good for readability when editing source) + also replace single quotes
Diffstat (limited to 'src/modules/objects/KvsObject_webView.cpp')
-rw-r--r--src/modules/objects/KvsObject_webView.cpp15
1 files changed, 7 insertions, 8 deletions
diff --git a/src/modules/objects/KvsObject_webView.cpp b/src/modules/objects/KvsObject_webView.cpp
index f7d2b0168..da6f4b8fc 100644
--- a/src/modules/objects/KvsObject_webView.cpp
+++ b/src/modules/objects/KvsObject_webView.cpp
@@ -197,10 +197,10 @@ const char * const actions_tbl[] = {
Finds the specified string, in the page, using the given options.
Valid flags are:
[pre]
- FindBackward - Searches backwards instead of forwards;
- FindCaseSensitively - Changes the behaviour to a case sensitive find operation.
- FindWrapsAroundDocument - Restart from the beginning of the document if the end was reached and the text was not found.
- HighlightAllOccurrences - Highlights all existing occurrences.
+ FindBackward - Searches backwards instead of forwards;
+ FindCaseSensitively - Changes the behaviour to a case sensitive find operation.
+ FindWrapsAroundDocument - Restart from the beginning of the document if the end was reached and the text was not found.
+ HighlightAllOccurrences - Highlights all existing occurrences.
[/pre]
!fn: <array> $frames()
Returns an array containing the names of the document frames.
@@ -233,9 +233,9 @@ const char * const actions_tbl[] = {
Returns the value of the style with the given name using the specified strategy. If a style with name does not exist, an empty string is returned.
Possible value for <style_resolve_strategy> are:
[pre]
- CascadedStyle - the property's value is determined using the rules defined in the document's stylesheet. This is the default strategy.
- InlineStyle - the property's value is determined by element definition, without respecting CSS rules.
- ComputedStyle - the property's value is determined by the style property resolved from the environment.
+ CascadedStyle - the property's value is determined using the rules defined in the document's stylesheet. [b]This is the default strategy[/b].
+ InlineStyle - the property's value is determined by element definition, without respecting CSS rules.
+ ComputedStyle - the property's value is determined by the style property resolved from the environment.
[/pre]
!fn: pixmap $makePreview()
Returns a 212x142 thumbnail of the current webView constants.
@@ -305,7 +305,6 @@ const char * const actions_tbl[] = {
This signal is emitted by the default implementation of [classfnc:webview]downloadCompletedEvent[/classfnc]().
*/
-
KVSO_BEGIN_REGISTERCLASS(KvsObject_webView,"webview","widget")
// page related