xref: /haiku/docs/user/interface/CardView.dox (revision 69f814cded60c5f977a61a2ab747e4456323e6f2)
1/*
2 * Copyright 2019 Haiku, Inc. All rights reserved.
3 * Distributed under the terms of the MIT License.
4 *
5 * Authors:
6 *		Name, email@email.com
7 *
8 * Corresponds to:
9 *		headers/os/interface/CardView.h	hrev49943
10 *		src/kits/interface/CardView.cpp	hrev49977
11 */
12
13
14
15
16/*!
17	\file CardView.h
18	\ingroup layout
19	\brief Undocumented file.
20
21	\since Haiku R1
22*/
23
24
25/*!
26	\class BCardView
27	\ingroup layout
28	\ingroup libbe
29	\brief Undocumented class.
30
31	\since Haiku R1
32*/
33
34
35/*!
36	\fn BCardView::BCardView()
37	\brief Undocumented public method
38
39	\return Undocumented
40	\retval <value> Undocumented
41
42	\since Haiku R1
43*/
44
45
46/*!
47	\fn BCardView::BCardView(const char *name)
48	\brief Undocumented public method
49
50	\param name Undocumented
51
52	\return Undocumented
53	\retval <value> Undocumented
54
55	\since Haiku R1
56*/
57
58
59/*!
60	\fn BCardView::BCardView(BMessage *from)
61	\brief Undocumented public method
62
63	\param from Undocumented
64
65	\return Undocumented
66	\retval <value> Undocumented
67
68	\since Haiku R1
69*/
70
71
72/*!
73	\fn virtual virtual BCardView::~BCardView()
74	\brief Undocumented public method
75
76	\return Undocumented
77	\retval <value> Undocumented
78
79	\since Haiku R1
80*/
81
82
83/*!
84	\fn virtual virtual void BCardView::SetLayout(BLayout *layout)
85	\brief Undocumented public method
86
87	\param layout Undocumented
88
89	\since Haiku R1
90*/
91
92
93/*!
94	\fn BCardLayout* BCardView::CardLayout() const
95	\brief Undocumented public method
96
97	\return Undocumented
98	\retval <value> Undocumented
99
100	\since Haiku R1
101*/
102
103
104/*!
105	\fn virtual virtual status_t BCardView::Perform(perform_code d, void *arg)
106	\brief Undocumented public method
107
108	\param d Undocumented
109	\param arg Undocumented
110
111	\return Undocumented
112	\retval <value> Undocumented
113
114	\since Haiku R1
115*/
116
117
118/*!
119	\fn static static BArchivable* BCardView::Instantiate(BMessage *from)
120	\brief Undocumented public method
121
122	\param from Undocumented
123
124	\return Undocumented
125	\retval <value> Undocumented
126
127	\since Haiku R1
128*/
129