Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
main.cpp File Reference

(3e2367b5ed9d0bcba663c5b972bf556996b98f63)

#include <QtCore/qrangemodel.h>
#include <QtWidgets/qapplication.h>
#include <QtWidgets/qlistview.h>
#include <QtWidgets/qtableview.h>
#include <QtWidgets/qtreeview.h>
#include <array>
#include <vector>
Include dependency graph for main.cpp:

Go to the source code of this file.

Classes

class  gadget::Book
 [gadget] More...
class  Object::Entry
 [object_0] More...
struct  QRangeModel::RowOptions< Entry >
 [vector_of_multirole_objects_0] More...
class  Subclass::NumbersModel
 [subclass_header] More...
class  tree_protocol::TreeRow
 [tree_protocol_0] More...
struct  tree_protocol::TreeTraversal
 [explicit_tree_protocol_0] More...
struct  tree_of_pointers::TreeRow
 [tree_of_pointers_0] More...
struct  tree_of_pointers::TreeTraversal
 [tree_of_pointers_3] More...
class  multirole_gadget::ColorEntry
 [color_gadget_decl] More...
struct  QRangeModel::RowOptions< ColorEntry >
 [color_gadget_multi_role_gadget] More...

Namespaces

namespace  gadget
namespace  Object
 [vector_of_multirole_objects_0]
namespace  Subclass
namespace  tree_protocol
namespace  tree_of_pointers
namespace  multirole_gadget
 [color_gadget_multi_role_gadget]

Typedefs

using Entry = Object::Entry
using tree_protocol::Tree = std::vector<TreeRow>
using tree_of_pointers::Tree = std::vector<TreeRow *>
using ColorEntry = multirole_gadget::ColorEntry

Functions

void array ()
void construct_by ()
void const_array ()
void const_values ()
void const_ref ()
void list_of_int ()
void grid_of_numbers ()
void pair_int_QString ()
void Object::vector_of_objects ()
 [object_1]
void Object::vector_of_multirole_objects ()
void tree_protocol::tree_protocol ()
 [tree_protocol_4]
void tree_protocol::explicit_tree_protocol ()
 [explicit_tree_protocol_0]
Tree tree_of_pointers::make_tree_of_pointers ()
 [tree_of_pointers_1]
int tree_of_pointers::main (int argc, char **argv)
 [tree_of_pointers_3]
void color_map ()
void multirole_gadget::color_table ()
void multirole_gadget::color_list_multi_role ()
void multirole_gadget::color_list_single_column ()

Typedef Documentation

◆ ColorEntry

Definition at line 543 of file main.cpp.

◆ Entry

Definition at line 243 of file main.cpp.

Function Documentation

◆ array()

void array ( )

[array]

[array]

Definition at line 16 of file main.cpp.

◆ color_map()

void color_map ( )

[color_map]

[color_map]

Definition at line 491 of file main.cpp.

◆ const_array()

void const_array ( )

[const_array]

[const_array]

Definition at line 57 of file main.cpp.

◆ const_ref()

void const_ref ( )

[const_ref]

[const_ref]

Definition at line 73 of file main.cpp.

◆ const_values()

void const_values ( )

[const_values]

[const_values]

Definition at line 65 of file main.cpp.

◆ construct_by()

void construct_by ( )

[value]

[value]

[pointer]

[pointer]

[reference_wrapper]

[reference_wrapper]

[smart_pointer]

[smart_pointer]

Definition at line 27 of file main.cpp.

◆ grid_of_numbers()

void grid_of_numbers ( )

[grid_of_numbers]

[grid_of_numbers]

Definition at line 91 of file main.cpp.

◆ list_of_int()

void list_of_int ( )

[list_of_int]

[list_of_int]

Definition at line 81 of file main.cpp.

◆ pair_int_QString()

void pair_int_QString ( )

[pair_int_QString]

[pair_int_QString]

Definition at line 105 of file main.cpp.