Searched defs:pages (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/extension/param/
H A Dnotebook.h40 GSList * pages; /**< A table to store the pages with parameters for this notebook. member in class:Inkscape::Extension::ParamNotebook
41 This only gets created if there are pages in this
50 * @return A string with the 'value' and all the parameters on all pages as command line arguments.
/inkscape/src/ui/dialog/
H A Dswatches.cpp621 std::vector<SwatchPage*> pages = _getSwatchSets(); local
622 for ( std::vector<SwatchPage*>::iterator iter = pages.begin(); iter != pages.end(); ++iter ) {
995 std::vector<SwatchPage*> pages = swp->_getSwatchSets(); local
996 SwatchPage* curr = pages[swp->_currentIndex];
1143 std::vector<SwatchPage*> pages = _getSwatchSets(); local
1144 if ( itemId >= 0 && itemId < static_cast<int>(pages.size()) ) {
1149 prefs->setString(_prefs_path + "/palette", pages[_currentIndex]->_name);
1161 std::vector<SwatchPage*> pages = _getSwatchSets(); local
1162 SwatchPage* curr = pages[_currentInde
[all...]

Completed in 21 milliseconds