stacked_panel_collection.h | 83 Panel* top_panel() const { return panels_.empty() ? NULL : panels_.front(); } function in class:StackedPanelCollection 101 Panel* top_panel; member in struct:StackedPanelCollection::PanelPlacement 103 PanelPlacement() : panel(NULL), top_panel(NULL) { }
|