Find pane. More...
#include <VisuGUI_FindPane.h>

Signals | |
| void | idChanged (int, int) |
Public Member Functions | |
| VisuGUI_FindPane (QWidget *theParent) | |
| ~VisuGUI_FindPane () | |
| void | setSelectionMode (const Selection_Mode) |
| void | setActor (VISU_Actor *) |
Protected Slots | |
| void | onConditionChanged (int) |
| void | onApply () |
| void | onIdChanged () |
| void | onPrevPage () |
| void | onNextPage () |
Private Member Functions | |
| bool | isValid () const |
| void | clearIds () |
| void | displayIds () |
Private Attributes | |
| QComboBox * | myConditionBox |
| QLineEdit * | myLeftValue |
| QLabel * | myDashLabel |
| QLineEdit * | myRightValue |
| QListWidget * | myIdsListWidget |
| QLabel * | myPageLabel |
| QToolButton * | myPrevBtn |
| QToolButton * | myNextBtn |
| int | myCurrentPage |
| TListFindId | myIdsList |
| Selection_Mode | mySelectionMode |
| VISU_Actor * | myActor |
Used for filter and highlight mesh-elements by their scalar values.
| VisuGUI_FindPane::VisuGUI_FindPane | ( | QWidget * | theParent | ) |
| VisuGUI_FindPane::~VisuGUI_FindPane | ( | ) |
| void VisuGUI_FindPane::setSelectionMode | ( | const Selection_Mode | theSelectionMode | ) |
References clearIds(), and mySelectionMode.
| void VisuGUI_FindPane::setActor | ( | VISU_Actor * | theActor | ) |
References clearIds(), and myActor.
| void VisuGUI_FindPane::onConditionChanged | ( | int | theId | ) | [protected, slot] |
References myDashLabel, myLeftValue, and myRightValue.
| void VisuGUI_FindPane::onApply | ( | ) | [protected, slot] |
| void VisuGUI_FindPane::onIdChanged | ( | ) | [protected, slot] |
References idChanged(), and myIdsListWidget.
| void VisuGUI_FindPane::onPrevPage | ( | ) | [protected, slot] |
References displayIds(), and myCurrentPage.
| void VisuGUI_FindPane::onNextPage | ( | ) | [protected, slot] |
References displayIds(), and myCurrentPage.
| bool VisuGUI_FindPane::isValid | ( | ) | const [private] |
References myLeftValue, and myRightValue.
| void VisuGUI_FindPane::clearIds | ( | ) | [private] |
References displayIds(), myCurrentPage, and myIdsList.
| void VisuGUI_FindPane::displayIds | ( | ) | [private] |
References myCurrentPage, myIdsList, myIdsListWidget, myNextBtn, myPageLabel, myPrevBtn, and PAGE_SIZE.
| void VisuGUI_FindPane.idChanged | ( | int | , |
| int | |||
| ) | [signal] |
QComboBox* VisuGUI_FindPane.myConditionBox [private] |
QLineEdit* VisuGUI_FindPane.myLeftValue [private] |
QLabel* VisuGUI_FindPane.myDashLabel [private] |
QLineEdit* VisuGUI_FindPane.myRightValue [private] |
QListWidget* VisuGUI_FindPane.myIdsListWidget [private] |
QLabel* VisuGUI_FindPane.myPageLabel [private] |
QToolButton* VisuGUI_FindPane.myPrevBtn [private] |
QToolButton* VisuGUI_FindPane.myNextBtn [private] |
int VisuGUI_FindPane.myCurrentPage [private] |
TListFindId VisuGUI_FindPane.myIdsList [private] |
Selection_Mode VisuGUI_FindPane.mySelectionMode [private] |
VISU_Actor* VisuGUI_FindPane.myActor [private] |