src/hbtools/hbbincssmaker/main.cpp
changeset 30 80e4d18b72f5
parent 21 4633027730f5
equal deleted inserted replaced
28:b7da29130b0e 30:80e4d18b72f5
   141     VERBOSELN("anchor items count: " << layoutDef->anchorItems.count());
   141     VERBOSELN("anchor items count: " << layoutDef->anchorItems.count());
   142     for (int i = 0; i < layoutDef->anchorItems.count(); ++i) {
   142     for (int i = 0; i < layoutDef->anchorItems.count(); ++i) {
   143         const HbWidgetLoader::AnchorItem &anchorItem = layoutDef->anchorItems.at(i);
   143         const HbWidgetLoader::AnchorItem &anchorItem = layoutDef->anchorItems.at(i);
   144         VERBOSELN("srcId: " << anchorItem.srcId);
   144         VERBOSELN("srcId: " << anchorItem.srcId);
   145         VERBOSELN("dstId: " << anchorItem.dstId);
   145         VERBOSELN("dstId: " << anchorItem.dstId);
   146         VERBOSELN("prefLength text: " << anchorItem.prefText);
   146         VERBOSELN("minVal.count: " << anchorItem.minVal.count());
       
   147         VERBOSELN("prefVal.count: " << anchorItem.prefVal.count());
       
   148         VERBOSELN("maxVal.count: " << anchorItem.maxVal.count());
   147         VERBOSELN("anchorId: " << anchorItem.anchorId);
   149         VERBOSELN("anchorId: " << anchorItem.anchorId);
   148     }
   150     }
   149 }
   151 }
   150 
   152 
   151 bool testCss()
   153 bool testCss()