stlab.adobe.com Adobe Systems Incorporated

group_t Struct Reference
[Concrete Widget Library (Carbon)]

Group container widget. More...

#include <platform_group.hpp>

List of all members.


Public Member Functions

 group_t (const std::string &name, const std::string &alt_text, theme_t theme)
 group_t (const std::string &name, const std::string &alt_text, theme_t theme)
void measure (extents_t &result)
void place (const place_data_t &place_data)
Placeable Concept Operations
See the Placeable concept and placeable::hpp for more information.

void measure (extents_t &result)
void place (const place_data_t &place_data)

Public Attributes

std::string alt_text_m
HWND control_m
std::string name_m
theme_t theme_m

Detailed Description

Model Of:
The semantics of a group are that of a flag. One would use a group when you want to have a selectable option turned on or off. There is a third state the group can be in, the undetermined state, which is neither true or false. This is often represented with a dash or a filled group.

Definition at line 40 of file macintosh/adobe/future/widgets/headers/platform_group.hpp.


Constructor & Destructor Documentation

group_t ( const std::string &  name,
const std::string &  alt_text,
theme_t  theme 
)

Parameters:
name is the name of the widget
alt_text is additional help text for the widget when the user pauses over it
theme is the theme for the widget

group_t ( const std::string &  name,
const std::string &  alt_text,
theme_t  theme 
)


Member Function Documentation

void measure ( extents_t result  ) 

void measure ( extents_t result  ) 

void place ( const place_data_t place_data  ) 

void place ( const place_data_t place_data  ) 


Member Data Documentation

std::string name_m

Copyright © 2006-2007 Adobe Systems Incorporated.

Use of this website signifies your agreement to the Terms of Use and Online Privacy Policy.

Search powered by Google