Searched refs:ViewLayoutFactory (Results 1 - 3 of 3) sorted by relevance

/haiku/src/tests/kits/interface/menu/menuworld/
H A DViewLayoutFactory.cpp3 // ViewLayoutFactory.cpp
14 #include "ViewLayoutFactory.h"
33 // ViewLayoutFactory factory generators
35 BButton* ViewLayoutFactory::MakeButton(const char* name, const char* label,
46 BCheckBox* ViewLayoutFactory::MakeCheckBox(const char* name,
57 BTextControl* ViewLayoutFactory::MakeTextControl(const char* name,
73 void ViewLayoutFactory::LayoutTextControl(BTextControl& control,
90 // ViewLayoutFactory implementation member functions
92 void ViewLayoutFactory::MoveViewCorner(BView& view, BPoint pos, corner posRef)
117 void ViewLayoutFactory
[all...]
H A DViewLayoutFactory.h3 // ViewLayoutFactory.h
31 // CLASS: ViewLayoutFactory
47 class ViewLayoutFactory class
H A DMenuView.cpp30 #include "ViewLayoutFactory.h"
44 ViewLayoutFactory aFactory; // for semi-intelligent layout
209 ViewLayoutFactory aFactory;

Completed in 82 milliseconds