File: part_api.html

package info (click to toggle)
libgda5 5.2.10-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 76,168 kB
  • sloc: ansic: 495,319; xml: 10,486; yacc: 5,165; sh: 4,451; makefile: 4,095; php: 1,416; java: 1,300; javascript: 1,298; python: 896; sql: 879; perl: 116
file content (88 lines) | stat: -rw-r--r-- 4,637 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Part II. API reference: GdaBrowser hacking manual</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="index.html" title="GdaBrowser hacking manual">
<link rel="up" href="index.html" title="GdaBrowser hacking manual">
<link rel="prev" href="code_orga.html" title="Code organization">
<link rel="next" href="core.html" title="Core objects">
<meta name="generator" content="GTK-Doc V1.32 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
<td width="100%" align="left" class="shortcuts"></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
<td><a accesskey="p" href="code_orga.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="core.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="part">
<div class="titlepage"><div><div><h1 class="title">
<a name="part_api"></a>Part II. API reference</h1></div></div></div>
<div class="toc">
<p><b>Table of Contents</b></p>
<dl class="toc">
<dt><span class="chapter"><a href="core.html">Core objects</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="BrowserCore.html">BrowserCore</a></span><span class="refpurpose"> — Singleton holding the global browser information</span>
</dt>
<dt>
<span class="refentrytitle"><a href="BrowserConnection.html">BrowserConnection</a></span><span class="refpurpose"> — An opened connection</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gda-browser-browser-favorites.html">ToolsFavorites</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="gda-browser-Support-functions.html">Support functions</a></span><span class="refpurpose"> — Misc. functions for various situations</span>
</dt>
</dl></dd>
<dt><span class="chapter"><a href="windows.html">Browser windows</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="BrowserWindow.html">BrowserWindow</a></span><span class="refpurpose"> — A top level browser window</span>
</dt>
<dt>
<span class="refentrytitle"><a href="BrowserPerspective.html">BrowserPerspective</a></span><span class="refpurpose"> — A "perspective" in a <span class="type">BrowserWindow</span> window</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gda-browser-BrowserPage.html">BrowserPage</a></span><span class="refpurpose"> — A "page" within a <span class="type">BrowserPerspective</span> widget</span>
</dt>
</dl></dd>
<dt><span class="chapter"><a href="extrawidgets.html">Extra widgets</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="gda-browser-UiFormgrid.html">UiFormgrid</a></span><span class="refpurpose"> — Widget embedding both a form and a grid to display a <span class="type">GdaDataModel</span>'s contents</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gda-browser-gdaui-bar.html">GdauiBar</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="gda-browser-popup-container.html">PopupContainer</a></span><span class="refpurpose"></span>
</dt>
</dl></dd>
<dt><span class="chapter"><a href="perspectives.html">Perspectives' objects</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="MgrFavorites.html">MgrFavorites</a></span><span class="refpurpose"> — A <span class="type">GdaTreeManager</span> for the stored favorites</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gda-browser-Schema-Browser-perspective.html">Schema Browser perspective</a></span><span class="refpurpose"> — Perspective to analyse the database's schema</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gda-browser-Data-Manager-perspective.html">Data Manager perspective</a></span><span class="refpurpose"> — Perspective to manipulate data contained in the database</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gda-browser-Query-Exec-perspective.html">Query Exec perspective</a></span><span class="refpurpose"> — Perspective to execute SQL commands</span>
</dt>
</dl></dd>
</dl>
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.32</div>
</body>
</html>