ginebra2/PageSnippet.cpp
changeset 15 73c48011b8c7
parent 6 1c3b8676e58c
equal deleted inserted replaced
13:491a1d15372f 15:73c48011b8c7
    88 
    88 
    89 QString PageSnippet::html() const {
    89 QString PageSnippet::html() const {
    90     return constPageItem()->html();
    90     return constPageItem()->html();
    91 }
    91 }
    92 
    92 
       
    93 bool PageSnippet::hasFocus() {
       
    94     return element().hasFocus();
       
    95 }
       
    96 
    93 void PageSnippet::setGeometry(int x, int y, int width, int height) {
    97 void PageSnippet::setGeometry(int x, int y, int width, int height) {
    94     widget()->setGeometry(x, y, width, height);
    98     widget()->setGeometry(x, y, width, height);
    95 }
    99 }
    96 
   100 
    97 void PageSnippet::setSize(int width, int height) {
   101 void PageSnippet::setSize(int width, int height) {