File: gridbagsizer.tex

package info (click to toggle)
wxwidgets2.8 2.8.10.1-3
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 239,052 kB
  • ctags: 289,550
  • sloc: cpp: 1,838,857; xml: 396,717; python: 282,506; ansic: 126,171; makefile: 51,406; sh: 14,581; asm: 299; sql: 258; lex: 194; perl: 139; yacc: 128; pascal: 95; php: 39; lisp: 38; tcl: 24; haskell: 20; java: 18; cs: 18; erlang: 17; ruby: 16; ada: 9; ml: 9; csh: 9
file content (162 lines) | stat: -rw-r--r-- 6,335 bytes parent folder | download | duplicates (7)
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162

\section{\class{wxGridBagSizer}}\label{wxgridbagsizer}

A \helpref{wxSizer}{wxsizer} that can lay out items in a virtual grid
like a \helpref{wxFlexGridSizer}{wxflexgridsizer} but in this case
explicit positioning of the items is allowed using 
\helpref{wxGBPosition}{wxgbposition}, and items can optionally span
more than one row and/or column using \helpref{wxGBSpan}{wxgbspan}.

\wxheading{Derived from}

\helpref{wxFlexGridSizer}{wxflexgridsizer}\\
\helpref{wxGridSizer}{wxgridsizer}\\
\helpref{wxSizer}{wxsizer}\\
\helpref{wxObject}{wxobject}

\wxheading{Include files}

<wx/gbsizer.h>

\latexignore{\rtfignore{\wxheading{Members}}}

\membersection{wxGridBagSizer::wxGridBagSizer}\label{wxgridbagsizerwxgridbagsizer}

\func{}{wxGridBagSizer}{\param{int }{vgap = 0}, \param{int }{hgap = 0}}

Constructor, with optional parameters to specify the gap between the
rows and columns.

\membersection{wxGridBagSizer::Add}\label{wxgridbagsizeradd}

\func{wxSizerItem*}{Add}{\param{wxWindow* }{window}, \param{const wxGBPosition\& }{pos}, \param{const wxGBSpan\& }{span = wxDefaultSpan}, \param{int }{flag = 0}, \param{int }{border = 0}, \param{wxObject* }{userData = NULL}}

\func{wxSizerItem*}{Add}{\param{wxSizer* }{sizer}, \param{const wxGBPosition\& }{pos}, \param{const wxGBSpan\& }{span = wxDefaultSpan}, \param{int }{flag = 0}, \param{int }{border = 0}, \param{wxObject* }{userData = NULL}}

\func{wxSizerItem*}{Add}{\param{int }{width}, \param{int }{height}, \param{const wxGBPosition\& }{pos}, \param{const wxGBSpan\& }{span = wxDefaultSpan}, \param{int }{flag = 0}, \param{int }{border = 0}, \param{wxObject* }{userData = NULL}}

\func{wxSizerItem*}{Add}{\param{wxGBSizerItem* }{item}}

The Add methods return a valid pointer if the item was successfully placed at the
given position, NULL if something was already there.

\membersection{wxGridBagSizer::CalcMin}\label{wxgridbagsizercalcmin}

\func{wxSize}{CalcMin}{\void}

Called when the managed size of the sizer is needed or when layout
needs done.

\membersection{wxGridBagSizer::CheckForIntersection}\label{wxgridbagsizercheckforintersection}

\func{bool}{CheckForIntersection}{\param{wxGBSizerItem* }{item}, \param{wxGBSizerItem* }{excludeItem = NULL}}

\func{bool}{CheckForIntersection}{\param{const wxGBPosition\& }{pos}, \param{const wxGBSpan\& }{span}, \param{wxGBSizerItem* }{excludeItem = NULL}}

Look at all items and see if any intersect (or would overlap) the given
item. Returns true if so, false if there would be no overlap. If an
excludeItem is given then it will not be checked for intersection, for
example it may be the item we are checking the position of.

\membersection{wxGridBagSizer::FindItem}\label{wxgridbagsizerfinditem}

\func{wxGBSizerItem*}{FindItem}{\param{wxWindow* }{window}}

\func{wxGBSizerItem*}{FindItem}{\param{wxSizer* }{sizer}}

