TODock |
The class to use for a dock widget. |
TOFileDialog |
The class to use for a file dialog. |
TOMessageBox |
The class to use for a messagebox. |
TOPrinter |
The class to use for a printer object. |
toBackground |
A descendant of timer which will indicate in the statusbar of the
main window when any timer is running. |
toBarChart | A widget that displays a barchart. |
toBusy | Whenever this class is instantiated the window will display a busy cursor. |
toChangeConnection |
This button will allow you to change the connection for the nearest toToolWidget
parent. |
toConnection | Represent a database connection in TOra. |
toConnection::cacheObjects | |
toConnection::connectionImpl | This class is an abstract baseclass to actually implement the comunication with the
database. |
toConnection::exception | Class that could be used to throw exceptions in connection errors. |
toConnection::objectName | Contain information about a tablename. |
toConnectionProvider | This class is used to implement new database providers. |
toConnectionSub | This class is an abstract definition of an actual connection to a database. |
toEditWidget | This is an abstract base class for any widget (Not included in object) that wants to
access copy, cut, paste, open, save commands of the user interface. |
toExtract |
This class can be used to reverse engineered database objects. |
toFilesize |
A widget to get a size value for Oracle objects. |
toHelp |
Display a help browser. |
toHelpBrowser |
Widget used to display HTML of help pages. |
toHelpContext | This class is used to indicate a help context of an object. |
toHelpTool |
Additional help tool. (internal) |
toHighlightedText | A simple editor which supports syntax highlighting. |
toHtml | A small and hopefully pretty efficient parser of HTML tags. |
toLineChart | A widget that displays a linechart with optional background throbber (Not implemented yet). |
toListView |
The TOra implementation of a listview which offers a few extra goodies to the baseclass. |
toLock | A wrapper around the pthread mutexfunctions. |
toLocker | This is a convenience class that holds a lock for the duration of the scope
of the object. |
toMain | This class defines the main window. |
toMainWindow |
A container class that either inherits KDE or Qt main window. |
toMarkedText | This is the enhanced editor used in TOra. |
toMemoEditor | Displays an text in a widget which can optionally be modified and saved back. |
toMultiLineEdit |
Container to the correct multi line editor for Qt 2 or 3. |
toNoBlockQuery | This is class to be able to run a query in the background without
blocking until a response is available from OCI. |
toNoBlockQuery::queryTask | A task to implement running the query. |
toParamGet | A help class to parse SQL for input/output bindings and if available also pop up a
dialog and ask for values. |
toParamGetButton | |
toPieChart | A widget that displays a piechart. |
toPopupButton | Popup toolbutton that works like I think they should under Qt 3. |
toQValue | This function is used to represent values that are passed to and from queries
|
toQValue::queryValue | |
toQuery | This class is used to perform a query on a database connection. |
toQuery::queryDescribe | This structure is used to describe the resultset of a query. |
toQuery::queryImpl | Abstract parent of implementations of a query for a database provider
(See toConnection::connectionImpl and toConnectionProvider)
|
toResult | Abstract baseclass of widgets that can perform queries. |
toResultBar | Display the result of a query in a piechart. |
toResultCols | This widget displays information about the returned columns of an object
specified by the first and second parameter in the query. |
toResultCols::resultCols | |
toResultConstraint | This widget displays information about the constraints of an object
specified by the first and second parameter in the query. |
toResultContent | This widget allows the user to browse the contents of a table and also edit
the content. |
toResultContentEditor | This widget allows the user to browse the contents of a table and also edit
the content. |
toResultDepend | This widget displays information about the dependencies of an object
specified by the first and second parameter in the query. |
toResultField | This widget displays the result of a query where each item in the stream
is added as a line in a text editer. |
toResultFilter | Baseclass for filters to apply to the toResultView to filter out
rows that you don't want to add as items to the list. |
toResultIndexes | This widget displays information about indexes of an object
specified by the first and second parameter in the query. |
toResultItem | Display the first row of a query with each column with a separate label. |
toResultLabel | This widget displays the result of a query where each item in the stream
is added to a label separated by an optional string. |
toResultLine | Display the result of a query in a piechart. |
toResultLong | A widget which contains the result of a query run in the background. |
toResultObject | Used for getting slots into toResult. (internal) |
toResultPie | Display the result of a query in a piechart. |
toResultPlan | This widget displays the execution plan of a statement. |
toResultReferences | This widget displays information about other tables that references this one. |
toResultResources | This widget displays information about resources of a query. |
toResultStats | This widget will displays information about statistics in either a database or a session. |
toResultView |
This class defines a list which displays the result of a query. |
toResultViewCheck | An item to display in a toListView or toResultView. |
toResultViewItem | An item to display in a toListView or toResultView. |
toResultViewMLCheck | This item expands the height to commodate all lines in the input buffer. |
toResultViewMLine | This item expands the height to commodate all lines in the input buffer. |
toSGAStatement | This widget displays information about a statement in the Oracle SGA. |
toSQL |
This class handles an abstraction of SQL statements used by TOra to extract
information and manipulate data. |
toSQL::definition |
Definition of one toSQL statement with its description and versions. |
toSQL::version |
Contains a statement with it's version. |
toSemaphore | Encapsulation of pthread semaphores. |
toSettingTab |
Abstract baseclass for widgets defining tool settings. |
toSyntaxAnalyzer | This class implements a syntax parser to provide information to
a syntax highlighted editor. |
toSyntaxAnalyzer::highlightInfo | Information about a change in highlighting. |
toSyntaxAnalyzer::posibleHit | Keeps track of possible hits found so far. |
toTask | This is an abstract class that defines something that is to be performed by a
thread. |
toTemplate | Not part of the API. |
toTemplateItem | This is an item that is contained in a template. |
toTemplateProvider |
This is the base class of a provider of template items. |
toTemplateSQL | This class represent an item that when expanded will execute an SQL statement
and create child items which are the result of the query. |
toTemplateText | This class represent a template item that have an extra text to describe it if it is
selected. |
toThread | Used to create new threads of execution. |
toThread::taskRunner | Not part of the API. |
toTimer | A timer descendant which also keep track of the last timer setting sent to it. |
toTool |
Abstract baseclass for tools. |
toToolWidget | Simple baseclass for widgets defining the main tool widget. |
toVisualize | This widget is used to visualize the data in a toListView into charts. |