Home
last modified time | relevance | path

Searched refs:TableObjectView (Results 1 – 15 of 15) sorted by relevance

/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/libobjrenderer/src/
H A Dgraphicalview.cpp47 TableObjectView *graph_ref=nullptr; in configureObject()
56 TableObjectView *col_item=nullptr; in configureObject()
57 QList<TableObjectView *> col_items; in configureObject()
110 graph_ref=dynamic_cast<TableObjectView *>(subitems[i]); in configureObject()
117 graph_ref=new TableObjectView; in configureObject()
139 graph_ref=dynamic_cast<TableObjectView *>(subitems[i]); in configureObject()
148 col_item=dynamic_cast<TableObjectView *>(col_items.front()); in configureObject()
194 col_item=dynamic_cast<TableObjectView *>(subitems[i]); in configureObject()
201 col_item=new TableObjectView(tab_obj); in configureObject()
224 col_item=dynamic_cast<TableObjectView *>(subitems[i]); in configureObject()
[all …]
H A Dtableview.cpp43 TableObjectView *col_item=nullptr; in configureObject()
45 QList<TableObjectView *> col_items; in configureObject()
134 col_item=dynamic_cast<TableObjectView *>(subitems[i]); in configureObject()
140 col_item=new TableObjectView(tab_obj); in configureObject()
148 width=col_item->getChildObject(TableObjectView::ObjDescriptor)->boundingRect().width() + in configureObject()
161 col_item=dynamic_cast<TableObjectView *>(subitems[i]); in configureObject()
170 col_item=dynamic_cast<TableObjectView *>(col_items.front()); in configureObject()
175 col_item->setChildObjectXPos(TableObjectView::TypeLabel, px); in configureObject()
178 col_item->setChildObjectXPos(TableObjectView::ConstrAliasLabel, in configureObject()
226 col_item=dynamic_cast<TableObjectView *>(subitems.front()); in configureObject()
[all …]
H A Dtableobjectview.cpp23 const QString TableObjectView::TextUnique=QString("uq");
24 const QString TableObjectView::TextExclude=QString("ex");
25 const QString TableObjectView::TextCheck=QString("ck");
32 TableObjectView::TableObjectView(TableObject *object) : BaseObjectView(object) in TableObjectView() function in TableObjectView
44 TableObjectView::~TableObjectView() in ~TableObjectView()
180 void TableObjectView::configureObject() in configureObject()
557 void TableObjectView::calculateBoundingRect() in calculateBoundingRect()
647 void TableObjectView::setFakeSelection(bool value) in setFakeSelection()
666 bool TableObjectView::hasFakeSelection() in hasFakeSelection()
671 void TableObjectView::configureObjectSelection() in configureObjectSelection()
[all …]
H A Dtableobjectview.h32 class TableObjectView: public BaseObjectView
75 TableObjectView(TableObject *object=nullptr);
76 virtual ~TableObjectView();
H A Dbasetableview.h51 QList<TableObjectView *> sel_child_objs;
84 TableObjectView *sel_child_obj_view;
171 QList<TableObjectView *> getSelectedChidren();
H A Dbasetableview.cpp278 TableObjectView *item=dynamic_cast<TableObjectView *>(items[static_cast<int>(item_idx)]); in hoverMoveEvent()
486 QList<TableObjectView *> BaseTableView::getSelectedChidren() in getSelectedChidren()
H A Dobjectsscene.cpp495 TableObjectView *tab_obj_view=nullptr; in showRelationshipLine()
510 tab_obj_view = dynamic_cast<TableObjectView *>(object); in showRelationshipLine()
1130 TableObjectView *tab_obj_view=nullptr; in finishObjectsMove()
1139 tab_obj_view=dynamic_cast<TableObjectView *>(item); in finishObjectsMove()
1197 tab_obj_view=dynamic_cast<TableObjectView *>(item); in finishObjectsMove()
H A Drelationshipview.cpp1244 TableObjectView::ConstrDelimStart + in configureLine()
1246 TableObjectView::ConstrDelimEnd; in configureLine()
/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/libpgmodeler_ui/src/
H A Dtablewidget.cpp545 constr_codes={ TableObjectView::TextPrimaryKey, in showObjectData()
546 TableObjectView::TextForeignKey, in showObjectData()
547 TableObjectView::TextCheck, in showObjectData()
548 TableObjectView::TextUnique, in showObjectData()
549 TableObjectView::TextNotNull}; in showObjectData()
587 str_aux=TableObjectView::getConstraintString(column); in showObjectData()
601 if(str_aux.indexOf(TableObjectView::TextPrimaryKey) >= 0) in showObjectData()
H A Dmodelobjectswidget.cpp339 str_aux=QString("_%1").arg(TableObjectView::TextPrimaryKey); in createItemForObject()
341 str_aux=QString("_%1").arg(TableObjectView::TextForeignKey); in createItemForObject()
343 str_aux=QString("_%1").arg(TableObjectView::TextCheck); in createItemForObject()
345 str_aux=QString("_%1").arg(TableObjectView::TextUnique); in createItemForObject()
347 str_aux=QString("_%1").arg(TableObjectView::TextExclude); in createItemForObject()
H A Dmodelwidget.cpp4083 …case ConstraintType::PrimaryKey: str_aux=QString("_%1").arg(TableObjectView::TextPrimaryKey); brea… in configureConstraintsMenu()
4084 …case ConstraintType::ForeignKey: str_aux=QString("_%1").arg(TableObjectView::TextForeignKey); brea… in configureConstraintsMenu()
4085 case ConstraintType::Check: str_aux=QString("_%1").arg(TableObjectView::TextCheck); break; in configureConstraintsMenu()
4086 case ConstraintType::Unique: str_aux=QString("_%1").arg(TableObjectView::TextUnique); break; in configureConstraintsMenu()
4087 case ConstraintType::Exclude: str_aux=QString("_%1").arg(TableObjectView::TextExclude); break; in configureConstraintsMenu()
/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/
H A DCHANGELOG.md436 * [New] Added constants to reference child objects of TableObjectView.
464 * [Change] Disabling configureObjectSelection and configureObjectShadow on TableObjectView and Rela…
470 * [Change] Improved the TableObjectView to avoid adding extra scene items.
834 * [Fix] Minor fix in TableView and TableObjectView to present tables in a more compact fashion mini…
944 * [Fix] Fixed the constraint codes display in TableObjectView. Now self relationships do not mark t…
/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/lang/
H A Dzh_CN.ts10440 <name>TableObjectView</name>
H A Dpt_BR.ts10442 <name>TableObjectView</name>
H A Dfr_FR.ts14721 <name>TableObjectView</name>