|
| SC_SimulateTab (QWidget *parent=nullptr, SC_RecentlyClosedTabItemModel *modelToUse=nullptr) |
|
bool | is_Default_New_Tab (int index) |
|
bool | contains_Only_Default_Profiles () |
|
int | add_Text (const QString &text, const QString &tab_name) |
|
SC_TextEdit * | current_Text () |
|
void | set_Text (const QString &text) |
|
void | append_Text (const QString &text) |
|
void | close_All_Tabs () |
|
int | insertAt () override |
|
bool | wrapToEnd () |
|
bool | wrapToBeginning () |
|
void | insertNewTabAt (int index=-1, const QString &text=defaultSimulateText, const QString &title=defaultSimulateTabTitle) |
|
| SC_RecentlyClosedTab (QWidget *parent=0, SC_RecentlyClosedTabItemModel *modelToUse=0, bool enableRecentlyClosedTabs=true, Qt::Corner corner=Qt::TopRightCorner) |
|
SC_RecentlyClosedTabItemModel * | getModel () |
|
| SC_TabWidgetCloseAll (QWidget *parent=0, Qt::Corner corner=Qt::TopRightCorner, QString closeAllWarningTitle="Close all tabs?", QString closeAllWarningText="Close all tabs?", QString closeOthersWarningTitle="Close other tabs?", QString closeOthersWarningText="Close other tabs?") |
|
void | setCloseAllTabsTitleText (QString text) |
|
void | setCloseAllTabsBodyText (QString text) |
|
void | addCloseAllExclude (QWidget *widget) |
|
bool | removeCloseAllExclude (QWidget *widget) |
|
void | removeAllCloseAllExcludes () |
|
bool | isACloseAllExclude (QWidget *widget) |
|
void | closeAllTabs () |
|
void | closeOtherTabs () |
|
void | removeTab (int index, bool close_permanently=false) |
|
void | enableMouseHoveredOverTabSignal (bool enable) |
|
void | enableDragHoveredOverTabSignal (bool enable) |
|