Find the sizer item for the given window or subsizer, returns NULL if
not found. (non-recursive)

\membersection{wxGridBagSizer::FindItemAtPoint}\label{wxgridbagsizerfinditematpoint}

\func{wxGBSizerItem*}{FindItemAtPoint}{\param{const wxPoint\& }{pt}}

Return the sizer item located at the point given in pt, or NULL if
there is no item at that point. The (x,y) coordinates in pt correspond
to the client coordinates of the window using the sizer for
layout. (non-recursive)

\membersection{wxGridBagSizer::FindItemAtPosition}\label{wxgridbagsizerfinditematposition}

\func{wxGBSizerItem*}{FindItemAtPosition}{\param{const wxGBPosition\& }{pos}}

Return the sizer item for the given grid cell, or NULL if there is no
item at that position. (non-recursive)

\membersection{wxGridBagSizer::FindItemWithData}\label{wxgridbagsizerfinditemwithdata}

\func{wxGBSizerItem*}{FindItemWithData}{\param{const wxObject* }{userData}}

Return the sizer item that has a matching user data (it only compares
pointer values) or NULL if not found. (non-recursive)

\membersection{wxGridBagSizer::GetCellSize}\label{wxgridbagsizergetcellsize}

\constfunc{wxSize}{GetCellSize}{\param{int }{row}, \param{int }{col}}

Get the size of the specified cell, including hgap and vgap. Only
valid after a Layout.

\membersection{wxGridBagSizer::GetEmptyCellSize}\label{wxgridbagsizergetemptycellsize}

\constfunc{wxSize}{GetEmptyCellSize}{\void}

Get the size used for cells in the grid with no item.

\membersection{wxGridBagSizer::GetItemPosition}\label{wxgridbagsizergetitemposition}

\func{wxGBPosition}{GetItemPosition}{\param{wxWindow* }{window}}

\func{wxGBPosition}{GetItemPosition}{\param{wxSizer* }{sizer}}

\func{wxGBPosition}{GetItemPosition}{\param{size\_t }{index}}

Get the grid position of the specified item.

\membersection{wxGridBagSizer::GetItemSpan}\label{wxgridbagsizergetitemspan}

\func{wxGBSpan}{GetItemSpan}{\param{wxWindow* }{window}}

\func{wxGBSpan}{GetItemSpan}{\param{wxSizer* }{sizer}}

\func{wxGBSpan}{GetItemSpan}{\param{size\_t }{index}}

Get the row/col spanning of the specified item

\membersection{wxGridBagSizer::RecalcSizes}\label{wxgridbagsizerrecalcsizes}

\func{void}{RecalcSizes}{\void}

Called when the managed size of the sizer is needed or when layout
needs done.

\membersection{wxGridBagSizer::SetEmptyCellSize}\label{wxgridbagsizersetemptycellsize}

\func{void}{SetEmptyCellSize}{\param{const wxSize\& }{sz}}

Set the size used for cells in the grid with no item.

\membersection{wxGridBagSizer::SetItemPosition}\label{wxgridbagsizersetitemposition}

\func{bool}{SetItemPosition}{\param{wxWindow* }{window}, \param{const wxGBPosition\& }{pos}}

\func{bool}{SetItemPosition}{\param{wxSizer* }{sizer}, \param{const wxGBPosition\& }{pos}}

\func{bool}{SetItemPosition}{\param{size\_t }{index}, \param{const wxGBPosition\& }{pos}}

Set the grid position of the specified item. Returns true on success.
If the move is not allowed (because an item is already there) then
false is returned. 

\membersection{wxGridBagSizer::SetItemSpan}\label{wxgridbagsizersetitemspan}

\func{bool}{SetItemSpan}{\param{wxWindow* }{window}, \param{const wxGBSpan\& }{span}}

\func{bool}{SetItemSpan}{\param{wxSizer* }{sizer}, \param{const wxGBSpan\& }{span}}

\func{bool}{SetItemSpan}{\param{size\_t }{index}, \param{const wxGBSpan\& }{span}}

Set the row/col spanning of the specified item. Returns true on
success. If the move is not allowed (because an item is already there)
then false is returned.