#include <assert.h>
#include "LabelBooleanProperty.h"
#include <tulip/BooleanProperty.h>
#include <tulip/MethodFactory.h>
#include <qinputdialog.h>
#include <qstring.h>
Include dependency graph for LabelSelection.cpp:
Functions | |
BOOLEANPLUGIN (LabelSelection,"Label Selection","David Auber","20/01/2003","Alpha","0","1") | |
Variables | |
const char * | paramHelp [] |
|
Author: David Auber Email : auber@labri.fr Last modification : 20/08/2001 This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. |
|
Initial value: { HTML_HELP_OPEN() HTML_HELP_DEF( "type", "vector<string>" ) HTML_HELP_BODY() "This parameter defines the set of strings to search." HTML_HELP_CLOSE(), HTML_HELP_OPEN() HTML_HELP_DEF( "type", "boolean" ) HTML_HELP_DEF( "values", "true/false" ) HTML_HELP_DEF( "default", "false" ) HTML_HELP_BODY() "This parameter defines the search mode to use." "<it>true</it> enables to select the nodes with label matching at least one string in the search set.<br>" "<it>false</it> reverses the comparaison test to enable all non-matching nodes to be selected." HTML_HELP_CLOSE(), HTML_HELP_OPEN() HTML_HELP_DEF( "type", "String" ) HTML_HELP_BODY() "This parameter defines the String property used as the node's label." HTML_HELP_CLOSE(), } |